What is OCI. What are its uses?
Answer / 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 |
How to count duplicated values in a column in oracle?
Describe an oracle table?
How to drop an index?
can a view be updated?
Whether any commands are used for months calculation? If so, what are they?
How do you find current date and time in oracle?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
What is a private synonym?
what are different types of deletes?
How do you ensure database security?
when do u go for hash partitioning?
What is the fastest query method to fetch data from the table?