Database Code Eror 
ORA-30372(0)
ORA-30372: fine grain access policy conflicts with materialized view
Cause: A fine grain access control procedure has applied a non-null policy to the query for the materialized view.
Action: In order for the materialized view to work correctly, any fine grain access control procedure in effect for the query must return a null policy when the materialized view is being created or refreshed. This may be done by ensuring that the usernames for the creator, owner, and invoker of refresh procedures for the materialized view all receive a null policy by the …
ORA-30377
ORA-30377: table string.MV_CAPABILITIES_TABLE not found
Cause: You have used the DBMS_MVIEW.EXPLAIN_MVIEW() API before you have defined the MV_CAPABILITIES_TABLE.
Action: Invoke the admin/utlxmv.sql script after connecting to the desired schema.
ORA-30384
ORA-30384: specified column name does not exist in the attribute
Cause: A column was encountered that is not defined within the attribute.
Action: Check the attribute column name spelling.
ORA-30394
ORA-30394: source statement identical to the destination statement
Cause: The source statement was identical to the destination statement
Action: Make sure both source and destination statements are not identical
More in this category:
- ORA-30401
- ORA-30434
- ORA-31222
- ORA-31227
- ORA-31232
- ORA-31403
- ORA-31408
- Enabling DBMS_OUTPUT
- ORA-31221
- ORA-31226
- ORA-31231
- ORA-31402
- ORA-31407
- Tablespace used and free space
- ORA-31220
- ORA-31225
- ORA-31230
- ORA-31406
- ORA-31401
- ORA-31411
- How to kill sessions in Oracle
- ORA-31229
- ORA-31224
- ORA-31399
- ORA-31405
- ORA-31410
- ORA-31223
- How to recompile all invalid objects Oracle
- ORA-31398
- ORA-31228
- ORA-31404
- ORA-31409
- DB2 SQL Error Codes
- Enlarge a datafile
- Tablespaces with autoextend parameter
- Rman Backup Script Sample
- SQL Server 2005: Peer to Peer Transactional Replication Setup
- Datafile Recovery Script
- Rman Recovery Script Sample
- Add a new datafile to TABLESPACE
- Full Online Backup Script Using RMAN
- Trace sessions in Oracle
- 1000 SQLSTATE: HY000 (ER_HASHCHK)
- How to see open cursors
- File transfers for database cloning
- Full Online Backup using RMAN

