Write a query to retrieve for many to many relationships?
What are parameter files? Where do we use them?
What is hmc in hybris?
What is the need for path compression?
What are HTTP handlers in ASP.NET?
Is windows 10 free for students?
What is repository model?
Which types of quections asked in interview for FORMULATION PLANT (PHARMA)
How can we write a good test case?
Why does the picture of Spark come into existence?
What is a jms connection?
mode of absorption in alimentary canal?
How many ways we can call apex class?
Clarify application modeler.
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