ORA-00066: LOG_FILES is string but needs to be string to be
compatible
Answer / guest
Cause: The maximum number of log files supported by this
instance is not the same as for the other instances. All
instances must be able to open all the files any instance
can open.
Action: Change the value of the LOG_FILES initialization
parameter to be compatible.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
SQL*Loader-00285: %s may be used only in conventional path.
DRG-12233: xml sections cannot co-exist with other section types
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...
RMAN-06007: target database not mounted and db_name not set in init.ora
ORA-32333: disable table scn update for Materialized view
SQL-02143: Target object has not been properly allocated
ORA-13708: Some snapshots in the range [string, string] were purged before the analysis was complete.
ORA-06960: Failed to access log file
ORA-01600: at most one "string" in clause "string" of string
TNS-00112: Failed to find configuration file name
ORA-30356: the specified refresh method is not supported in this context
ORA-25329: AQ array operations not allowed on 8.0 queues