import into existing table with additional column
Hi Folks,
can i import a table which is already there in destination DB with additional columns if so ,please send me the syntax or validate my below syntax.
for example
we have table t1 with 25 columns in DB1 database so i need to import the same table t1's data only which is already there in DB2 database but dome addition column let say 30 columns , so i can do by below command or do i need to add something else in it?
exp RM_CRS/passwd@crsdb TABLES=RMBANK_TAB file=RMBANK_TAB_100416.dmp log=RMBANK_TAB_100416.log
in Destination DB