{"id":1850,"date":"2016-04-03T11:55:33","date_gmt":"2016-04-03T08:55:33","guid":{"rendered":"http:\/\/www.fatihacar.com\/blog\/?p=1850"},"modified":"2016-10-24T11:57:23","modified_gmt":"2016-10-24T08:57:23","slug":"oracle-11g-error-codes-and-solution-suggestions-from-ora-12000-to-ora-12100","status":"publish","type":"post","link":"http:\/\/www.fatihacar.com\/blog\/oracle-11g-error-codes-and-solution-suggestions-from-ora-12000-to-ora-12100\/","title":{"rendered":"Oracle 11g Error Codes and Solution Suggestions from ORA-12000 to ORA-12100"},"content":{"rendered":"<p><strong>Oracle 11g Error Codes and Solution Suggestions from ORA-12000 to ORA-12100<\/strong><\/p>\n<dl>\n<dt><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\"><i>ORA-12001: cannot create log: table &#8216;string&#8217; already has a trigger<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Materialized view logs are filled by a trigger on the master table. That trigger cannot be created.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0To create a materialized view log, drop the current trigger on the master.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3301\"><\/a><a name=\"ORA-12002\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12002: there is no materialized view log on table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0There was no materialized view log on the master table.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Create a materialized view log on the master table.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3302\"><\/a><a name=\"ORA-12003\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12003: materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; does not exist<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view with the given owner and name does not exist.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Verify inputs and create a materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3303\"><\/a><a name=\"ORA-12004\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12004: REFRESH FAST cannot be used for materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log does not exist or cannot be used. PCT refresh is also not enabled on the materialized view<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Use just REFRESH, which will reinstantiate the entire table. If a materialized view log exists and the form of the materialized view allows the use of a materialized view log or PCT refresh is possible after a given set of changes, REFRESH FAST will be available starting the next time the materialized view is refreshed.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3304\"><\/a><a name=\"ORA-12005\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12005: may not schedule automatic refresh for times in the past<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to schedule an automated materialized view refresh for a time in the past.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Choose a time in the future instead.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3305\"><\/a><a name=\"ORA-12007\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12007: materialized view reuse parameters are inconsistent<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The CREATE MATERIALIZED VIEW .. or CREATE MATERIALIZED VIEW LOG .. REUSE command was given inconsistent parameters immediately after the REUSE.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Examine the other messages on the stack to find the problem.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3306\"><\/a><a name=\"ORA-12008\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12008: error in materialized view refresh path<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Table SNAP$_&lt;mview_name&gt; reads rows from the view MVIEW$_&lt;mview_name&gt;, which is a view on the master table (the master may be at a remote site). Any error in this path will cause this error at refresh time. For fast refreshes, the table &lt;master_owner&gt;.MLOG$_&lt;master&gt; is also referenced.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Examine the other messages on the stack to find the problem. See if the objects SNAP$_&lt;mview_name&gt;, MVIEW$_&lt;mview_name&gt;, &lt;mowner&gt;.&lt;master&gt;@&lt;dblink&gt;, &lt;mowner&gt;.MLOG$_&lt;master&gt;@&lt;dblink&gt; still exist.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3307\"><\/a><a name=\"ORA-12010\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12010: cannot create materialized view log on table owned by SYS<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to create a materialized view log on the table owned by SYS. CREATE MATERIALIZED VIEW LOG attempts to create a trigger on the table, but triggers can not be created on SYS tables.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not create a materialized view log on SYS tables.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3308\"><\/a><a name=\"ORA-12011\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12011: execution of\u00a0<i>string<\/i>\u00a0jobs failed<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An error was caught in dbms_ijob.run from one or more jobs which were due to be run.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Look at the alert log for details on which jobs failed and why.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3309\"><\/a><a name=\"ORA-12012\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12012: error on auto execute of job\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An error was caught while doing an automatic execution of a job.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Look at the accompanying errors for details on why the execute failed.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3310\"><\/a><a name=\"ORA-12013\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12013: updatable materialized views must be simple enough to do fast refresh<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The updatable materialized view query contained a join, subquery, union, connect by, order by, or group by caluse.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Make the materialized view simpler. If a join is really needed, make multiple simple materialized views then put a view on top of them.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3311\"><\/a><a name=\"ORA-12014\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12014: table &#8216;<i>string<\/i>&#8216; does not contain a primary key constraint<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The CREATE MATERIALIZED VIEW LOG command was issued with the WITH PRIMARY KEY option and the master table did not contain a primary key constraint or the constraint was disabled.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Reissue the command using only the WITH ROWID option, create a primary key constraint on the master table, or enable an existing primary key constraint.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3312\"><\/a><a name=\"ORA-12015\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12015: cannot create a fast refresh materialized view from a complex query<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Neither ROWIDs and nor primary key constraints are supported for complex queries.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Reissue the command with the REFRESH FORCE or REFRESH COMPLETE option or create a simple materialized view.<\/span><\/span><\/span><\/dd>\n<p><!--more--><\/p>\n<dt><a name=\"sthref3313\"><\/a><a name=\"ORA-12016\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12016: materialized view does not include all primary key columns<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The query that instantiates the materialized view did not include all of the columns in the master&#8217;s primary key constraint.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Include all of the master&#8217;s primary key columns in the materialized view query or create a ROWID materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3314\"><\/a><a name=\"ORA-12017\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12017: cannot alter primary key mview &#8216;<i>string<\/i>&#8216; to a rowid mview<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to convert the primary key of a materialized view to a ROWID materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Conversion of a primary key materialized view to a ROWID materialized view is not supported. Create a new materialized view with ROWIDs or drop and recreate the materialized view with ROWIDs.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3315\"><\/a><a name=\"ORA-12018\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12018: following error encountered during code generation for &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The refresh operations for the indicated materialized view could not be regenerated due to errors.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Correct the problem indicated in the following error messages and repeat the operation.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3316\"><\/a><a name=\"ORA-12019\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12019: master table is a synonym to a remote object<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to create a materialized view or a materialized view log on a remote synonym which is unsupported.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not create a materialized view or materialized view log on a remote synonym.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3317\"><\/a><a name=\"ORA-12020\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12020: materialized view\u00a0<i>string<\/i>\u00a0is not registered<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to unregister a materialized view that is not registered.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0No action required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3318\"><\/a><a name=\"ORA-12021\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12021: materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; is corrupt<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view indicated is no longer valid.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Contact Oracle Customer Support.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3319\"><\/a><a name=\"ORA-12022\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12022: materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; already has rowid<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Materialized view log on the indicated table already has ROWID information.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0No action required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3320\"><\/a><a name=\"ORA-12023\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12023: missing index on materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The specified ROWID materialized view did not have the required index on the ROWID column of its underlying table.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Drop and recreate the materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3321\"><\/a><a name=\"ORA-12024\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12024: materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; does not have primary key columns<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Materialized view log on the indicated table does not have primary key information.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Add primary keys to the materialized view log using the ALTER MATERIALIZED VIEW command.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3322\"><\/a><a name=\"ORA-12025\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12025: materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; already has primary keys<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Materialized view log on the indicated table already has primary key columns.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0No action required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3323\"><\/a><a name=\"ORA-12026\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12026: invalid filter column detected<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0One or more of the specified filter columns did not exist or was a primary key column or a primary key based object identifier.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Ensure that all specified filter columns exist in the master table and ensure that primary key columns or primary key based object identifiers are not included in the list of filter columns.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3324\"><\/a><a name=\"ORA-12027\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12027: duplicate filter column<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0One or more of the specified filter columns were already being recorded in the materialized view log.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Describe the materialized view log table and reissue the SQL command with the filter columns that are already being recorded in the materialized view log.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3325\"><\/a><a name=\"ORA-12028\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12028: materialized view type is not supported by master site\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Pre-Oracle8 master sites are not able to support primary key or subquery materialized views that are able to perform a fast refresh.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Create a ROWID materialized view or use a master table from an Oracle8 site.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3326\"><\/a><a name=\"ORA-12029\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12029: LOB columns may not be used as filter columns<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to use LOB columns as filter columns.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Remove LOB columns from the filter columns list and retry command.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3327\"><\/a><a name=\"ORA-12030\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12030: cannot create a fast refresh materialized view<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log did not exist or did not log the information needed by the materialized view to perform a fast refresh.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Ensure that the materialized view log exists and logs the necessary information.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">&#8211; For ROWID materialized views, the master table&#8217;s ROWID must be logged.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">&#8211; For primary key materialized views, the master table&#8217;s primary key columns must be logged.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">&#8211; For subquery materialized views, the filter columns, primary key, and ROWID values must be logged.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">&#8211; For object materialized views, object id must be logged.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3328\"><\/a><a name=\"ORA-12031\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12031: cannot use primary key columns from materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log either did not have primary key columns logged, or the timestamp associated with the primary key columns was more recent than the last refresh time.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0A complete refresh is required before the next fast refresh. Add primary key columns to the materialized view log, if required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3329\"><\/a><a name=\"ORA-12032\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12032: cannot use rowid column from materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log either does not have ROWID columns logged, or the timestamp associated with the ROWID columns is more recent than the last refresh time.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0A complete refresh is required before the next fast refresh. Add ROWID columns to the materialized view log, if required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3330\"><\/a><a name=\"ORA-12033\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12033: cannot use filter columns from materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log either did not have filter columns logged, or the timestamp associated with the filter columns was more recent than the last refresh time.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0A complete refresh is required before the next fast refresh. Add filter columns to the materialized view log, if required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3331\"><\/a><a name=\"ORA-12034\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12034: materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; younger than last refresh<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log was younger than the last refresh.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0A complete refresh is required before the next fast refresh.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3332\"><\/a><a name=\"ORA-12035\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12035: could not use materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view log did not exist or could not be used.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Use just REFRESH, which will reinstantiate the entire table. If a materialized view log exists and the form of the materialized view allows the use of a materialized view log, REFRESH FAST will be available starting the next time the materialized view is refreshed.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3333\"><\/a><a name=\"ORA-12036\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12036: updatable materialized view log is not empty, refresh materialized view<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The updatable materialized view log was not empty. The updatable materialized view log must be empty before an updatable rowid materialized view can be altered to a primary key materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Ensure that updatable materialized view log is empty by refreshing the materialized view before converting the updatable ROWID materialized view to a primary key materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3334\"><\/a><a name=\"ORA-12037\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12037: unknown export format<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to import a materialized view exported by an unknown export version (e.g., from a newer release than the importing site)<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Re-export the file using a version of export known by the importing site.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3335\"><\/a><a name=\"ORA-12039\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12039: unable to use local rollback segment &#8220;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0A local rollback segment was specified in the CREATE MATERIALIZED VIEW command, but automatic refresh parameters were not specified. Therefore a refresh group was not created to automatically refresh the materialized view and the local rollback segment can&#8217;t be registered for future use.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Either supply the automatic refresh parameters so that a refresh group will be created or do not specify a local rollback segment.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3336\"><\/a><a name=\"ORA-12040\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12040: master rollback segment option not support by master site\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to specify master rollback segment in the current operation. The master site of the current materialized view does not allow users to specify a rollback segment to be used for materialized view operations. This feature is only supported by Oracle8 or later master sites.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not specify a master rollback segment in the current operation or choose a new master site.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3337\"><\/a><a name=\"ORA-12041\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12041: cannot record ROWIDs for index-organized table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Index-organized tables do not have ROWIDs. Therefore a materialized view log that records the ROWIDs of an index-organized table could not be created.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not include the WITH ROWID option when using the CREATE MATERIALIZED VIEW command and do not include the ADD ROWID option when using the ALTER MATERIALIZED VIEW command if the master table is index-organized.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3338\"><\/a><a name=\"ORA-12042\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12042: cannot alter job_queue_processes in single process mode<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to alter job_queue_processes in single process mode.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not attempt to set job_queue_processes in single process mode.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3339\"><\/a><a name=\"ORA-12043\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12043: invalid CREATE MATERIALIZED VIEW option<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An invalid option was used in a CREATE MATERIALIZED VIEW statement.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify only valid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3340\"><\/a><a name=\"ORA-12044\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12044: invalid CREATE MATERIALIZED VIEW LOG option<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An invalid option was used in a CREATE MATERIALIZED VIEW LOG statement.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify only valid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3341\"><\/a><a name=\"ORA-12045\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12045: invalid ALTER MATERIALIZED VIEW LOG option<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An invalid option was used in an ALTER MATERIALIZED VIEW LOG statement.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify only valid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3342\"><\/a><a name=\"ORA-12046\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12046: cannot use trusted constraints for refreshing remote MV<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0REFRESH USING TRUSTED CONSTRAINTS specified in ALTER MATERIALIZED VIEW or CREATE MATERIALIZED VIEW of a remote materialized view<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0remove this attribute from ALTER\/ CREATE MATERIALIZED VIEW DDL<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3343\"><\/a><a name=\"ORA-12047\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12047: PCT FAST REFRESH cannot be used for materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0PCT refresh is either not enabled on this materialized view or not possible after set of the base table changes since last refresh.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Use just REFRESH FORCE, which will reinstantiate the entire table and try to pick the best refresh method on the materialized view Do explain_mview to look at the cause why PCT refresh is not possible on this materialized view<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3344\"><\/a><a name=\"ORA-12048\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12048: error encountered while refreshing materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Some problem occurs during refresh of multiple materialized views in atomic mode. The materialized view whose refresh failed has raised this error.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Examine the other messages on the stack to find the refresh problem.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3345\"><\/a><a name=\"ORA-12051\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12051: ON COMMIT attribute is incompatible with other options<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0ON COMMIT refresh attribute, incompatible with other refresh options such as automatic periodic refresh, was specified.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify only valid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3346\"><\/a><a name=\"ORA-12052\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12052: cannot fast refresh materialized view\u00a0<i>string<\/i>.<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Either ROWIDs of certain tables were missing in the definition or the inner table of an outer join did not have UNIQUE constraints on join columns.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify the FORCE or COMPLETE option. If this error is got during creation, the materialized view definition may have be changed. Refer to the documentation on materialized views.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3347\"><\/a><a name=\"ORA-12053\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12053: this is not a valid nested materialized view<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The list of objects in the FROM clause of the definition of this materialized view had some dependencies upon each other.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Refer to the documentation to see which types of nesting are valid.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3348\"><\/a><a name=\"ORA-12054\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12054: cannot set the ON COMMIT refresh attribute for the materialized view<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view did not satisfy conditions for refresh at commit time.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify only valid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3349\"><\/a><a name=\"ORA-12055\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12055: materialized view definition contains cyclic dependencies with existing materialized views<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The materialized view query definition introduced a cyclic dependency with existing materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Modify the materialized view query definition.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3350\"><\/a><a name=\"ORA-12056\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12056: invalid REFRESH method<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The NEVER REFRESH option may not be used under the following conditions:<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">* The materialized view is updatable<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">* The materialized view refreshes ON COMMIT<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">* Automatic refresh options are specified<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0For updatable materialized views, reissue the SQL command using REFRESH FORCE, REFRESH FAST, or REFRESH COMPLETE. For read-only materialized views, reissue the SQL command using ON DEMAND.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3351\"><\/a><a name=\"ORA-12057\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12057: materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; is INVALID and must complete refresh<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The status of the materialized view was INVALID and an attempt was made to fast refresh the materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Perform a complete refresh of the materialized view. Check the value of the STATUS column in dba_mviews, all_mviews, or user_mviews to verify that the materialized view is VALID after the complete refresh.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3352\"><\/a><a name=\"ORA-12058\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12058: materialized view cannot use prebuilt table<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to use the prebuilt tables.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Reissue the SQL command using BUILD IMMEDIATE or BUILD DEFERRED.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3353\"><\/a><a name=\"ORA-12059\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12059: prebuilt table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; does not exist<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The specified prebuilt table did not exist.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Reissue the SQL command using BUILD IMMEDIATE, BUILD DEFERRED, or ensure that the prebuilt table exists.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3354\"><\/a><a name=\"ORA-12060\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12060: shape of prebuilt table does not match definition query<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The number of columns or the type or the length semantics of a column in the prebuilt table did not match the materialized view definition query.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Reissue the SQL command using BUILD IMMEDIATE, BUILD DEFERRED, or ensure that the prebuilt table matches the materialized view definition query.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3355\"><\/a><a name=\"ORA-12061\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12061: invalid ALTER MATERIALIZED VIEW option<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An invalid option was used in an ALTER MATERIALIZED VIEW statement.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify only valid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3356\"><\/a><a name=\"ORA-12062\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12062: transaction\u00a0<i>string<\/i>\u00a0received out of sequence from site\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0A transaction from the client site was received out of sequence. This implies that one or more transactions were missing.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Ensure that the transaction queue at the client site is valid and has not been corrupted.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3357\"><\/a><a name=\"ORA-12063\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12063: unable to apply transaction from site\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The current transaction from the client site could not be applied to the master site.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Ensure that the client site is still valid and that it has not been dropped from the master site.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3358\"><\/a><a name=\"ORA-12064\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12064: invalid refresh sequence number:\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The client site was attempting to perform a refresh with an invalid refresh sequence.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Perform a complete refresh to synchronize the refresh sequence number.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3359\"><\/a><a name=\"ORA-12065\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12065: unknown refresh group identifier\u00a0<i>string<\/i><\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The specified refresh group did not exist at the master site.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Ensure that the client site is still valid and that it has not been dropped from the master site.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3360\"><\/a><a name=\"ORA-12066\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12066: invalid CREATE MATERIALIZED VIEW command<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The Replication API does not support the following options and types of materialized view:<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o ROWID materialized views<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o REFRESH ON COMMIT<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o ON PREBUILT TABLE<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o BUILD DEFERRED<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o NEVER REFRESH<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o ENABLE QUERY REWRITE<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Create a PRIMARY KEY materialized view using REFRESH WITH PRIMARY KEY and\/or remove the invalid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3361\"><\/a><a name=\"ORA-12067\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12067: empty refresh groups are not allowed<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The refresh group being instantiated did not contain any materialized views.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Modify the template to include at least one materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3362\"><\/a><a name=\"ORA-12068\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12068: updatable mview log for mview &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; does not exist<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The updatable materialized view was missing the updatable materialized view log required to track updates made to the materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Create the updatable materialized view log.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3363\"><\/a><a name=\"ORA-12069\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12069: invalid object for offline instantiation<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Only materialized views can be offline instantiated. The object being offline instantiated was not a valid materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Remove the object from the template or replace the object with a valid materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3364\"><\/a><a name=\"ORA-12070\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12070: cannot offline instantiate materialized view &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Offline instantiation does not support materialized views using the following options:<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o ON PREBUILT TABLE<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o BUILD DEFERRED<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Remove the invalid options.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3365\"><\/a><a name=\"ORA-12071\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12071: definition query of &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; is invalid for offline instantiation<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Offline instantiation requires materialized view definition queries to observe the following constraints:<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o The database link that will be used by the materialized view site to connect to the master site must be included with each master table referenced in the query.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\">o All master tables referenced must be located at the local site. References to other sites are not allowed.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Modify the materialized view definition query.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3366\"><\/a><a name=\"ORA-12072\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12072: updatable materialized view log data for &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; cannot be created<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The updatable materialized view was missing the updatable materialized view log required to track updates made to the materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Create an updatable materialized view log.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3367\"><\/a><a name=\"ORA-12073\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12073: request cannot be processed<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An out-of-sequence request was made and it cannot be processed.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Try again with a valid request.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3368\"><\/a><a name=\"ORA-12074\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12074: invalid memory address<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to access an invalid memory region.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Reconnect and try the command again.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3369\"><\/a><a name=\"ORA-12075\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12075: invalid object or field<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to access an invalid field or object in the Java Virtual Memory.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Retry the request.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3370\"><\/a><a name=\"ORA-12076\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12076: invalid threshold value<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The result set threshold or LOB threshold value is not supported.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Specify a threshold value below 64K.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3371\"><\/a><a name=\"ORA-12077\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12077: temporary updatable materialized view log does not exist<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Temporary updatable materialized view log was not created or was dropped.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Re-create the temporary updatable materialized view log. Warning: This will cause a complete refresh of the materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3372\"><\/a><a name=\"ORA-12078\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12078: fast refresh of refresh group ID\u00a0<i>string<\/i>\u00a0failed<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Refresh result set sent through client method REFRESH_REQ_RESULT returned an unknown value.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Re-issue the refresh request.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3373\"><\/a><a name=\"ORA-12079\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12079: do not invalidate result cache created during materialized view refresh<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Result cache created during materialized view refresh was not invalidated at end.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not set this as an event.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3374\"><\/a><a name=\"ORA-12081\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12081: update operation not allowed on table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to update a read-only materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0No action required. Only Oracle is allowed to update a read-only materialized view.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3375\"><\/a><a name=\"ORA-12082\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12082: &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; cannot be index organized<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to create an index-organized materialized aggregate view or an index-organized updatable ROWID materialized view. This is not supported.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Try to create the materialized view without the index organization clause.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3376\"><\/a><a name=\"ORA-12083\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12083: must use DROP MATERIALIZED VIEW to drop &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to drop a materialized view using a command other than DROP MATERIALIZED VIEW.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Use the DROP MATERIALIZED VIEW command.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3377\"><\/a><a name=\"ORA-12084\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12084: must use ALTER MATERIALIZED VIEW to alter &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to alter a materialized view using a command other than ALTER MATERIALIZED VIEW.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Use the ALTER MATERIALIZED VIEW command.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3378\"><\/a><a name=\"ORA-12085\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12085: materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; already has object id<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Materialized view log on the indicated table already has object id information.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0No action required.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3379\"><\/a><a name=\"ORA-12086\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12086: table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; is not an object table<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The CREATE MATERIALIZED VIEW LOG command was issued with the WITH OBJECT ID option and the master table is not an object table.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Either specify the name of an object table, or remove the WITH OBJECT ID clause.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3380\"><\/a><a name=\"ORA-12087\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12087: online redefinition not allowed on tables owned by &#8220;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to online redefine a table owned by SYS or SYSTEM.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not attempt to online redefine a table owned by SYS or SYSTEM.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3381\"><\/a><a name=\"ORA-12088\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12088: cannot online redefine table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; with unsupported datatype<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to online redefine a table containing a LONG column, an ADT column, or a FILE column.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not attempt to online redefine a table containing a LONG column, an ADT column, or a FILE column.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3382\"><\/a><a name=\"ORA-12089\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12089: cannot online redefine table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; with no primary key<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to online redefine a table that does not have a primary key defined on it.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not attempt to online redefine a table that does not have a primary key defined on it.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3383\"><\/a><a name=\"ORA-12090\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12090: cannot online redefine table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to online redefine a table that is either a temporary table, an IOT overflow table, a table with fine-grained access control or row-level security enabled, a CDC change table, or a table with a CDC change table defined on it.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not attempt to online redefine a table that is not supported by online redefinition.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3384\"><\/a><a name=\"ORA-12091\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12091: cannot online redefine table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; with materialized views<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to online redefine a table that had materialized views defined on it or had a materialized view log defined on it or is a master.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Drop all materialized views and materialized view logs before attempting to online redefine the table.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3385\"><\/a><a name=\"ORA-12092\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12092: cannot online redefine replicated table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to online redefine a table that is either a materialized view or a replicated table.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Do not attempt to online redefine a table that is either a materialized view or a replicated table.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3386\"><\/a><a name=\"ORA-12093\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12093: invalid interim table &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0The table is not the interim table of the corresponding table to be online redefined.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Pass in the valid interim table.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3387\"><\/a><a name=\"ORA-12094\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12094: error during online redefinition<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0There was an error during the online redefinition process.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Abort the online redefinition process.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3388\"><\/a><a name=\"ORA-12096\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12096: error in materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8220;<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0There was an error originating from this materialized view log. One possible cause is that schema redefinition has occurred on the master table and one or more columns in the log is now a different type than corresponding master column(s). Another possible cause is that there is a problem accessing the underlying materialized view log table.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Check further error messages in stack for more detail about the cause. If there has been schema redefinition, drop the materialized view log and recreate it.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3389\"><\/a><a name=\"ORA-12097\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12097: changes in the master tables during refresh, try refresh again<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0There are some changes (i.e., conventional DML, direct load, partition maintenance operation) in the master tables during materialized view refresh.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Refresh the affected materialized views again.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3390\"><\/a><a name=\"ORA-12098\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12098: cannot comment on the materialized view<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0An attempt was made to issue a COMMENT ON TABLE statement on a materialized view.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0Issue a COMMENT ON MATERIALIZED VIEW statement instead.<\/span><\/span><\/span><\/dd>\n<dt><a name=\"sthref3391\"><\/a><a name=\"ORA-12100\"><\/a><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b><span style=\"color: #1d5aab;\">ORA-12100: materialized view log on &#8220;<i>string<\/i>&#8220;.&#8221;<i>string<\/i>&#8221; already has sequence<\/span><\/b><\/span><\/span><\/dt>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Cause:<\/b>\u00a0Materialized view log on the indicated table already has sequence information.<\/span><\/span><\/span><\/dd>\n<dd><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><span style=\"color: #222222;\"><b>Action:<\/b>\u00a0No action required.<\/span><\/span><\/span><\/dd>\n<dd><\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>Oracle 11g Error Codes and Solution Suggestions from ORA-12000 to ORA-12100 ORA-12001: cannot create log: table &#8216;string&#8217; already has a trigger Cause:\u00a0Materialized view logs are filled by a trigger on the master table. That trigger cannot be created. Action:\u00a0To create a materialized view log, drop the current trigger on the master. ORA-12002: there is no&#8230;<\/p>\n","protected":false},"author":37,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[53],"tags":[14,32,54],"class_list":["post-1850","post","type-post","status-publish","format-standard","hentry","category-oracle-errors-and-solutions","tag-database-administration","tag-oracle-administration","tag-oracle-error-solutions"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p39NFI-tQ","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts\/1850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/comments?post=1850"}],"version-history":[{"count":1,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts\/1850\/revisions"}],"predecessor-version":[{"id":1851,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts\/1850\/revisions\/1851"}],"wp:attachment":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/media?parent=1850"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/categories?post=1850"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/tags?post=1850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}