If records are inserted into table without committing.How
to refer to these values in a procedure?
Answers were Sorted based on User's Feedback
Answer / highness
good,
isn't it possible by using :new pseudo records within
a trigger???
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swapna
First create a Trigger and with Procedure you insert
records.
The :new will take the new values.
So use Triggers in Procedures.
Is This Answer Correct ? | 0 Yes | 0 No |
What is output spooling in sql*plus?
Store procedure will return a value?
Can we create clustered index without primary key?
How to change sql*plus system settings?
write a query find which rows of a table is updated on 2 days before?
What are the steps you take to tune(performance tuning) the code in plsql?
4 Answers Cap Gemini, Infosys, TCS,
What is dynamic SQl and how you will create and execute dynamic sql?
How to process query result in pl/sql?
What is the difference between functions, procedures, and packages in pl/sql?
What is rowid in sql?
Is sql the best database?
How many sql commands are there?