Database Backup and Recovery (MOSC)

MOSC Banner

import into existing table with additional column

edited Apr 18, 2016 5:00AM in Database Backup and Recovery (MOSC) 4 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center