Hi,
I have to run PL/SQL scripts using the installers. I have set the connection to Oracle database(Oracle Instant Client 11.2.0.4). The connection is successful. But while I run the scripts I found some errors:
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ADO Error: Number: -2147467259 Description: [Oracle][ODBC][Ora]ORA-00922: missing or invalid option
Source: Microsoft OLE DB Provider for ODBC Drivers SQL State: S1000 Native Error: 922
Error 27506. Error executing SQL script "_5x_Top_Script.sql". Line 347. [Oracle][ODBC][Ora]ORA-00922: missing or invalid option
(922)
Actually my other doubt is, my script is having many dependent objects. If I run the script will it call all those objects from my target system.
Please help me.
I have to run PL/SQL scripts using the installers. I have set the connection to Oracle database(Oracle Instant Client 11.2.0.4). The connection is successful. But while I run the scripts I found some errors:
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ADO Error: Number: -2147467259 Description: [Oracle][ODBC][Ora]ORA-00922: missing or invalid option
Source: Microsoft OLE DB Provider for ODBC Drivers SQL State: S1000 Native Error: 922
Error 27506. Error executing SQL script "_5x_Top_Script.sql". Line 347. [Oracle][ODBC][Ora]ORA-00922: missing or invalid option
(922)
Actually my other doubt is, my script is having many dependent objects. If I run the script will it call all those objects from my target system.
Please help me.