hi am in 19c trying to import in diffirent schema impdp system/pswd@dbname schemas=schemaname directory=TEST_DIR dumpfile=dumpfile.dmp logfile=expdp.log remap_schema=schemaname:cata
Import: Release 19.0.0.0.0 - Production on Tue Jun 1 09:27:04 2021 Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production ORA-39002: invalid operation ORA-39165: Schema schemaname was not found.
Oracle Database
Last Comment
dbadm
8/22/2022 - Mon
slightwv (䄆 Netminder)
Error seems self explanatory: schemaname isn't in the export file.
chalie001
ASKER
i dont know the schema name in dmp file i what to import in my schema which is empty
The optional parfile is used to simplify the management of parameters entered at the command line, run "impdp parfile=impsqlfile.par" from the same path where you created the parfile.
The import error is telling you that Data Pump did not find anything owned by that schema "schemaname" in the dump file "dumpfile.dmp"
Have you the log file of your expdp "dumpfile.dmp"?