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 make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle ( any version ) ?
How many types of cluster table in Oracle?
What is the sid in oracle?
What are various constraints used in SQL?
Explain oracle instance.
What are the attributes of cursor?
Explain the use of grant option in exp command.
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
7. Repeat query (7) but also display all clients who have never ordered anything.
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
Can a Tablespace hold objects from different Schemes ?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?