ORA-12005: may not schedule automatic refresh for times in
the past
Answers were Sorted based on User's Feedback
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 |
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 |
QSM-02163: cannot use object id columns from materialized view log
ORA-01593: rollback segment optimal size (string blks) is smaller than the computed initial size (string blks)
NNC-00001: maximum number of connections already open
ORA-01310: requested return type not supported by the lcr_mine function
ORA-32316: REFRESH FAST of "string"."string" unsupported after mixed DML
QSM-01016: Query rewrite does not support, aggregate, string
ORA-15016: invalid ASM_DISKGROUPS initialization parameter "string"
IMG-00812: merged area queue initialization failed
ORA-22631: attribute [string] is is not well-formed or does not match the type
IMP-00041: Warning: object created with compilation warnings
ORA-12990: duplicate option specified
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.