ORA-12005: may not schedule automatic refresh for times in
the past

Answers were Sorted based on User's Feedback



ORA-12005: may not schedule automatic refresh for times in the past..

Answer / guest

Cause: An attempt was made to schedule an automated
materialized view refresh for a time in the past.

Action: Choose a time in the future instead.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

ORA-12005: may not schedule automatic refresh for times in the past..

Answer / soni kumari

Try scheduling like this. Put next date as which ever time
u want and interval as \'TRUNC(SYSDATE+(1/24),\'\'HH\'\')\'
this will execute the job every one hour.

This will execute the job every day at 12:00 mid night

exec dbms_job.submit(:v_JobNo, \'proc1;\', TRUNC(SYSDATE)
+1, \'TRUNC(SYSDATE)+1\');

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

SQL*Loader-00556: unable to allocate read buffer

1 Answers  


ORA-16083: LogMiner session has not been created

1 Answers  


ORA-23389: obsolete procedure; drop objects and recreate using new master

1 Answers  


RMAN-06408: recovery catalog upgraded to version string

1 Answers  


ORA-00222: operation would reuse name of a currently mounted controlfile

1 Answers  






ORA-07680: sou2os: another call to ORACLE currently executing

1 Answers  


ORA-16537: child count exceeded

1 Answers  


UDI-00052: incorrect Data Pump client for operation: string

1 Answers  


ORA-12354: secondary object being dropped

1 Answers  


ORA-01644: tablespace 'string' is already read only

1 Answers  


ORA-16623: stale DRC UID sequence number detected

1 Answers  


RMAN-06526: KEEP option cannot be used with incremental backup

1 Answers  


Categories