How many exception in Oracle?
How to call a procedure in SQL*Loader?
What are the differences and similarities (if any) between SCN and and Log Sequence Number?
How to convert Oracle 10g Report from pdf to excel format?
We have a trigger on database. In the trigger body we have created a body using dbms_output.put_line(********) ;How to fire this ?
Latest Answer: Trigger is a pl/sql block that is automatically invoked on an event, when any DML command is used on corresponding table.Triggers are classified into different categories based on when they are to be fired and where they are to be executed. -Row level ...
What are the System Parameter in Reports 6i? Where do we make use of these paramaters?
Why do we have to rebuild an index?
In Oracle 10g How will you define global index?
How to take a Table Name as Parameter in Procedure?
How to verify null occupy memory?
Latest Answer: create table tblNull(col int)sp_spaceused tblNullinsert into tblNull(col) values(NULL)sp_spaceused tblNull ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top