Re: Unexpected temporary table behavior
Hello,
I think you have misinterpreted the documentation.
You test case is showing exactly what the doc says.
Since the CREATE TABLE doesn't automaticaly commit the transaction,
when you are doing your insertion you are still in your explicit transaction.
That's why you are allowed to rollback your INSERT.
The documentation doesn't imply however that the table will be removed for you.
At least, this is how I understand it.
Regards,
Thomas CORBIERE
Subject
Views
Written By
Posted
3958
October 18, 2007 12:18PM
Re: Unexpected temporary table behavior
2335
October 24, 2007 11:35AM
2411
October 25, 2007 10:04AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.