Korean: ORA-12516: TNS:리스너가 프로토콜 스택과 일치하는 처리기를 찾을 수 없습니다
English: ORA-12516, TNS:listener could not find available handler with matching protocol stack
다음 파일에서 굵게 표시된 부분으로 수정합니다
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=”"