difference between imlicit cursor and explicit cursor ?
Answer Posted / kiran
implicit generated by oracle server
explicit manually created by programmer to store the result
in the temporary space
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the restrictions on external table columns?
What is an oracle recycle bin?
How does the on-delete-cascade statement work?
What privilege is needed for a user to query tables in another schema?
Can select statements be used on views in oracle?
What is the difference between view and materialized view in Oracle?
Can we use bind variables in oracle stored procedure?
What are the predefined tablespaces in a database?
Explain integrity constraint?
How are extents allocated to a segment?
What happens to the current transaction if a ddl statement is executed?
What do you mean by a deadlock?
Explain the use of grant option in imp command.
How to loop through a cursor variable?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?