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 |
ORA-09240: smpalo: error allocating PGA memory
ORA-30483: window functions are not allowed here
NID-00309: Control File string - wrote new name
QSM-00770: the specified workload string is already referenced by task string
ORA-39147: cannot migrate Data Pump queue table ownership to this instance
Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
ORA-23443: missing template parameter
DRG-10553: illegal syntax for column specification string
SQL*Loader-00803: %s field type not supported by External Table
TNS-01412: Handler(s):
PLS-00228: Illegal declaration of variable of type LONG
PROC-00013: Cannot perform cluster registry operation because one of the parameters is NULL.