Make sure all your version are the same.
Database:
select * from v$version
Dictionary:
column comp_id format A10
column version like comp_id
column comp_name format A30
select comp_id, status, version, comp_name from dba_registry order by 1;
Utility:
Exp help=yes should be at top
Other factors are nls_lang, character_sets, parameters and same stuff on
import. However, are the answers to the first three the same?
Database, exp utility, and dictionary?
-----Original Message-----
From: Hefington Monica
[mailto:oracledba-ezmlmshield-x33360462.[Email address protected]
Sent: Thursday, March 31, 2005 1:49 PM
To: LazyDBA Discussion
Subject: export error SYS.DBMS_LOGREP_EXP.schema
Can anyone help me get rid of the error during an export. I have
dropped the package and still get the error.
I don't use replication.
. exporting pre-schema procedural objects and actions
EXP-00008: ORACLE error 6550 encountered
ORA-06550: line 1, column 13:
PLS-00201: identifier 'SYS.DBMS_LOGREP_EXP' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
EXP-00083: The previous problem occurred when calling
SYS.DBMS_LOGREP_EXP.schema
_info_exp
--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these
terms:http://www.lazydba.com/legal.html
Oracle LazyDBA home page