Package Requirements
-
glibcshould be greater than or equal to2.3.4-2.41
-
makeshould be greater than or equal to3.80
-
binutilsshould be greater than or equal to2.16.91.0.5
-
gccshould be greater than or equal to4.1.2
-
libaioshould be greater than or equal to0.3.104
Kernel Parameter Requirements
Table 2 Kernel Parameter Settings Required for Oracle Database XE
| Kernel Parameter | Setting |
|---|---|
semmsl |
250
|
semmns |
32000
|
semopm |
100
|
semmni |
128
|
shmmax |
4294967295
|
shmmni |
4096
|
shmall |
2097152
|
file-max |
6815744
|
VERSION |
2.4.21
|
ip_local_port_range |
9000–65500
|
Installation
rpm -ivh downloads/oracle-xe-11.2.0-1.0.x86_64.rpm
Configuration
A valid HTTP port for the Oracle Application Express (the default is 8080)
A valid port for the Oracle database listener (the default is 1521)
A password for theSYSandSYSTEMadministrative user accounts
Confirm password forSYSandSYSTEMadministrative user accounts
Whether you want the database to start automatically when the computer starts (next reboot)
Usuage
To start the database manually, run this command as root user:
# /etc/init.d/oracle-xe start
To stop the database manually, run the following command as root user:
# /etc/init.d/oracle-xe stop
Referenced from Oracle
No comments:
Post a Comment