-
PL/SQL Block Cursor
Scenario: I forgot to Close the Cursor in PL/SQL block. I executed the block successfully. Again I am going to execute that block without Closing the cursor. An error will be thrown or not?
-
RefCursor Data Type
When and for what purpose do we use refcursor instead of other data type?
-
CURSOR and BULK COLLECT
How does CURSOR and BULK COLLECT work logically?
-
-
Synonym without Table
If there no table but we can create a synonym. If it raises error or not. If raises error what error it raises.
-
-
-
Use of NOCOPY in Procedure
CREATE OR REPLACE PACKAGE XX14_SO_INBOUND_PKG AS PROCEDURE main ( x_errbuf OUT NOCOPY VARCHAR2 , x_retcode OUT NOCOPY NUMBER , p_data_file_path IN VARCHAR2 ); END XX14_SO_INBOUND_PKG;
In above procedure what is the use of NOCOPY...? -
Find High Value of an Array
How to find out the max high value using varray?
-
Error while Inserting Records into Table
How to insert records into Oracle db table if I got error while inserting 4th record then how to insert 5th,6th.... records continuously
-
PCT Free and PCT Used
What is PCT free and PCT used?
-
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans