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 |
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?
When you connect to repository for the first time it asks you for user name & password of repository and database both. But subsequent times it asks only repository password. Why?
When will u go for (which means situation) Connected Lookup and Connected Lookup? Pls explain with an example?
Describe expression transformation?
what is Partitioning ? where we can use Partition?
In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar
If you done any modifications for a table in back end does it reflect in informatca warehouse or maping?
can we use self join in informaitca?
How to go to the older version for a mapping?
My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.
Mention few power centre client applications with their basic purpose?
What is difference between Mapplet and reusable transformation?