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

Thread: sqlloader error

  1. #1
    Join Date
    Jan 2001
    Posts
    230

    Question

    Hi:
    When I try to Load some data into an Oracle table thro SQL Loader, I get the following error:
    SQL * Loader - 704 Internal error: ulconnect: OCIServerAttach [0]
    ORA-12560: TNS: Protocol adaptor error.

    Please let me know, what's wrong.

    Thanks.

  2. #2
    Join Date
    Feb 2001
    Posts
    83
    Hai,

    TNS protocol adapter error, usually comes when the listener is not up !!!

    with regards
    Prasanna S

  3. #3
    Join Date
    Jan 2001
    Posts
    230
    listerner is up.

  4. #4
    Join Date
    Jun 2000
    Posts
    295
    Can you connect database via sql*plus or tnsping?

  5. #5
    Join Date
    Jan 2001
    Posts
    230
    via sqlplus

  6. #6
    Join Date
    Aug 2000
    Posts
    462
    Is the SQL*LOADER in the same ORACLE_HOME, on the same machine as the SQL*PLUS you can get connected? If not, you need to edit your tnsnames.ora to reflect the correct settings, such as those in the tnsnames.ora file in the /network/admin directory in the ORACLE_HOME where SQL*PLUS will run from.

  7. #7
    Join Date
    Jul 2000
    Posts
    243
    kmesser Is right. I ren into thesame error message and we ended up finding that the problem was in the tnsnames on the server side (we where useing oracle application r11.03. trying to run the loader form the apps), the ip address was incorect on that tnsnames. at that time when you connected to useing the client side, no problem, process run on the server had problems

  8. #8
    Join Date
    Jan 2001
    Posts
    230
    Server and Client reside on the same machine.

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