- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All Topicshi,
I imported my file.dmp
imp system/manager@db fromuser=tom touser=tom file=C:\file.dmp log=C:\file.log
AT TO BEGINNING I get this error:
Connected to: Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
With the Partitioning option
JServer Release 9.0.1.1.1 - Production
Export file created by EXPORT:V08.01.07 via conventional path
import done in WE8DEC character set and AL16UTF16 NCHAR character set
import server uses WE8MSWIN1252 character set (possible charset conversion)
export client uses WE8ISO8859P1 character set (possible charset conversion)
export server uses UTF8 NCHAR character set (possible ncharset conversion)
. importing TOM's objects into TOM
IMP-00017: following statement failed with ORACLE error 6550:
"BEGIN "
"sys.dbms_logrep_imp.insta
"'CSNEW.US.ORACLE.COM', inst_scn=>'11632185');"
"COMMIT; END;"
IMP-00003: ORACLE error 6550 encountered
ORA-06550: line 2, column 1:
PLS-00201: identifier 'SYS.DBMS_LOGREP_IMP' must be declared
ORA-06550: line 2, column 1:
PL/SQL: Statement ignored
. . importing table "AC" 0 rows imported
. . importing table "ACBU" 0 rows imported
. . importing table "ACTIVITYTYPE" 0 rows imported
. . importing table "ACTIVITY_LOG" 0 rows imported
. . importing table "ADVISORY" 0 rows imported
. . importing table "AFM_ACTS" 96 rows
but after every table is imported correctly.
Why I get this error?
This is an important error?
How Can I resolve it?
Problem with version??
I exported from 8.1.7 and imported with 9.0.1
Thanks
Royal
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: baonguyen1Posted on 2004-02-03 at 18:38:12ID: 10267594
You can ignore this error during import, as they have no impact on the import when importing in Oracle9iR1 (9.0.1.x) and Oracle8i (8.1.7.x and 8.1.6.x). Cause: The SYS.DBMS_LOGREP_% packages have been introduced in Oracle9i Release 2.
The packages SYS.DBMS_LOGREP_EXP and SYS.DBMS_LOGREP_IMP do not exist in the data dictionary of lower releases (9iR1 and 8i).