how many session run unix environment what command using ?
Answer / shruthi
If you are asking about the command to run a seesion in
unix environment then it is PMCMD
correct me if i was wrong
| Is This Answer Correct ? | 7 Yes | 2 No |
What is a snowflake schema?
What is a rank transform?
in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?
how to connect two or more table with single source qualifier?
i have an aggregater in my mapping and no group by port on any column and i ampassing 100 rows through aggregater,so how many rows i will get as out put from aggregater
what is materialized view?
can session assigned multiple mappings or not?
hOW CAN WE DELETE A RECORD OR TRUNCATE IN TARGET TABLE USING SQL T/R ?
What are active transformations? Name them.
suppose we will take flatfile target and load type is bulkload the session fails why please give me the answer
Draw a workflow diagram for this situation. If s3 is true session s4 and s5 should concurreently Run.if any one s4 or s5 true it should run s1.If s1 sucess it should execute s2 otherwise exit.can any one give me suggestion.Thanks in advance.
i having mapping emp---> sq_emp--->target using this mapping i have to load dept table values into target... (condition assume there is no primary and foreign key relation between emp(table x) and dept (table Y))