ORA-00323: Current log of thread string not useable and all
others need archiving
Answer / guest
Cause: Attempt to open thread failed because it is necessary
to switch redo generation to another online log, but all the
other logs need to be archived before they can be used.
Action: Archive the logs for the thread then retry open.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
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-02254: DEFAULT <expression> not allowed here
ORA-23409: could not find an unused refresh group number
PCC-00133: Command line option MODE=ANSI required with option NLS_LOCAL=YES
DRG-12512: invalid stop class string
PLS-00404: cursor 'string' must be declared with FOR UPDATE to use with CURRENT OF
ORA-28655: Alter table add overflow syntax error
ORA-36714: (XSMXALLOC03) TARGETLOG variable workspace object must have the same data type as TARGET variable workspace object.
NZE-29005: The certificate is invalid.
RMAN-06202: Deleted string EXPIRED objects
ORA-26089: LONG column "string" must be specified last
ORA-27471: window "string.string" is already closed