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