Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Import/Export
Thanks to those who helped me out with the maxdatafile thing, i appreciate
it.
Hopefully you guys can help me out again...
A bit of background:
I'm moving a database that is currently installed and running on one
machine to a new machine. The easiest way seemed to install new software
and move the tablespaces, tables, roles, triggers, etc... individually. I
have scripts to create the tablespaces and most everyting else.
The problem I am having is on the import for the tables. I exported each table individually using the command:
exp <user/password> file=<file_name> tables=<table_name>
Now, when I import I'm using the command:
imp <user/password> ignore=y full=y file=<file_name>
I don't get an error and the table gets imported but there is a warning. It appears to be attempting to recreate the triggers in the import - here's what I'm getting:
Is this OK? Or should I run the export again and find someway to not include the trigger information?
Thanks a bunch..
Mike. Received on Fri Dec 04 1998 - 14:08:49 CST
![]() |
![]() |