ORA-38901: column "string" of table "string" must be one of
the first "number" columns
Answer / guest
Cause: Mandatory information column of error logging table
is present, but must be at the beginning of the row.
Action: Create the error logging table correctly. Consult
ORACLE documentation for the correct format of an error
logging table.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-27542: Failed to unprepare a buffer prepared for remote update
ORA-14162: subpartition "string": sum of PCTUSED and PCTFREE may not exceed 100
RMAN-06086: offline files may only be skipped in a datafile backup set
ORA-07657: slsprom:$ASSIGN failure
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...
NID-00144: New name for database string is the same as current name string
RMAN-20005: target database name is ambiguous
ORA-39024: wrong schema specified for job
ORA-00340: IO error processing online log string of thread string
ORA-16643: unable to determine location of broker configuration files
ORA-12548: TNS:incomplete read or write
ORA-16012: Archive log standby database identifier mismatch