Re: What Are Global Temporary Tables Answer
Re: What Are Global Temporary Tables Answer
Re: What Are Global Temporary Tables Answer
2 Procedure InsertInTest_Table_B
3 is
4 BEGIN
6 Commit;
7 END ;
8 BEGIN
10 InsertInTest_Table_B;
11 Rollback;
12 END;
13 /
----------
123
----------
ora816 SamSQL :> declare
2 Procedure InsertInTest_Table_B
3 is
4 PRAGMA AUTONOMOUS_TRANSACTION;
5 BEGIN
7 Commit;
8 END ;
9 BEGIN
11 InsertInTest_Table_B;
12 Rollback;
13 END;
14 /
no rows selected
----------
1
11G
http://books.google.co.in/books?id=ot7sS-
xC5AYC&pg=PA267&lpg=PA267&dq=different+types+of+procedures+in+realtime+for+oracle&source=
bl&ots=gnT8snRnx4&sig=ZhnJmBibbc-
Tv7aCd_AxCl6K9Ls&hl=en&ei=5k60TLG5BYq3cMDcxLQI&sa=X&oi=book_result&ct=result&resnum=7
&ved=0CDEQ6AEwBg#v=onepage&q&f=false