ORA-23435: cannot create an updatable ROWID materialized
view with LOB columns



ORA-23435: cannot create an updatable ROWID materialized view with LOB columns..

Answer / guest

Cause: The propagation of LOB data from materialized view
sites to the master site requires a primary key on the
replicated table. Thus updatable ROWID materialized views
that contain LOB columns are not supported.

Action: Create a primary key materialized view instead of a
ROWID materialized view. If the materialized view already
exists, it can be converted to a primary key materialized
view using the ALTER MATERIALIZED VIEW DDL command.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNO-00609: warning: forwarder number address length number exceeds maximum of number, ignored

1 Answers  


PLS-00580: supertype must be an object type

1 Answers  


ORA-22915: cannot ALTER a nested table's storage table to ADD/MODIFY columns

1 Answers  


ORA-26514: object 'string.string' not found

1 Answers  


ORA-39111: Dependent object type string skipped, base object type string already exists

1 Answers  






ORA-30736: objects in a table or view hierarchy have to be in the same schema

1 Answers  


O2U-00211: A type without attributes was translated

1 Answers  


ORA-30039: Cannot drop the undo tablespace

1 Answers  


ORA-18008: cannot find OUTLN schema

1 Answers  


RMAN-06449: deleted proxy copy

1 Answers  


IMG-00836: area queue merge failed

1 Answers  


RMAN-08535: channel string: looking for autobackup on day: string

1 Answers  


Categories