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
Answer / vas.chiky
take one copy of master table as table_copy.
add a new column say "numeric" to the existing master table.
truncate the master table.
In informatica designer,
1.table_copy as source and master table as target.
2.have one expression trasformation. add one field numeric
(integer datatype).
expression coundition: iff (old_value = 'Y',1,0)
provide the connections.
create new workflow and start. The data will be loaded to
| Is This Answer Correct ? | 4 Yes | 0 No |
how remove 1st 3 records & last 3 records in informatics
in realtime which situations u can use unconnected lookup transformation
what is incremental aggregation ,with example?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What is the procedure for creating independent data marts from informatica 7.1?
what is hash table in informatica?
Where do we use mapping variables in informatica?
If informatica has its scheduler why using third party scheduler?
What are the types of presistent cache in look up tr.
How we can get unique records into one target table and duplicate records into another target table??
11 Answers Deloitte, IBM, iGate,
How do you join more than 3 flat files in informatica?
what are the perameter and variable?