cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Aaron_Barnett
Level 5

Oracle SQL Script Error

This is the same issue as:
http://community.flexerasoftware.com/showthread.php?t=178929

When running a Oracle script (with semi-colons) i get a ORA-00911 error

What has happened in this case is that ORA-00911 is thrown because of a semi-colon in the SQL of UDM. The semi-colon is an invalid character, causing ORA-00911 to appear. To fix, you should try the SQL again without the inappropriate semi-colon to remedy the ORA-00911 error.
http://www.dba-oracle.com/sf_ora_00911_invalid_character.htm

When this script is run manually - I dont get this error;
I am using a batch char .. and its /

Why does InstallShield give me this error? is there a workaround?:confused:

Thanks

-Aaron
Labels (1)
0 Kudos
(3) Replies
Singaravelan
Level 4

Guess you are adding scripts from SQL scripts section. Check the connection properties and other properties set for the connection.

Possibly this does have a Go as end of file and you have / in your file.
0 Kudos
Aaron_Barnett
Level 5

Thanks you guys!
0 Kudos