What is the difference between SQl Loader and OCI in datastage?
Answers were Sorted based on User's Feedback
Answer / andy vaidya
SQL Loader (sqlldr) is a bulk loader utility from Oracle
for loading data into Oracle tables where as DataStage OCI
(Oracle Call Inteface) is a passive stage that connects to
any Oracle Database and collects necessary data and passes
it on to Datastage ETL for processing and applying
transformation where necessary and loads into target table.
DataStage OCI offers input and output stages for
conveniently connecting to Oracle Source databases and
Target Oracle databases.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / roshan nayak
An addition of above info through sqlldr we load bulk data
for this we use ora bulk stage. In this we load data
through script so data loaded in form of package. But there
is some restriction also, when we load data (bulk) target
table should not have index. We generally load data in
table-partation like weekly,monthly. It is faster than OCI.
Where as through OCI we load data as sequence manar. we can
set buffer size as require to read or write data. Here no
need to remove index from table.
| Is This Answer Correct ? | 4 Yes | 1 No |
Wat is isolation level and when do u use them?
HOW U CAN ABORT THE JOB IF THE DATA IS DUPLICATE?
IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?
when we will use connected Lookup & Unconnected Lookup
can we use sequential file as a lookup
How a server job can be converted to a parallel job?
whats relation between configuration file and datasets?
where we use column generator stage in real time scenario?
How do you remove duplicate values in datastage?
Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance
How many Nodes configuration file you used in your last project?
Have you have ever worked in unix environment and why it is useful in datastage?