what is sql*loader parameters and where we will use it.



what is sql*loader parameters and where we will use it...

Answer / arijitnit

sql*loader is a bulk importing tool to import data tables
present in various formats like CSV.
We have to define a control file and in it we have to give
some commands.
LOAD DATA
INFILE *(this assumes data is in the same ctl file)
INTO TABLE TABLE_NAME(COLUMNS)
FIELDS TERMINATED BY ;
BEGIN DATA

...DATA IN CSV FORMAT
now in command prompt type sqlldr USERID=scott/tiger
CONTROL=test.ctl

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Oracle AllOther Interview Questions

can u pls share responsibilities for production how to environment in odi?and how to generate report ?

0 Answers  


What is Virtual Memory?

1 Answers  


how can we send a concurrent program output to the clients through mail or fax give me example.

1 Answers   Cap Gemini,


Compare and contrast TRUNCATE and DELETE for a table.

3 Answers  


i am pursuing mca and i want to do oracle apps technical in hydrabad, plz guide me tne best institue in hydrabad those have excellent knowledge in oracle apps.

0 Answers  






How do you create a credit note against an invoice? : oracle accounts receivable

0 Answers  


What is supporting issues GL AP and AR?

0 Answers   Oracle,


How client makes connection with server in client/server architecture?

1 Answers   CA,


3. Steps in UAT?

0 Answers   Oracle,


default triggers available for reports

0 Answers  


Explain the process of recievables in oracle financials. : oracle accounts receivable

0 Answers  


how to replace not in with not exist?

0 Answers   IBM,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)