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
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What are the varoius components of physical database structure of oracle database?
How to count groups returned with the group by clause in oracle?
How to synchronize 2 schema's objects?
What is oracle datasource?
How can we delete duplicate rows in a table?
How can windows applications connect to oracle servers?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
Explain the use of control file?
Is there an oracle sql query that aggregates multiple rows into one row?
What is the difference between $oracle_base and $oracle_home?
What is the difference between post-database commit and post-form commit?
What is materialized view in Oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Explain what are the uses of rollback segment?