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 |
What is the Query Optimizer. How you optimize your qeury.
How to find 8th person record in a table? Plz mail ur answers to mak2786@gmail.com Regards Arun
what are the API of GL,PO,AP
can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )
What command would you use to create a backup control file?
For web applications from which version of Oracle is suitable?
How do you add a data file to a tablespace?
deference between & and &&
1. What is PO rate variance gain and loss?
What command would you use to encrypt a PL/SQL application?
I am Bsc Computer Science Graduate, I have good knowledge in SQL 7.0, Can I go for Oracle APPS course please suggest me the answer
Give two methods you could use to determine what DDL changes have been made.