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 |
i am having comm in emp table and i want to display 0 when comm =null and -10 if comm= value
What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
What is the difference between conversions and interfaces? : oracle accounts receivable
How do you resize a data file?
as a technical developer in oracle applications which type errors feced in your experience sofar
How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.
Should you take the backup of Logfiles if the database is running in ARCHIVELOG mode?
where the dff data will be stored
A Table has 10,000 records,How can i get latest 10 dates from the table.so that i can only store those 10 records in to my Resultset Object,to reduce load on my app?
Differentiate between earned discounts and unearned discounts? : oracle accounts receivable
hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me