Answer Posted / nishi
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
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to rename a tablespace in oracle?
What are the ansi data types supported in oracle?
What is difference between cartesian join and cross join?
Explain the use of consistent option in exp command.
How to create additional tablespaces for an new database?
 How to use an oracle sequence generator in a mapping?
How do I connect to oracle?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
How to load a large xml file?
How to get a list of all background sessions in the database?
What is Trigger in Oracle?
How to use "for" statements in oracle?
How to select some columns from a table in oracle?
What are dml statements in oracle?
Please explain drop constraint oracle?