Oracle Script
Posted: Mon 10 Jan 2011 19:47
i have a problem whe running the following script using the OracleScript component.
The strange thing is that if i run it my local machine works fine but when i run it on my server i get the following error:
ORA-00922: missing or invalid option
If i run it on the sqlplus works fine in mi server and my local machine.
The version i am using is 5.35.79
Code: Select all
SET SCANN OFF;
Insert into data
(column1)
Values
('&value123');
COMMIT;
ORA-00922: missing or invalid option
If i run it on the sqlplus works fine in mi server and my local machine.
The version i am using is 5.35.79