ORA-12342: open mounts exceeds limit set on the OPEN_MOUNTS
parameter



ORA-12342: open mounts exceeds limit set on the OPEN_MOUNTS parameter..

Answer / guest

Cause: The number of currently open mounts exceeds the value
you specified on the OPEN_MOUNTS parameter.

Action: Increase the value of the OPEN_MOUNTS parameter so
that it accommodates the maximum possible number of open
mounts to secondary databases.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PCC-02450: Cursor was not declared in scrollable mode

1 Answers  


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,


ORA-02249: missing or invalid value for MAXLOGMEMBERS

1 Answers  


PLS-00313: 'string' not declared in this scope

1 Answers  


ORA-31673: worker process interrupt for normal exit by master process

1 Answers  






ORA-37032: (XSMLTMAINT03) You cannot MAINTAIN partition template workspace object in MULTI mode.

1 Answers  


PCC-01512: Invalid EXEC SQL INCLUDE of file string found at line number in file string

1 Answers  


ORA-28273: No mapping for user nickname to LDAP distinguished name exists.

2 Answers  


ORA-14134: indexes cannot use both DESC and REVERSE

1 Answers  


TNS-12599: TNS:cryptographic checksum mismatch

1 Answers  


NCR-03016: NCRO: Message has bad address

1 Answers  


ORA-30435: job_queue_processes must be non-zero in order to refresh summaries

1 Answers  


Categories