ORA-00020: maximum number of processes (<limit>) exceeded</limit>

ORA-00020: maximum number of processes () exceeded

Check database parameter To check database parameter in general: SQL> show parameter cursors ## list all parameter with name .*cursors.* NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ open_cursors integer 300 session_cached_cursors…

Resizing redo logs and standby Redologs in Dataguard

IN PRIMARY DATABASE :- 1) Check Instance details :- select status,instance_name,database_role from v$database,v$instance; ------------------------------------------------------------------------------------------------------------------------------------ 2) Check redo log and standby redo log size in Primary and standby :- Redo log…