When testing this script:
Code: Select all
INSERT INTO BLABLABLA(C1, C2) VALUES (999, 10095582);
commit;
/* 1000 row(s) exported */
the /* ... */ part gets executes as a new statement. For some reason, Oracle returns the error:
---------------------------
Error
---------------------------
Script Error:
ORA-00900: invalid SQL statement
Is this a parser error?
--
Martijn Tonies
Upscene Productions