이전버젼하고 설치는 같구요..아마 커널2.2.16, glibc2.1.3,같거나 이상에서 설치
간단하게 몇자 적구요..자료실에 전문올려 놓을께요..pdf파일(technet.oracle.com)에서 퍼온것입니다...
Table 1?6 Operating System Software Requirements
OS Software Requirements
Operating System Linux kernel version 2.2.16 or higher
Operating System
Libraries
GLIBC package version 2.1.3 or higher
Table 1?7 Restrictions, Requirements, and Installation Tasks for Oracle8i and Options
Product Name Restrictions and Requirements
Oracle HTTP [Apache] Server JDK 1.2.2 from Sun. Refer to Sun’s web-site for JDK 1.2.2
recommended Linux patches
Table 1?8 Restrictions, Requirements, and Installation Tasks for Tools and Precompilers
Product Name Restrictions and Requirements
Java Runtime Environment (JRE), 1.1.8 JRE 1.1.8-3 from IBM.
Oracle Data Migration Assistant, 8.1.7 An Oracle8 database must be at least release 8.0.5.0 to be
upgraded. An Oracle8i database must be at least version
8.1.5 to be upgraded.
Oracle8i JVM, 8.1.7
(includes Java Virtual Machine (JVM) and Java
utilities)
See the Java README on the Oracle8i CD-ROM for
restrictions and requirements
Pro*C/C++, 8.1.7 Requires GNUC Compiler egcs-1.1.2 or higher.
Table 2?5 Environment Variable Summary
Variable Description Required?
DISPLAY: The name, server number, and screen number of the
system where the Oracle Universal Installer will display.-Yes
PATH: Shell’s search path for executables.-Yes
ORACLE_BASE :Directory at the top of the Oracle software and
administrative file structure.-No
ORACLE_HOME: Directory containing Oracle software for a given release.-No
NLS_LANG: Language, territory and character set to use when installing.-No
ORA_NLS33: Location of National Language Support character set data. -No
ORACLE_SID: The Oracle server instance identifier to use during installation.-No
ORACLE_DOC: Directory where documentation will be installed.- No
DISPLAY
$ DISPLAY=workstation_name:0.0
$ export DISPLAY
In the session on your workstation:
$ xhost +server_name
For the C shell:
On the server where the Oracle database will be installed, enter the following:
% setenv DISPLAY workstation_name:0.0
In the session on your workstation:
% xhost +server_name
설치후에는 꼭 이걸 해주어야 샘플db가 이상없이 돌아가더군요.
Modify initsid.ora Parameters
When you create a typical startup database using Oracle Database Configuration
Assistant, your initsid.ora parameters are automatically set. You can manually
modify the initialization parameters in the initsid.ora with a UNIX text editor.
Activate the modified initsid.ora file by shutting down and restarting the
database.
Do not use symbolic character representations such as question marks (?) for
ORACLE_HOME in parameter files, as they may lead to startup errors.
To bring rollback segments online automatically with database startup, you must
uncomment the rollback_segments in the initsid.ora file.
For example, change:
#rollback_segments = (r0, r1, r2, r3)
to:
rollback_segments = (r0, r1, r2, r3)
|