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 |
What happens to the data files if a tablespace is dropped?
List out the types of joins.
Explain mutating triggers.
3. Display all the client numbers in the ORDER table. Remove duplicates.
am completed mca2011 how get certification in oracle
What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
What is an Oracle sequence?
What is autonomous transaction?
How many types of tables are there in oracle?