ORA-22339: cannot alter to not final since its attribute
column is substitutable



ORA-22339: cannot alter to not final since its attribute column is substitutable..

Answer / guest

Cause: An attempt was made to alter a type to not final when
its embedded attribute is defined as substitutable in some
tables. Note, this is a restriction in 9.0 version because
when a type is altered to not final, column of that type is
set to not substitutable at all levels; thus, it is an error
if one of its embedded attribute column is already marked
substitutable.

Action: Recreate the table and specify NOT SUBSTITUTABLE AT
ALL LEVELS for all columns of non final type. Then resubmit
the ALTER TYPE statement.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-11124: invalid value string

1 Answers  


ORA-06749: TLI Driver: option not allowed across network

1 Answers  


ORA-30362: dimension column cannot be a sequence

1 Answers  


IMG-00845: internal image index allocation failed

1 Answers  


QSM-01037: Query Rewrite failed to allocate the necessary query join graph

1 Answers  






NNL-00806: Queries received, type RELATED-INFO: number

1 Answers  


ORA-24081: compatible parameter needs to be string or greater

1 Answers  


TNS-00200: Unable to do nsanswer on context result=string

1 Answers  


ORA-16775: Target standby in switchover operation has missing redo logs.

1 Answers  


ORA-19596: SPFILE already included

1 Answers  


RMAN-03001: recovery manager command sequencer component initialization failed

1 Answers  


LCD-00210: illegal assignment operator [string]

1 Answers  


Categories