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

Thread: oracle 9i export problem

  1. #1
    Join Date
    Apr 2008
    Posts
    1

    oracle 9i export problem

    hi,
    i am using oracle 9i.
    i had created a table "emp" by logging as "scott/tiger"
    i want to export this table using Oracle entreprise manager (OEM)
    but it is giving me an error

    LRM-00109: could not open parameter file 'C:/WINNT/TEMP/2892120138.dat'
    LRM-00113: error when processing file 'C:/WINNT/TEMP/2892120138.dat'

    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully

    what to do now?

    content of my init%sid%.ora file : IFILE='D:\oracle\admin\OEMREP\pfile\init.ora'

    pls help me???????

    thanks in advance

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Do what Oracle is telling you to do...

    1- Check if you actually have a valid parameter file on C:/WINNT/TEMP/2892120138.dat
    2- If you have any doubts ask Oracle for help e.g. exp help=y

    What happens if you run the export manually?

    Don't forget to read error messages and documentation carefully, I know for a fact you don't do that because of you have posted your question in the wrong section of the forum.
    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
    Jan 2007
    Posts
    231
    If you want to perform export operation from command prompt ignore that OEM and error.
    Try this..,

    d:\> exp scott/tiger file=emp.dmp tables=(emp) log=emp.log

    it should work and your output file will be in d:\

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