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 |
A scenario for amount correction & how to use amount correction functionality in AP invoices
How do you resize a data file?
hi iam looking for HRMS(functional) training inst or person in hyderbad. plz help me its urgent
what is the link between suppliers and banks in ap module in oracle apps? And also query?
Explain the payment term in ar. : oracle accounts receivable
Compare and contrast TRUNCATE and DELETE for a table.
what are the tools used for oracle 10g in real time.
Why more redos are generated when the oracle database is in begin backup mode?
What is difference b/w Credit memo and Adjustment in AR.
What is database schema?
What is index? How many types of indexes?
why r u using etl tool.