![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I'm trying to update a materialized view: EXECUTE DBMS_MVIEW.REFRESH('NED_PRODUCT_CARD_MV', 'C'); This commands hangs for a very long time (no idea if it'll ever complete). Hm, reminds me of the halting problem. When I terminate it with a Ctrl-C, I get the error message: ERROR at line 1: ORA-12008: error in materialized view refresh path ORA-01013: user requested cancel of current operation ORA-06512: at "SYS.DBMS_SNAPSHOT", line 820 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 877 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 858 ORA-06512: at line 1 My version: $ sqlplus -version SQL*Plus: Release 9.2.0.6.0 - Production We update this MV regularly (every few weeks) and this is the first time that I'm seeing this. Any pointers are appreciated. Thanks, Sashi |
#3
| |||
| |||
|
|
Hi all, I'm trying to update a materialized view: EXECUTE DBMS_MVIEW.REFRESH('NED_PRODUCT_CARD_MV', 'C'); This commands hangs for a very long time (no idea if it'll ever complete). Hm, reminds me of the halting problem. When I terminate it with a Ctrl-C, I get the error message: ERROR at line 1: ORA-12008: error in materialized view refresh path ORA-01013: user requested cancel of current operation ORA-06512: at "SYS.DBMS_SNAPSHOT", line 820 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 877 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 858 ORA-06512: at line 1 My version: $ sqlplus -version SQL*Plus: Release 9.2.0.6.0 - Production We update this MV regularly (every few weeks) and this is the first time that I'm seeing this. Any pointers are appreciated. Thanks, Sashi |
#4
| |||
| |||
|
|
Hi all, I'm trying to update a materialized view: EXECUTE DBMS_MVIEW.REFRESH('NED_PRODUCT_CARD_MV', 'C'); This commands hangs for a very long time (no idea if it'll ever complete). Hm, reminds me of the halting problem. When I terminate it with a Ctrl-C, I get the error message: ERROR at line 1: ORA-12008: error in materialized view refresh path ORA-01013: user requested cancel of current operation ORA-06512: at "SYS.DBMS_SNAPSHOT", line 820 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 877 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 858 ORA-06512: at line 1 My version: $ sqlplus -version SQL*Plus: Release 9.2.0.6.0 - Production We update this MV regularly (every few weeks) and this is the first time that I'm seeing this. Any pointers are appreciated. Thanks, Sashi |
#5
| |||
| |||
|
|
Hi all, I'm trying to update a materialized view: EXECUTE DBMS_MVIEW.REFRESH('NED_PRODUCT_CARD_MV', 'C'); This commands hangs for a very long time (no idea if it'll ever complete). Hm, reminds me of the halting problem. When I terminate it with a Ctrl-C, I get the error message: ERROR at line 1: ORA-12008: error in materialized view refresh path ORA-01013: user requested cancel of current operation ORA-06512: at "SYS.DBMS_SNAPSHOT", line 820 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 877 ORA-06512: at "SYS.DBMS_SNAPSHOT", line 858 ORA-06512: at line 1 My version: $ sqlplus -version SQL*Plus: Release 9.2.0.6.0 - Production We update this MV regularly (every few weeks) and this is the first time that I'm seeing this. Any pointers are appreciated. Thanks, Sashi |
![]() |
| Thread Tools | |
| Display Modes | |
| |