ORA-00063: maximum number of LOG_FILES exceeded
Answer / guest
Cause: LOG_FILES initialization parameter value exceeded
Action: Increase the value of the LOG_FILES initialization
parameter and warm start. The parameter needs to be as large
as the highest number of log files that currently exist
rather than just the count of logs that exist.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
EXP-00029: Incremental export mode and consistent mode are not compatible
SQL*Loader-00106: Invalid discard file name on command line
PLS-00623: FLOAT precision constraint must be between 1 and 126
PCC-02447: Cannot specify destination offset in a LOB WRITE APPEND
TNS-01402: TYPE: string
ORA-23346: primary key or object ID is undefined for table or materialized view string
ORA-26023: index string.string partition string was made unusable due to:
ORA-01043: user side memory corruption [string], [string], [string], [string]
TNS-12631: Username retrieval failed
DRG-11858: Gopher Server Replies
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-13268: error obtaining dimension from USER_SDO_GEOM_METADATA