====== Oracle Performance Tuning ======
===== 준비물 =====
- [[ http://kldp.net/projects/iputty/ | putty ]]
- [[ http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html | sql developer ]]
- VMware 이미지
- VMware 프로그램
===== 1일차 =====
==== 설치 및 설정 ====
- VMware Network Editor
- 리눅스 아이피 설정
# vi /etc/sysconfig/network-scrits/ifcfg-eth0
# /etc/init.d/network restart
- 오라클 엔진 시작/종료
$ sqlplus / as sysdba
SQL> startup
SQL> shutdown immediate;
- 오라클 리스너 시작/종료
$ lsnrctl start
$ lsnrct stop
- 오라클 EM 시작/종료
$ emctl start dbconsole
$ emctl stop dbconsole
- http://192.168.100.100:1521/em
- account ( system / oracle )
==== 오라클 동작 원리 ====
- 메모리
- 프로세스
- 디스크
==== undo와 redo ====