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 |
How client makes connection with server in client/server architecture?
Is Oracle 7.3 is a single user or multi user..Is it possible to use this as a backend for web applications?
Explain an ORA-01555
where the dff data will be stored
For web applications from which version of Oracle is suitable?
How would you determine what sessions are connected and what resources they are waiting for?
What command would you use to create a backup control file?
Whats the purpose of using Nextval while creating the sequence.
What does coalescing a tablespace do?
What is autocashrule set? : oracle accounts receivable
Name a tablespace automatically created when you create a database.
IS IT POSSIBLE TO CREATE REPORTS FROM DIFFERENT UNIVERSES IN ONE DOCUMENT?