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 |
options available in sequence job to run,validate?
tell me abt Datastage trigger?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
What is the use of hoursfromtime() function in transformer stage in datastage?
What are the enhancements made in datastage 7.5 compare with 7.0?
How you Remove the Dataset in Unix?
how to handle null values in sequential file?
What is the difference between account and directory options ?
Unix command to view the data in a dataset
What are the different layers in the information server architecture?
EXPLAIN SCD
How the ipc stage work?