I have also done the same command with the " " around DMDOCDATA to no avail. The imp73 utility says 'skipping DMDOCDATA' which is what iam trying to import without importing all tables in the dump. Any suggestions? Also will this overwrite the whole table or just insert records. I do not want it overwritten. Thanks!
09-06-2001, 03:12 PM
Mr.Hanky
I think you need to truncate that table, this way the structure will stay and only the rows will be inserted. Be sure to back up that table first!!. Also, are the two databases on the same version of Oracle? The Import/Export utilities have to jive.
MH
09-06-2001, 03:51 PM
coleex
Fixed
I didscovered that the problem was with the index feature. It doesnt import just create some kind of log file. Thanks for the help though.