Yes, here is a sample!
insert into VALADM.TMP_RELS (NETWORK_OID, PARENT_OID) values (19, 1);
insert into VALADM.TMP_RELS (NETWORK_OID, PARENT_OID) values (20, 1);
thx / Kevin
Using the sql window I am trying to run multiple commands at once when I get the error message "ORA-00911: invalid character".
I have tried changing the AutoSelect Statement option in SQLWindow options, but with no effect.
Any help would be greatly appreciated!