sql창으로
One way that I did is to use sql;
SQL> alter system set processes=100 scope=spfile;
Step 2: Connect as DBA and restart the Oracle Instance…
SQL> conn / as sysdba
Connected.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
또는 Windows에서 설정.....
다음 파일에서 굵게 표시된 부분으로 수정합니다
c:\oraclexe\app\oracle\product\10.2.0\server\config\scripts
##############################################################################
# Copyright (c) 1991, 2005, Oracle. All rights reserved.
##############################################################################
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Database Identification
###########################################
db_name=XE
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=c:\oraclexe\app\oracle\admin\XE\bdump
core_dump_dest=c:\oraclexe\app\oracle\admin\XE\cdump
user_dump_dest=c:\oraclexe\app\oracle\admin\XE\udump
###########################################
# File Configuration
###########################################
control_files=(“c:\oraclexe\oradata\XE\control.dbf”)
###########################################
# Job Queues
###########################################
# job_queue_processes=4
job_queue_processes=10
###########################################
# Miscellaneous
###########################################
compatible=10.2.0.1.0
###########################################
# Processes and Sessions
###########################################
sessions=20
###########################################
# SGA Memory
###########################################
sga_target=768M
###########################################
# Security and Auditing
###########################################
audit_file_dest=c:\oraclexe\app\oracle\admin\XE\adump
remote_login_passwordfile=EXCLUSIVE
###########################################
# Shared Server
###########################################
dispatchers=”(PROTOCOL=TCP) (SERVICE=XEXDB)”
shared_servers=4
###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
pga_aggregate_target=256M
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO
undo_tablespace=UNDO
###########################################
# Backup and Recovery
###########################################
DB_RECOVERY_FILE_DEST_SIZE = 10G
DB_RECOVERY_FILE_DEST = c:\oraclexe\app\oracle\flash_recovery_area
os_authent_prefix=”"
'삽질' 카테고리의 다른 글
Visual Studio 로 컴파일 할 때 "이 프로젝트는 만료되었습니다." (2) | 2012.02.16 |
---|---|
메모리 Leak을 체크하는 방법 MSDN.... (0) | 2012.02.16 |
[펌] ORA-00054: 리소스가 사용 중이어서 NOWAIT가 지정되었거나 시간 초과가 만료된 상태로 획득합니다. 오류..처리. (1) | 2012.02.06 |
[펌]VC++ 경로제어 함수들 (0) | 2012.02.04 |
Shell Path Handling Functions (1) | 2012.02.04 |
댓글을 달아 주세요