Tell me some thing about SQL-LOADER.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oracle soa suite?

773


What is a flexfield? List out its types.

669


What is count(*) from po_vendors(any table)?

645


what are the different transaction clauses in AR?

1606


What do you understand by a set of books?

654






How many schemas we have? how many you have used?

1618


Do you know what are user profiles in apps. Any examples you can give?

667


What are the different components you should consider while defining a responsibility in oracle apps?

651


What are the Standard Reports and Forms in HRMS?

1776


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

640


how can i print random rows in plsql table

1944


In hierarchical structure of a database? we have write query from where we should start?

1714


can we use look up type instead of a pofile option?or valueset?is it possible how?

1792


Explain what are the tables of auto invoice?

650


What do you understand by soa and what are the benefits of using this architecture?

622