Oracle Installation of Database Server and configuration 9i [Thai version]

** Myself

Installation of Database Server and configuration


DB information :
- hostname=hp01
- user oracle=oracle(501)
- group oracle=dba(500)
- home user=/app/oracle/ # storage 10GB
- oracle sid = KTBEEDB
- listener = LISTENER port 1521
- oracle base =/app/oracle/ # storage
- oracle home =/app/oracle/product/ # storage
- oracle admin dump path=/app/oracle/admin/ # storage
- oracle datafiles =/data/oracle/oradata/KTBEEDB # storage 300GB
- oracle archivelog =/data/oracle/archive/KTBEEDB # storage 30GB
Concept
ทำการ ติดตั้ง software oracle & patch แล้วค่อยทำการสร้าง db เพื่อใช้งาน หลังจากนั้นก็ทำการ configuration listener เพื่อใช้งานซึ่งก่อนการติดตั้ง ต้องมีการ set user,group,profile ก่อน
มีขั้นตอนการติดตั้ง ดังนี้
Install oracle 9.2.0.2
  1. Set user,group,profile
  2. Welcome
  3. Inventory Location
  4. UNIX Group Name
  5. UNIX Group Name Privileges Dialog
  6. File Locations
  7. Available Products
  8. Installation Types
  9. Database Configuration
  10. Summary
  11. End Of Installation
Install patch oracle 9.2.0.8
  1. Welcome
  2. File Locations
  3. Available Products
  4. Summary
  5. End Of Installation
  6. File Locations
  7. Available Products
  8. Summary
  9. End Of Installation


Install oracle 9.2.0.2
Set User,Group,profile
1.1.add group for oracle
1.2.add user to group of oracle
1.3.set profile for usage oracle
groupadd –g 500 dba
useradd –g 500 –u 501 –d /app/oracle –m –k /etc/skel oracle
#edit user profile /app/oracle/.profile
umask 022;
export ORACLE_SID=SID;
export ORACLE_BASE=/app/oracle;
export ORACLE_HOME=/app/oracle/product;
export PATH=${ORACLE_HOME}/bin:/usr/bin:/etc:
/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/ccs/bin:
/usr/openwin/bin:/opt/java1.3/bin:$PATH ;
export SHLIB_PATH=${ORACLE_HOME}/lib
Welcome
2.1.su – oracle
2.2.ทำการrun ./runInstaller ในแผ่น oracle 9i หรือจาก disk source
2.3 กด Next
clip_image002
Inventory Location
3.1.เลือก path ที่จะทำการเก็บข้อมูลการลง oracle software
ซึ่งสามารถ กด browse เปลี่ยน path ได้ ซึ่งจะเลือก /app/oracle/
3.2 กด Next
clip_image004
Unix Group Name
4.1 ใส่ group dba
4.2 กด Next
clip_image006
Unix group name privileges dialog
5.1 ให้ทำการใช้ root user run /tmp/orainstRoot.sh เพื่อขออนุญาติ จาก root ในการลง oracle ด้วย dba group
5.2 กด Continue
clip_image008
File Locations
Source…
6.1 Path location ระบบจะใส่ค่าdefault ใส่ค่าที่อยู่ของfile products.jar ให้เอง
Destination…
6.2 Name ระบบจะใส่ค่าdefault ใส่ชื่อที่อยู่ของoracleคือ OraHome92 ให้เอง
6.3 Path ระบบจะใส่ค่าdefault ใส่ที่อยู่ของoracleคือ /app/oracle/product ให้เอง (from profile)
6.4 กด Next
clip_image010
Available Products
Select a product to install.
7.1 เลือก Oracle9i Database 9.2.0.2.0
7.2 กด Next
clip_image012
Installation Types
What type of installation do you want?.
8.1 เลือก Enterprise Edition
8.2 กด Next
clip_image014
Database Configuration.
9.1 เลือก Software Only
9.2 กด Next
clip_image016
Summary
10.1 กด Install
clip_image018
End of Installation
11.1 กด Next Install
clip_image020

