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

ORA-31650: timeout waiting for master process response

1 Answers  


CLSR-00514: Unable to locate PMON [pid=string]

1 Answers  


NCR-03007: NCRO: Context is busy

1 Answers  


ORA-39085: cannot update job string for user string

1 Answers  


ORA-09826: SCLIN: cannot initialize atomic latch.

1 Answers  






ORA-01246: recovering files through TSPITR of tablespace string

1 Answers  


RMAN-06175: deleted script: string

1 Answers  


NZE-28756: callback failure to allocate memory

1 Answers  


PLS-00309: with %%LAST attribute, 'string' must be a variable of an enumerated type

1 Answers  


ORA-01670: new datafile string needed for standby database recovery

1 Answers  


ORA-02446: CREATE TABLE ... AS SELECT failed - check constraint violated

1 Answers  


ORA-13384: error in network schema: string

1 Answers  


Categories