If your SYSTEM tablespace is created as LMT (the default, seems to be the case in your situation too) then all other tablespaces must be LMTs too.
So if you want to create a dictionary managed tablespace (why?????) in 9i, you must have your SYSTEM tablespace created as DMT at database creation time.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Did you create the tablespaces or you trying to import the full database and want the import to create the tablespaces for you ??
In that case create the tablespaces manually before doing the import and then run the Full import. You can very well import from a database having DMT to a database having LMT.
HTH
Amar "There is a difference between knowing the path and walking the path."
The only possible problems that I can see with this is if you are performing full import (from full export) and want the imp process to create the tablespaces too. In this case, all you have to do is to manualy create those tablespaces (asl LMT) before you start the import. That should realy be no problem.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Bookmarks