Which type of LOBs cannot be declared as temporary?
1 answer
Cursor for loop and open, fetch,close
What is the difference of using cursor for loop and open,fetch,close. Which one is better? Both are giving same output
0
PCT Free and PCT Used
What is PCT free and PCT used?
1 answer
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
1 answer
Find High Value of an Array
How to find out the max high value using varray?
1 answer
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...?
1 answer
when i type 'ed' or 'edit' in oracle i did n't presented by any editor,what is the problem?
12 answers
Which one is faster DELETE/TRUNCATE? Why?
35 answers
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.
4 answers
What is the difference between REF Cursor & Normal Cursor?
22 answers
CURSOR and BULK COLLECT
How does CURSOR and BULK COLLECT work logically?
2 answers
refCursor Data Type
When and for what purpose do we use refcursor instead of other data type?
1 answer
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?
1 answer
Number of Databases Running
How do you verify the number of Databases running on a Host?
3 answers
Truncate Vs Delete
If a table contains 2 million rows, consider the below scenarios? - DELETE command to delete just few rows in a 2 million row table. - TRUNCATE command (will obviously deletes 2 million rows) Which is faster. Truncate or Delete?
1 answer
Tablespace Management Autoextend Option
Is it possible to autoextend on option for two datafiles of same tablespace? How?
1 answer
What is Blender in Oracle Hyperion DRM?
1 answer
Export and Import
What is the use of IGNORE option in the Export and Import?
2 answers
How the Bitmap indexes can be useful for Fact tables ?
2 answers
Multiple Database access one Instance
Can Multiple Database access one Instance ? Yes or No ? Explain
1 answer
Copyright © 2022 GeekInterview.com | All Rights Reserved
Copyright © 2022 GeekInterview.com | All Rights Reserved