Home » RDBMS Server » Server Utilities » how to connect sqlldr
how to connect sqlldr [message #180081] Fri, 30 June 2006 02:16 Go to next message
tushar_spatil
Messages: 12
Registered: June 2006
Location: mumbai
Junior Member

hi to all
i have one problem when i connect to sqlldr it gives me error
and error is C:\>sqlldr

SQL*Loader: Release 9.2.0.1.0 - Production on Fri Jun 30 12:40:49 2006

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.


Usage: SQLLDR keyword=value [,keyword=value,...]

Valid Keywords:

userid -- ORACLE username/password
control -- Control file name
log -- Log file name
bad -- Bad file name
data -- Data file name
discard -- Discard file name
discardmax -- Number of discards to allow (Default all)
skip -- Number of logical records to skip (Default 0)
load -- Number of logical records to load (Default all)
errors -- Number of errors to allow (Default 50)
rows -- Number of rows in conventional path bind array or between direct path data saves
(Default: Conventional path 64, Direct path all)
bindsize -- Size of conventional path bind array in bytes (Default 256000)
silent -- Suppress messages during run (header,feedback,errors,discards,partitions)
direct -- use direct path (Default FALSE)
parfile -- parameter file: name of file that contains parameter specifications
parallel -- do parallel load (Default FALSE)
file -- File to allocate extents from
skip_unusable_indexes -- disallow/allow unusable indexes or index partitions (Default FALSE)
skip_index_maintenance -- do not maintain indexes, mark affected indexes as unusable (Default FALSE)
readsize -- Size of Read buffer (Default 1048576)
external_table -- use external table for load; NOT_USED, GENERATE_ONLY, EXECUTE (Default NOT_USED)
columnarrayrows -- Number of rows for direct path column array (Default 5000)
streamsize -- Size of direct path stream buffer in bytes (Default 256000)
multithreading -- use multithreading in direct path
resumable -- enable or disable resumable for current session (Default FALSE)
resumable_name -- text string to help identify resumable statement
resumable_timeout -- wait time (in seconds) for RESUMABLE (Default 7200)
date_cache -- size (in entries) of date conversion cache (Default 1000)

PLEASE NOTE: Command-line parameters may be specified either by
position or by keywords. An example of the former case is 'sqlldr
scott/tiger foo'; an example of the latter is 'sqlldr control=foo
userid=scott/tiger'. One may specify parameters by position before
but not after parameters specified by keywords. For example,
'sqlldr scott/tiger control=foo logfile=log' is allowed, but
'sqlldr scott/tiger control=foo log' is not, even though the
position of the parameter 'log' is correct.
please help me
regards
tushar
Re: how to connect sqlldr [message #180082 is a reply to message #180081] Fri, 30 June 2006 02:18 Go to previous messageGo to next message
aciolac
Messages: 242
Registered: February 2006
Senior Member
This is not error - this is the short instruction to use SQLLOADER. See instruction, and get necessary parameters to sqlldr.
Re: how to connect sqlldr [message #180089 is a reply to message #180082] Fri, 30 June 2006 02:34 Go to previous messageGo to next message
tushar_spatil
Messages: 12
Registered: June 2006
Location: mumbai
Junior Member

hi
thank you for your response.I have one table in excel format and i saved it in .csv format i have to import table using sqlldr please tell me how to create controlfile and how to connect sqlldr?
regards
tushar
Re: how to connect sqlldr [message #180091 is a reply to message #180089] Fri, 30 June 2006 02:38 Go to previous messageGo to next message
aciolac
Messages: 242
Registered: February 2006
Senior Member
Sorry, but this is your work Smile Here in the forum, you can receive usable advices, but to make your work ..., please without me Smile It is not a hard - find some samples from Oracle distributive, or from Internet.

Regards.
Re: how to connect sqlldr [message #180106 is a reply to message #180091] Fri, 30 June 2006 03:09 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
moved. Suggestions and Feedback is the wrong forum. Before you ask a question have a look where you post your question. This one is related to SQL*Loader, so it goes here:
OraFAQ

/forum/fa/1243/0/

MHE
  • Attachment: orafaq.jpg
    (Size: 14.90KB, Downloaded 2126 times)
Re: how to connect sqlldr [message #180107 is a reply to message #180106] Fri, 30 June 2006 03:11 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
On topic: have a look here.

MHE
Re: how to connect sqlldr [message #182010 is a reply to message #180107] Wed, 12 July 2006 10:20 Go to previous messageGo to next message
LPM1009
Messages: 1
Registered: July 2006
Location: Johannesburg
Junior Member
I did everything according but I still get an error message : TNS could not resolve service name. I can log into sqlplus using dos cmd, I use Oracle 10g. I have my ctl file, table and I can connect to oracle from cmd. please help
Re: how to connect sqlldr [message #182306 is a reply to message #182010] Fri, 14 July 2006 04:50 Go to previous message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
Do you have more than one oracle_home? If so, check whether they are alligned.

MHE
Previous Topic: how I import table and view into my current database aamir from mfa database
Next Topic: Control file fields interchange
Goto Forum:
  


Current Time: Thu Jul 04 19:25:58 CDT 2024