My Oracle Support Banner

Create materialized view on 11G with 12C(read only)as primary fails with ORA-04063 (Doc ID 2100468.1)

Last updated on FEBRUARY 22, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Information in this document applies to any platform.

Symptoms

Trying to create materialized view on 11g database with primary table on 12c Read
Only Database (e.g. Standby Database) fails with ORA-4063

SQL> create materialized view <mview name> as select * from <bdlink name>;

*
ERROR at line 1:
ORA-4063: table "SYS.DUAL" has errors

SQL> select open_mode from v$database@<dblink>;

OPEN_MODE
--------------------
READ ONLY



Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.