processes Oracle
SQL> startup nomount
ORACLE instance started.
Total System Global Area 168430948 bytes
Fixed Size 453988 bytes
Variable Size 83886080 bytes
Database Buffers 83886080 bytes
Redo Buffers 204800 bytes
SQL> show parameter processes
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
aq_tm_processes integer 0
db_writer_processes integer 1
job_queue_processes integer 0
log_archive_max_processes integer 1
processes integer 30
SQL> alter system set processes=5000 scope=spfile;
System altered.
SQL> startup nomount force
ORACLE instance started.
Total System Global Area 285871740 bytes
Fixed Size 454268 bytes
Variable Size 201326592 bytes
Database Buffers 83886080 bytes
Redo Buffers 204800 bytes
SQL> show parameter db_files
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_files integer 64
SQL> alter system set db_files=5000 scope=spfile;
System altered.
SQL> startup nomount force
ORACLE instance started.
Total System Global Area 780800796 bytes
Fixed Size 455452 bytes
Variable Size 696254464 bytes
Database Buffers 83886080 bytes
Redo Buffers 204800 bytes
SQL>