7 thoughts on “Import Shell Script For Importing Data On Oracle”

  1. when I select no to object privileges the import fail with this error:

    Do you want to import the OBJECT PRIVILEGES? [[YES] | NO]
    ============================================

    n

    ..

    ORA-39002: invalid operation
    ORA-39168: Object path OBJECT_GRANT was not found.

  2. Nothing wrong with the script, this is from impdp tool, if you exclude something that doesn't exist in the export file the import will fail.

    i.e. in your case, you're trying to exclude object privileges for objects that are not granted to others on the sources DB, so this gets the whole import to fail! This is not smart I know! But this is impdp, I've no hand in this!

  3. thanks for the reply, one more thing;
    I always get error:

    whwenever i use this option:
    Specify if you want to import ONLY specific objects and IGNORE the rest in the dump file: [Leave it BLANK to include all objects in the dump file]

    TABLE:"LIKE 'P%'"

    although I'm having tables starting with P in the export file.

Leave a Reply

Your email address will not be published. Required fields are marked *