I have a .dmp with data from schema1.table1 (there is a create table statement as well). I need to import this .dmp file into an existing table called schema2.table2 (same fields as table data was exported from).
I have tried using IMP with all sorts of parameter variances but I always seem to get errors/warnings of some sort.
Is what I am trying to do possible and if so can anybody think of what I may be missing?
Example:
C:\oracle\ora9i\bin\imp system/manager fromuser=schema1 touser=schema2 tables=(table2) file=data.dmp ignore=Y indexes=N full=N grants=N commit=Y log=import
IMP-00033: Warning: Table "table2" not found in export file.
I have tried using IMP with all sorts of parameter variances but I always seem to get errors/warnings of some sort.
Is what I am trying to do possible and if so can anybody think of what I may be missing?
Example:
C:\oracle\ora9i\bin\imp system/manager fromuser=schema1 touser=schema2 tables=(table2) file=data.dmp ignore=Y indexes=N full=N grants=N commit=Y log=import
IMP-00033: Warning: Table "table2" not found in export file.