Import .dmp file into new schema?
805401Oct 14 2010 — edited Oct 16 2010Hi folks,
I have a .dmp file which contains all the data of a table sat for example DEPT(S.No,FirstName,Salary,Address).
I created new schema as DEPT(S.No,FirstName,LastName,Address).
Now, how can I have all the corresponding fields data from old schema to the new schema?
By the way I'm using Oracle 10g Expression Edition.
Thanks,
Ashok Gunasani.