Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Import + Sequences
I've done a Solaris to a Linux 3.0 import/export conversion w/o a
problem.
Now here are somethings you should do/think about:
Now, you can do it one of two ways:
I've seen where if you use system/xxxxxx as your userid in exp and then use fromuser=xxxxx touser=xxxxx during import, jobs sometimes end up belonging to system and not the user -- so be careful.
I've also seen issues with direct=y. I'd suggest not using direct=y
(although I know it slows things down).
Make sure you are using consistent=y
If you are having sequence issues, then is sounds like things are still processing in your old database and sequences are out of wack (or were not created correctly in the first place). I'd use TOAD to grant your all your create sequence statements for the given user and apply them into your new database... I think TOAD will create the statement with a drop statement first and then a create statement with the last sequence number.
-Greg Received on Tue Mar 14 2006 - 18:20:37 CST
![]() |
![]() |