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

Thread: Importing only stored procedures from fullexport.dmp file

  1. #1
    Join Date
    Feb 2003
    Posts
    19

    Importing only stored procedures from fullexport.dmp file

    Is there a way to export only stored procedures and packages from a fullexport.dmp file? I have some that keep erroring out and won't recompile. I have imported from a 9i database to a 10G database. There were no errors in the import log file but a have a handful of packages that won't recompile so I thought I would just try re-importing all stored procedures and packages and see what happens. Otherwise it's another 11 hours of import and I don't want to do that if I don't have to.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    1. drop the packages
    2. imp with ignore=no

    Of course, this won't be much faster as imp will have to read the entire .dmp file.

    Your better bet would be just fix the packages.
    Jeff Hunter

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