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

Thread: SQL*LOADER:Commit point reached - logical record count 64

Threaded View

  1. #3
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    1- SQLLoader Issue:

    You don't need to do it as system to get it done.


    2- Password File Issue:

    Relax, I'm not going to ask what you did trying to grant privs.

    To fix it you can either set
    REMOTE_LOGIN_PASSWORDFILE = NONE
    which will ignore password file -assuming you don't need it
    or,
    recreate the password file using
    orapwd file=path\PWD.ora password=oracle

    Remember to set the path to the one in the error message i.e.: /oracle/OracleHomes/db10g/dbs/orapw
    Last edited by PAVB; 07-07-2007 at 06:11 PM.
    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.

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