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

QSM-02163: cannot use object id columns from materialized view log

1 Answers  


ORA-01593: rollback segment optimal size (string blks) is smaller than the computed initial size (string blks)

1 Answers  


NNC-00001: maximum number of connections already open

1 Answers  


ORA-01310: requested return type not supported by the lcr_mine function

1 Answers  


ORA-32316: REFRESH FAST of "string"."string" unsupported after mixed DML

1 Answers  






QSM-01016: Query rewrite does not support, aggregate, string

1 Answers  


ORA-15016: invalid ASM_DISKGROUPS initialization parameter "string"

1 Answers  


IMG-00812: merged area queue initialization failed

1 Answers  


ORA-22631: attribute [string] is is not well-formed or does not match the type

1 Answers  


IMP-00041: Warning: object created with compilation warnings

1 Answers  


ORA-12990: duplicate option specified

1 Answers  


ORA-36776: (XSPGERRTEMPSYSTEM) Ran out of temporary storage while writing to a system temporary analytic workspace. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.

1 Answers  


Categories