달력

32024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

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=”"

Posted by 촌돌애비
|