syntax fro nologging on delete statemnt Oracle 8.1.7 2005-01-27 - By John Dunn
What does this not work?
delete from mytable where mytable.mynum = 20041212121212 nologging;
* ERROR at line 1: ORA-00933 (See ORA-00933.ora-code.com): SQL command not properly ended
delete from mytable nologging;
works fine
-- http://www.freelists.org/webpage/oracle-l
|
|