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

NNL-00515: Deletes a name and its data

1 Answers  


ORA-28176: incorrect certificate version

1 Answers  


ORA-10577: Can not invoke test recovery for managed standby database recovery

1 Answers  


PLW-07204: conversion away from column type may result in sub-optimal query plan

1 Answers  


ORA-14299: total number of partitions/subpartitions exceeds the limit of 65535

1 Answers  






ORA-14274: partitions being merged are not adjacent

1 Answers  


RMAN-07509: List of Cataloged Files

1 Answers  


ORA-02251: subquery not allowed here

1 Answers  


LCD-00161: ORACLE error (possible syntax error) parameter [string]

1 Answers  


SQL*Loader-00933: Specified file string not part of database

1 Answers  


ORA-24785: Cannot resume a non-migratable transaction

1 Answers  


ORA-15093: buffer only contains string bytes, I/O requested is string bytes

1 Answers  


Categories