What is OCI. What are its uses?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
532. What is OCI. What are its uses?
Oracle Call Interface is a method of accesing database from a 3GL program. Uses--No precompiler is required,PL/SQL blocks are executed like other DML statements.
The OCI library provides
--functions to parse SQL statemets
--bind input variables
--bind output variables
--execute statements
--fetch the results
(Continued on next question...)
Other Interview Questions
|