Install patch oracle 9.2.0.8
Welcome
1.1.su – oracle
1.2.ทำการrun ./runInstaller ในแผ่น oracle patch 9i หรือจาก disk source
1.3 กด Next
clip_image021
File Location
Source…
2.1 Path location ระบบจะใส่ค่าpatch ใส่ค่าที่อยู่ของfile products.xml ให้เอง
Destination…
2.2 Name ระบบจะใส่ค่าdefault ใส่ชื่อที่อยู่ของoracleคือ OraHome92 ให้เอง
2.3 Path ระบบจะใส่ค่าdefault ใส่ที่อยู่ของoracleคือ /app/oracle/product ให้เอง
2.4 กด Next
clip_image023
Select a product to install
3.1 เลือก OUI
3.2. กด Next
clip_image025
Summary
4.1 กด Install
clip_image027
End of Installation
5.1 กด Next Install
clip_image029
File Locations
Source…
6.1 Path location ระบบจะใส่ค่าpatch ใส่ค่าที่อยู่ของfile products.jar ให้เอง
Destination…
6.2 Name ระบบจะใส่ค่าdefault ใส่ชื่อที่อยู่ของoracleคือ OraHome92 ให้เอง
6.3Path ระบบจะใส่ค่าdefault ใส่ที่อยู่ของoracleคือ /app/oracle/product ให้เอง
6.4 กด Next
clip_image023[1]
Select a product to install
7.1เลือก Oracle 9iR2 Patch set 9.2.0.8.0
7.2 กด Next
clip_image031
Summary
8.1 กด Install
clip_image033
End of installation
9.1 กด Exit
clip_image035

Create Database


DB information :
- hostname=hp01
- user oracle=oracle(501)
- group oracle=dba(500)
- home user=/app/oracle/ # storage 10GB
- oracle sid = KTBEEDB
- listener = LISTENER port 1521
- oracle base =/app/oracle/ # storage
- oracle home =/app/oracle/product/ # storage
- oracle admin dump path=/app/oracle/admin/ # storage
- oracle datafiles =/data/oracle/oradata/KTBEEDB # storage 600GB
- oracle archivelog =/data/oracle/archive/KTBEEDB # storage 50GB
Concept
ทำการสร้าง db เพื่อใช้งาน หลังจากนั้นก็ทำการ configuration listener เพื่อใช้งาน
มีขั้นตอนการติดตั้ง ดังนี้
Create database
  1. dbca
  2. Welcome
  3. Select the operation you want to perform
  4. Select a template from the following list to create a database
  5. Spectify the following database information.
  6. Database Features
  7. Select the mode in which you want your database to operate by default
  8. Memory
  9. Archive
  10. Database Storage
  11. Select the following database creation options
  12. Summary
  13. Create database
  14. Change Passwords
Change Passwords
dbca
1.1.ทำการ สร้าง database ด้วย dbassistant ของ oracle
1.2. run dbca
su – oracle
dbca
Welcome
2.1กดถัดไป
clip_image037
Select the operation you want to perform
3.1 เลือก Create a database
3.2 กดถัดไป
clip_image039
Select a template from the following list to create a database
4.1 เลือก New Database
4.2 กดถัดไป
clip_image041
Spectify the following database information.
Global Database Name
5.1 ใส่ KTBEEDB
SID
5.2 ใส่ KTBEEDB
5.3 กดถัดไป หรือ next
clip_image043
Database Features
6.1 ไม่เลือก Oracle ultra search
6.2 ไม่เลือก Exam Schemas
6.3 กด Standard database features
6.4 ไม่เลือก Oracle JVM
6.5 ไม่เลือก Oracle TEXT
6.6 ไม่เลือก Oracle XML DB
6.7 กดถัดไป หรือ next
clip_image045
Select the mode in which you want your database to operate by default
7.1 เลือก Dedicated Server Mode
7.2 กดถัดไป
clip_image047
Memory
8.1 เลือก Typical
8.2 ใส่ค่า memory ที่เหมาะสม (50-80 %)
8.3 เลือก tab Archive
clip_image049
Archive
9.1 เลือก Archive Log Mode
9.2 กดถัดไป
clip_image051
Database Storage
10.1เพิ่มหรือลด table space ให้เหมาะสม
10.2 กดถัดไป
clip_image053
Select the following database creation options
11.1 เลือก Create Database
11.2 กดเสร็จสิ้น
clip_image055
Summary
12.1 กด OK
clip_image057
Create database
13.1 รอจบจบการ create db
13.2 กดเสร็จสิ้น
clip_image059
Change Passwords
14.1 ใส่ sys และ system password
14.2 กดexit
14.3 กดเสร็จสิ้น
clip_image061

0 comments:

Loading