Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Strange Performance Behavior on INSERT INTO SELECT statement...
Hi Dave,
it's because a CREATE TABLE AS-Statement does not write any
ROLLBACK-Information.
If it works the rows are commited, if it doesn't the table does not
exist.
So it's pretty fast.
But if you need to recover the database afterwards,
I think the table is not recoverable, but you can repeat the statement.
Hope this helps
Reinhard
Hiermit widerspreche ich der Nutzung oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder Meinungsforschung gemaess Par. 28 Abs. 3 Bundesdatenschutzgesetz.
![]() |
![]() |