Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The Oracle temporary Table is not temporary!?

804709Feb 23 2011 — edited Feb 23 2011
When I run the following script:
CREATE TEMPORARY TABLE my_temp_table (
column1 NUMBER,
column2 NUMBER
) ON COMMIT DELETE ROWS;

the table my_temp_table exists in another session!!
and also exists even the session close!!

(Oracle is 9i)

Edited by: Dever on 2011/2/22 下午 11:14
This post has been answered by Hemant K Chitale on Feb 23 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2011
Added on Feb 23 2011
7 comments
910 views