Here I am creating a user and directory to export and import.
Creating a sample table and a row
Exporting emp table to dba_directory as a dumpfile
Importing into same DB and Schema with new table name
New table created with export dump
Now I am updating a row
And adding a new row
====================================================================
Now exporting modified table with New dumpfile name
Importing into the same table with option table_exists_action=append
Importing the table into same table with data_option
Result
Now I am adding another row to the source table
No comments:
Post a Comment