ORA-01010: invalid OCI operation



ORA-01010: invalid OCI operation..

Answer / guest

Cause: One of the following: 1) You attempted an invalid OCI
operation. 2) You are using an Oracle client application
linked with version 7.1 (or higher) libraries, the
environment variable ORA_ENCRYPT_LOGIN is set to TRUE, and
you attempted to connect to a version 7.0 (or lower) Oracle
Server. 3) You are connected to a version 7.1 (or higher)
Oracle Server, the initialization parameter
DBLINK_ENCRYPT_LOGIN is set to TRUE, and you attempted to
use a database link pointing to a version 7.0 (or lower)
Oracle Server. 4) You are connected to a version 9.0.2(or
higher) Oracle Server and you attempted to use a database
link pointing to a version 9.0.1(or lower) Oracle Server for
distributed autonomous transaction.

Action: For the above causes: 1) Do not use the invalid OCI
operation. 2) If you do not wish to use encrypted connect
passwords in your distributed database, set
ORA_ENCRYPT_LOGIN to FALSE. If you wish to use encrypted
connect passwords, you must upgrade all Oracle Servers to
version 7.1 (or higher). 3) If you do not wish to use
encrypted database links in your distributed database, set
DBLINK_ENCRYPT_LOGIN to FALSE. If you wish to use encrypted
database links, you must upgrade all Oracle Servers to
version 7.1 (or higher). 4) Do not attempt distributed
autonomous transaction on version 9.0.1(or lower) Oracle Server.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-30115: error when processing an environment variable

1 Answers  


CLSS-02000: reconfiguration successful, incarnation string with string nodes

1 Answers  


TNS-12223: TNS:internal limit restriction exceeded

1 Answers  


QSM-01526: query rewrite is disabled for equivalence, string

1 Answers  


PLS-00309: with %%LAST attribute, 'string' must be a variable of an enumerated type

1 Answers  






ORA-02086: database (link) name is too long

1 Answers  


ORA-02710: osnpop: fork failed

1 Answers  


ORA-26716: message limit reached

1 Answers  


SQL*Loader-00134: invalid option specified for EXTERNAL_TABLE parameter

1 Answers  


ORA-02076: sequence not co-located with updated table or long column

1 Answers  


NNL-00575: list_objects: list all objects in a domain or subtree

1 Answers  


QSM-00508: statistics missing on tables/columns

1 Answers  


Categories