ORA-24061: cannot specify non-zero SECONDARY_INSTANCE if
PRIMARY_INSTANCE was zero
Answer / guest
Cause: A non-zero value was specified for SECONDARY_INSTANCE
when PRIMARY_INSTANCE was zero.
Action: Specify a non-zero primary instance before you
specify a non-zero secondary instance.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
DGM-16910: unable to issue command to server
CLSR-00514: Unable to locate PMON [pid=string]
TNS-12681: Login failed: the SecurID card does not have a pincode yet
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...
DRG-11704: phrase string does not exist
EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
RMAN-06049: CHECK LOGICAL option not supported for archive log or current/standby controlfile copies
ORA-06790: TLI Driver: poll failed
ORA-19204: Non-scalar value 'string' is marked as XML attribute
EXP-00047: Missing tablespace name(s)
ORA-10915: TABLESPACE GROUP cannot be specified for this type of tablespace
RMAN-06187: controlfile copy string not found or out of sync with catalog