I am trying to convert a 9.2 index tablespace into DMT to LMT. I exported as sys all the index objects to an dmp file, dropped and recreated the tablespace, and I am trying to import these indexes and I get NOTHING.
I know that oracle automatically imports indexes when tables are created in an import if indexes=y is specified but can I import Indexes only without the tables?
In the importing database, do you have tables created?
If not, I do not know there is a way to import index only.
And it does not make sense either without tables.
If you have tables created before importing, you can
import index only by using ignore=Y
Thanks for the reply. I have all the tables in other tablespaces. This table has INDEXES only. I disabled all the P/U constraints for indexes in this tablespace before dropping the tablespace. Is this a problem?
Bookmarks