What is configuration your file structure 2)I have two
databases both are Oracle while loading data from source to
target the job takes 30 min but I want to load less time how?
1) configuration file structure:
{
node "node1"
{
fastname "<SERVER_NAME>"
pools ""
resource disk "</dsg/IBM/..DATASETS Path>" {pools
""}
resource scratchdisk "</dsg/..Scratch disk/Buffer
Path>" {pools ""}
}
node "node2"
{
fastname "mctux034"
pools ""
resource disk
"/dsg/IBM/IBM/InformationServer/Server/Datasets" {pools ""}
resource scratchdisk
"/dsg/IBM/IBM/InformationServer/Server/Scratch" {pools ""}
}
}
2)
SRC--->COPY---->TGT
Here Copy stage increase performance and works as a Buffer
when diff in reading count and writing record count.
by setting/checking below in Target ORACLE Connector:
Record Count=6000 (default is 2000, should be multiple of
Array Size)
Array Size=3000 (default is 2000)
Write mode=Bulk Load
Rebuild Indexes After Bulk Load
Is This Answer Correct ? | 3 Yes | 0 No |
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
how do u capture duplicates through sort & transformer
If you want to use a same piece of code in different jobs, how will you achieve this?
Nls stands for what in datastage?
how many write modes are there in ds
Explain connectivity between datastage with datasources?
What modeling tool do you use?
source file contains 100 records, i want 10 records in target file how it possible in datastage
why do we need a datawarehouse when we have databases to store data?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
What are the unit test cases you used in your project?
what are fact tables and dimension tables? give example assuming one table.