HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?
Answers were Sorted based on User's Feedback
Answer / mylapuram
USE SQL%ROWCOUNT to find whether any records are updated.
IF SQL%ROWCOUNT =0 then
-- no records are updated
else
-- records are update
| Is This Answer Correct ? | 14 Yes | 0 No |
Steps for DFF registration
What is set function in sql .E.g.What is difference between union and union all
in procedure how to return a value
Challenges faced during upgradation of 11i to R12
which parameters passed in report in oracle developer how to pass
What is Pragma Autonomous transaction. It's Real time Example
in which tables the transaction details stored? at least two.
What are documents and test cases u followed.
can we use anchor propery in XML reports?if yes?explain?
I am insert in data to a table X .Which one is better while writing commit statement After each row inset or after all row insert to table.
What is SET-OF-BOOKS?
How can u call a standard interface program from sql or pl/sql code?