what is the size of ur database(like oracle)
Answers were Sorted based on User's Feedback
Answer / guest
Actuvally as a developer we can not no data base size.In
developing we have only dummy records.Client dont give the
original data.And also we didnt involve the production
sopport.
| Is This Answer Correct ? | 2 Yes | 0 No |
ur calculate size of data base in oracle
select sum(bytes)/1024/1024 from dba_data_files;
| Is This Answer Correct ? | 2 Yes | 0 No |
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
In a concurrent batch if a session fails, can you start again from that session
how can we load first and last record from a flat file source to target?
7 Answers Infosys, ITC Infotech,
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
difference between top down(w.h inmon)and bottom up(ralph kimball)approach?
permutations of mapplet
wt is inline view? when and why we Use ?mail to rayallarv@gmail.com
I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?
What is an incremental loading? in which situations we will use incremental loading
What are the different types of olap? Give an example?
what is degenerated dimension table with scenario
100 records in source and i have 3 targets, my requirement is first record insert into 1st target,2 record into 2nd target,3 record into 3rd target and again 4th record into 1st target like dat..how to implement dis?