DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Ora-39151

  1. #1
    Join Date
    Oct 2007
    Posts
    37

    Ora-39151

    Hi,
    I am running Oracle 10.2.0.3 on Solaris 10.
    Recently some LOB data was moved to another tablespace and I want to downsize the tablespace it occupied.
    This is what I did:
    1. Exported the tablespace using datapump.
    2. Renamed the old tablespace.
    3. Created a new tablespace with the same name as the original before it was renamed.
    4. Granted unlimited quota to the user/owner of the objects in the tablespace.
    5. Imported the tablespace using datapump.

    I am experiencing ORA-39151 on many of the objects:
    ORA-39151: Table "MAYTREE"."LC_AIR_SCENE" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/AUDIT_OBJ
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/TRIGGER
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS

    How can I resolve this?


    Thanks,

    Lucky

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Offending table already exists.

    impdp TABLE_EXISTS_ACTION parameter allows you to specify: SKIP, APPEND, REPLACE or TRUNCATE. SKIP is DEFAULT value that's why it's skipping your table.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Mar 2011
    Posts
    1

    Impdp with table_exists_action

    I have two dumps, one with metadata and the other with data, I loaded the dump with data first, now i am trying to reload the import of metadata using the table_exists_action=skip, but its ignoring the all the dependent metadata, can you please suggest how to get rid of this ..

  4. #4
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    what options you have used to take data dump?

    In general, when you import data all the dependent meta data will be automatically imported. No need to import meta data dump again.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width