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 |
which one is currently in used software cmpanies.
Explain the use of table functions.
what is sql*loader parameters and where we will use it.
What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable
What is store procedure?and how do u take the values from database and run in scripts?
HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?
Explain prerequisites and post activities of oracle database installation
what is domain in database and its benefits?
How would you determine what sessions are connected and what resources they are waiting for?
Give two examples of how you might determine the structure of the table DEPT.
can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )
what is the querry to get first 10 records from the emp table?(emp no is the primary key)