Home » RDBMS Server » Server Utilities » EXP-00056 Oracle Error 6550 encountered
EXP-00056 Oracle Error 6550 encountered [message #267047] Wed, 12 September 2007 06:20 Go to next message
gautamvv
Messages: 254
Registered: June 2005
Senior Member
I am trying to export and import a table, which has a blob
column, and which is a remote machine,

so I have copied the information into my
tnsnames.ora


LINK21 =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = 1.1.1.1)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVICE_NAME = oracle)
    )
  )



now when doing this:


C:\>exp

Export: Release 10.2.0.1.0 - Production on Wed Sep 12 16:41:46 2007

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


Username: cplink21b1_s2/normandy@phlink21

EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export terminated unsuccessfully

C:\>


why am i getting this? when i am able to access the same
schema with the help of toad

Re: EXP-00056 Oracle Error 6550 encountered [message #267061 is a reply to message #267047] Wed, 12 September 2007 06:49 Go to previous message
Michel Cadot
Messages: 68665
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
You exp binary is not compatible with your database.
You have to use the exp program with the same version (or lower one) as your database.

Regards
Michel
Previous Topic: import error 1438
Next Topic: sqlldr when
Goto Forum:
  


Current Time: Mon Jul 01 10:09:44 CDT 2024