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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the API of GL,PO,AP

1997


I've got a database 10g and Form version 5.0 but unable to connect. Does Oracle 10g database supports form 4.5

2287


What is the meaning of "Modulus" and "Alignment" in a datafile. Data file might be from any database. Data file is created through unloading data from a table. So, while loading this data into my table, I need to use these keywords. Could any one can help me regarding this?

1805


1. What is PO rate variance gain and loss?

2522


1)After defining value set we define list of values, I need to enter 1000 values with out entering manually, how will you do that? 2)what are the parameters we use in a concurrent program? 3)what is payroll processing? 4)In organization window after defining an organization and organization classification how to create a new item in the others button? 5)If there are 10 users, How to restrict the selected users not to access the forms?

1879


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

2129


I need a Technical evaluation between Oracle and SAP ? please do a need ful.

1699


How would you determine what sessions are connected and what resources they are waiting for?

1839


What Are Cross Validation & Adi?

895


How many segment are present in Oracle Manufacturing

2036


i want to know about the javaBean.what is its purpose and how it can use in Forms.

2102


Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?

2597


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.

2058


What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable

929


Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable

991