• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

SQL*Loader

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
i just installed oracle 10g and i seems not to locate where to or how to invoke the SQL*Loader. Please, kindly help out.
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you looking for sqlldr in bin diectory?
 
Ola Kesh
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Am trying to transfer a set of data in the excel spread sheet(which has being converted to "Text (Tab delimited)" format) into my database table.
Read that i have to use a SQL LOADER, which i taught is a script that comes with oracle intallation.
Please help
 
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Keshinro,
Right. SQL Loader is a script located in Oracle's bin directory. (Carol provided the name.) Assuming you installed the Oracle database and not just the client of course.
 
Ola Kesh
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Thanks, am okay now.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you tell us where you found it.
am having trouble looking for it, too.


I also have SQL Navigator - is there a way to do it there?
Please advise.
Thanks.
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gino,
Regardless of the platform you are using, you should have an ORACLE_HOME environment variable defined which points to the home directory of the Oracle installation. The "bin" directory -- mentioned earlier in this discussion -- is a subdirectory of ORACLE_HOME, so the full path of the SQL*Loader executable is:

You can find more information about the ORACLE_HOME variable in the "Oracle Installation Guide" for your platform.

Good Luck,
Avi.
reply
    Bookmark Topic Watch Topic
  • New Topic