Explain grouped cross tab?
Answer / nmlabsonline.net
Grouped cross tab means same as cross tab report particulary
grouped Ex:- emp dept tables take select row empno and
column in ename and group item deptno and cell select sal
then its comes
10
-------------------
raju|ramu|krishna|....
7098| 500
7034|
7023|600
--------------
20
......
....
like type ok
| Is This Answer Correct ? | 2 Yes | 10 No |
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workflow or if 2nd workflow fails how could we start 3rd workflow?
4 Answers CompuSoft, EDS, TCS,
There is a table with emp salary column how to get the fields belongs to the salary greater than the average salary of particular department. Write a query
What is exact use of 'Online' and 'Offline' server connect Options while defining Work flow in Work flow ?
Where is the cache stored in informatica?
I have a source as flat file and having data like ""TCS"MUMBAI" and i want output like TCS MUMBAI,the length of the data in the rows is variable.how can you fix it?
How can you display only hidden files in UNIX
8.what is mapplet ?give example?
what is the logic will you implement to load data into a fact table from n dimension tables?
To import the flat file definition into the designer where should the flat file be placed?
can we override a native sql query within informatica? Where do we do it?
By seeing the parameter file how do u identify wheather it is a workflow parameter or mapping parameter?