ORA-02249: missing or invalid value for MAXLOGMEMBERS



ORA-02249: missing or invalid value for MAXLOGMEMBERS..

Answer / guest

Cause: A valid number does not follow MAXLOGMEMBERS. The
value specified must be between 1 and the port-specific
maximum number of log file members.

Action: Specify a valid number after MAXLOGMEMBERS.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

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...

0 Answers   IBM,


DRG-11209: filename for string exceeds maximum length of string

1 Answers  


ORA-14192: cannot modify physical index attributes of a Hash index partition

1 Answers  


ORA-06531: Reference to uninitialized collection

1 Answers  


ORA-21500: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]

1 Answers  






ORA-30052: invalid lower limit snapshot expression

2 Answers  


NID-00504: LOGFILE Output Log (NONE)

1 Answers  


ORA-12652: String truncated

1 Answers  


ORA-23437: template authorization already exists for user

1 Answers  


ORA-28662: IOT index and overflow segments must share the same LOGGING attribute

1 Answers  


ORA-23505: Object "string"."string" is missing.

1 Answers  


ORA-06793: TLI Driver: server cannot create new process

1 Answers  


Categories