$ sqlplus "sys/password as sysdba"
SQL> alter system set processes=150 scope=spfile;
System altered.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 603979776 bytes
Fixed Size 1260292 bytes
Variable Size 163579132 bytes
Database Buffers 436207616 bytes
Redo Buffers 2932736 bytes
Database mounted.
Database opened.
SQL> alter system set processes=150 scope=spfile;
System altered.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 603979776 bytes
Fixed Size 1260292 bytes
Variable Size 163579132 bytes
Database Buffers 436207616 bytes
Redo Buffers 2932736 bytes
Database mounted.
Database opened.
'데이타베이스 > 오라클' 카테고리의 다른 글
10g XE 캐릭터셋 UTF-8 설정 (0) | 2010.03.18 |
---|---|
토드(Toad)에서 ORA 12154, 06413 에러 (0) | 2010.03.17 |
오라클에서 특정 컬럼의 인코딩만 변경해서 넣거나 가져오기 (0) | 2008.11.24 |
ORA-12519 에러 대처방법 (0) | 2008.09.02 |
시스템 성능에 큰 영향을 미치는 상위 8개 INIT.ORA 파라미터 (0) | 2008.08.28 |