|
-
I am trying to export a schema's object from nt box(8.1.6) to
Linux box(8.1.7). I am able to export the schema's objects as tables,stored proce
cedures,function except the indexes,array time. As for the documentation, I have tried the option of setting INDEXES as Y to export and import the objects. But nothing is happening and the thing
I could not understand there is no error logs reported in both export and
import log files.
Am I am missing something on exporting/Importing indexes along with other objects?
I was using following statement.
exp system/manager file=exp.dmp log=exp.log owner = schuser indexes = Y
imp system/manager file=exp.dmp from=schuser to=linuxschuser indexes = Y
log=imp.log
Any suggestion.
SKM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|