GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Basics
Go To First  |  Previous Question  |  Next Question 
 Basics  |  Question 8 of 49    Print  
What is Pro*C? What is OCI?

  
Total Answers and Comments: 5 Last Update: March 04, 2009     Asked by: Beena 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 22, 2005 03:29:47   #1  
rahultripathi Member Since: September 2005   Contribution: 22    

RE: What is Pro*C? What is OCI?

Pro *C

The Pro* c/C++ precompiler takes the SQL statement that embeded in C/C++ code convert into standard C/C++ code . when succefully precompile this code the result is a C or C++ programe that we compile and used to build the application that access the Oracle Application

OCI :- OCI refere to Oracle Call interface is set of Low Lavel API(Applcation Program Interface Call) used to intract with Oracle Database. By OCI one can use the operation such as Logon Fatch parse excute etc. Generally these are written in C/C++.

These can be written in any language.

Any problem Don't Hesitate write rahultripthi@myway.com


 
Is this answer useful? Yes | No
November 02, 2006 02:37:18   #2  
sathishkumar        

RE: What is Pro*C? What is OCI?
What is Pro*C? What is OCI?
 
Is this answer useful? Yes | No
May 18, 2007 08:15:35   #3  
sravan        

RE: What is Pro*C? What is OCI?
Pro*C is an embedded SQL statements. in a high level source program.
OCI--Oracle call Interface

 
Is this answer useful? Yes | No
January 12, 2009 08:34:00   #4  
zelani Member Since: January 2009   Contribution: 2    

RE: What is Pro*C? What is OCI?
Pro*c is a precompiler tool that allows programmers to embed SQL statements in high-level source programs like C C++ COBOL etc. The precompiler accepts the source program as input translates the embedded SQL statements into standard Oracle runtime library calls and generates a modified source program that one can compile link and execute in the usual way. Examples are the Pro*C Precompiler for C Pro*Cobol for Cobol SQLJ for Java etc
 
Is this answer useful? Yes | No
March 03, 2009 04:26:23   #5  
Nisikant Member Since: January 2009   Contribution: 8    

RE: What is Pro*C? What is OCI?
Pro *C is a Oracle database pre-compiler. It acts as a database connectivity. We can also embed the SQL statement within C or C++ programming code which will execute successfully.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape