The issue I think is that you are trying to add columns to an object table. Unfortunately you cannot modify the structuure of an object table because the definition of this table is based upon an object type. What you need to do is to create a new type with additional attributes, and use the new type to create a new object table. The new object table will have the desired columns.
OK, I do that... but the problem remains in a separate tablespace. The whole thing is hosed... I need help. I cannot alter tables at all under the one tablespace.
select * from user_tablespaces where tablespace_name IN ('TOOLS','<MY_TABLESPACE>')
I would like to see what is different about this tablespace. Is this the user's default tablespace?
OK, Foo, "on this tablespace" of yours can you create a table and add a column to it and what has changed since it worked. Can you also use exp to export the affected table
exp xxx/yyyy file=tab.dmp log=tab.log tables=tab
and do
imp xxx/yyyy file=tab.dmp full=yes indexfile=tab.sql
and send the tab.sql output
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.