ORA-12034: materialized view log on "string"."string"
younger than last refresh

Answers were Sorted based on User's Feedback



ORA-12034: materialized view log on "string"."string" younger than last refresh..

Answer / guest

Cause: The materialized view log was younger than the last
refresh.

Action: A complete refresh is required before the next fast
refresh.

Please add more information about this Error

Is This Answer Correct ?    3 Yes 2 No

ORA-12034: materialized view log on "string"."string" younger than last refresh..

Answer / giriraj

First use this statement :
==============================
execute dbms_snapshot.refresh
('SCHEMA_NAME.TABLE_NAME', 'C');


Then

execute dbms_snapshot.refresh
('SCHEMA_NAME.TABLE_NAME', 'F');

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13144: target table string not found

1 Answers  


ORA-03008: parameter COMPATIBLE >= string needed for string

1 Answers  


ORA-02172: The PUBLIC keyword is not appropriate for a disable thread

1 Answers  


RMAN-06429: %s database is not compatible with this version of RMAN

1 Answers  


ORA-12150: TNS:unable to send data

1 Answers  






ORA-31157: Invalid Content-Type charset

1 Answers  


TNS-12214: TNS:missing local communities entry in TNSNAV.ORA

1 Answers  


TNS-12632: Role fetch failed

1 Answers  


QSM-02182: PCT is enabled through a join dependency

1 Answers  


ORA-40212: invalid target data type in input data for string function

1 Answers  


ORA-01585: error identifying backup file string

1 Answers  


ORA-06422: NETCMN: Error in sending data

1 Answers  


Categories