Tell me some thing about SQL-LOADER.
Answers were Sorted based on User's Feedback
Answer / emmanuel - tcs
Sql * loader used to transfer Huge data from legacy to
oracel database. It's supports .dat,.xls etc.. files.
5 types of files are there.
Flat file -- .dat file
Control file -- Control file program
Bad file -- Stores the all error records
Discard file -- stores all the discard filed (WHEN Condi)
Log file -- Shows the status of the Control file
Thanks
Emmanuel - TCS
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / guest
Sql * loader is a bulk loader utility used for moving data
from external files into the oracle database.
Sql * loader supports various load formats, selective
loading, and multi-tables loads.
1) conventional
--The conventional path loader essentially loads the
data by using standard ?insert? statement.
2) direct
-- the direct path loader (direct = true)
by possess of logic involved with that, and loads directly
in to the oracle data files.
EX:-
My data.csv file
1001, ?scott tiger?,1000,40
1002,?gvreddy?,2345,50
Load data
Infile ?c:\data\mydata.csv?
Into table emp
Fields terminated by ?,? optionally enclosed by ???
(empno, empname,sal,deptno)
>sqlldr scott/tiger@vis
control=loader.ctl log= gvlog.log bad=gvbad.bad
discard=gvdis.dsc .
| Is This Answer Correct ? | 5 Yes | 1 No |
FLEX FIELDS?
HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?
what is meant by Table space?
Give a brief overview on OrderManagement.
in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
maximum how many parameters we can pass through pl/sql stored procedure to oracle apps?how many mandatory parameters we can pass through pl/sql program to oracle apps11i?
what is multi org structure?
What are the files you have used in the part of Conversion and Interfaces?
After deploying like forms,reports into server how we connect this forms,reports to web?
what is difference between procedure and function
where to define interorganization transaction charges and what are the different options?