How can you run a session without using server manager?
Answer Posted / subhrangshu
Using PMCMD command from command prompt.
Below link is helpful...
http://www.folkstalk.com/2012/10/pmcmd-command-usage-in-informatica.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
What are the settings that you use to configure the joiner transformation?
What are the types of data warehouses?
What do you mean by filter transformation?
How can we use mapping variables in informatica?
What is a pre-defined event and user-defined event?
What is the surrogate key?
How to extract sap data using informatica?
define galaxy repository in informatica
What is confirmed fact in dataware housing?
What all are steps in up gradation of Informatica server?
What is enterprise data warehousing?
How do you manage the Parameter files while migrating your data from one environment to another environment?
How many dimensions are there in informatica?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM