- 论坛徽章:
- 0
|
How to install oracle 10g R2 (10.2.0.1) on SUSE linux enterprise server
[refer to documents of NOVELL site]
1. required software
1). SUSE linux enterprise server 10 sp3
2). ORACLE Database 10 Release 2 (10.2.0.1) Enterprise Edition
3). Oracle Server Base (orarun)
4). C/C++ compliler
2. requirements
1). make sure enough space of disk
2). verify SuSE-release. Modify as follows
#vi /etc/SuSE-release
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
[modify it, set all 10 to 9]
3). verify hostname, coordinated server's IP with hostname, as follows:
#vi /etc/hosts
*.*.*.* $HOSTNAME
4). After install orarun, the user oracle will be set. Make sure user oracle has the characteristic as bellows:
uid conn / as sysdba
SQL> startup/shutdown
2). remote
$sqlplus sys/$pwd@$database as sysdba
...
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/101003/showart_2104804.html |
|