Database Administration (MOSC)

MOSC Banner

ORA-12699: Native service internal error in oracle8i

edited Nov 11, 2015 10:01AM in Database Administration (MOSC) 1 commentAnswered

Hi ,

I am trying to pull the data from Oracle11i to Oracle8i with the help of DB link. Its stating that "ORA-12699: Native service internal error"

I did in the oracle 8i server file changes sqlnet.ora --> SQLNET.AUTHENTICATION_SERVICES= ()

I have executed the below listed commands.

SQL> select * from apps.mytable@xyzhost.com;

select * from apps.mytable@xyzhost.com

                           *

ERROR at line 1:

ORA-12699: Native service internal error

SQL> create or replace synonym mysyn for apps.mytable@xyzhost.com;

Synonym created.

SQL> select * from mysyn;

select * from mysyn

              *

ERROR at line 1:

ORA-12699: Native service internal error

SQL> select * from v$version;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center