I need an oracle query for convert Char to Integer?. Can any
one help me how to do this?
Answer Posted / moorthy g
Hi Jey,
Please see the below procedures (integer to varchar or char).
SQL> CREATE TABLE DEPT1 AS SELECT *FROM DEPT
SQL> Truncate table dept1;
SQL> alter table dept1 modify(deptno varchar2(20));
SQL>insert into dept1 select *from dept;
SQL> SELECT *FROM DEPT1
Note:
1. If you want to modify in information please the load type
truncate load or not. (May it will be truncate load only)
Best Regards,
Moorthy. G
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
Slowly changing dimensions, types and where will you use them
Differentiate between joiner and lookup transformation?
Separate from an archive server and a powerhouse?
What are active and passive transformations?
What is the format of informatica objects in a repository?
How can we handle two sessions in informatica?
write a query to retrieve the latest records from the table sorted by version(scd)
How to extract sap data using informatica? What is abap? What are idocs?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
Scheduling properties,whats the default (sequential)
can we override a native sql query within informatica? How do we do it?
How to call shell scripts from informatica?
Explain the different kinds of facts.
What is the session task and command task?