Hi All,
Could you please let me know whether Datastage server and
px supports oredb?
OREDB:It's a Oracle Retail Embedded Database.Previousely
It was called as Acumate data base.
It's a multidimensional database.
Please help me on this issue ASAP.
Thanks in advance
Ashok
Answer / ram
http://www.dsxchange.com/viewtopic.php?
t=114693&highlight=OREDB
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we need datasets ratherthan sequential files?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
hi iam new to this tooliam cmpltied to know abt datastage so now iam in project tell me whole step by step what iam doing iwnt to go with exp so plz hlp me pals
Name the different types of Lookups in Datastage?
how do u reduce warnings
Which warehouse using in your datawarehouse
how do you pass parameters in a script?
Source contains the metadata source ----- hyderabad,chennai,bangalore by using nested loop sequence select source as hyderabad in target just run target as hyderabad only not others please give me answer thanks in advance(give reply how to wrote logic using nested loop sequence)
in sequtial file 2 columns avaliable,iwant only one column load the target how do it.
Can you explain link buffering?
Hi guys, please design a job with derivation(solution). write exact conditions. My requirement Source table emp_no qualification 1 a 1 c 2 a 3 c 3 b Target table emp_no qualification 1 b 2 b 2 c 3 a Here every employer have three qualifications i.e a,b and c. what ever source table dont have some qualification, that will be move to target table. Like above. Hope u get the point. Thanks.
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me