16
1 | Page Gunes EROL-http://heliosguneserol.wordpress.com/ Güneş EROL-Helios- http://heliosguneserol.wordpress.com/ Step by Step Oracle i-learning installation: A. Prerequests: Oracle iLearning is certified with the following product stack: 1. UNIX operating system : Linux Intel x86: Red Hat Enterprise Linux AS/ES 2.1 and 3-4 Suse : SLES8 and SLES9 AIX: AIX 5.2 Solaris: Solaris 8 – 9 – 10 Windows: Windows 2000- 2003 2. Oracle Application Server 10g (9.0.4) 3. Oracle Discoverer 10g (9.0.4) Oracle Discoverer Administration Client version 9.0.4.43.18 Oracle Discoverer Desktop Client version 9.0.4.43.17 Oracle Discoverer Viewer version 9.0.4 4. Oracle Enterprise Edition RDBMS Release 9.2 (version 9.2.0.5.0 patch set), with the following configuration options : Oracle Intermedia UTF-8 Database character set PS: Its also certifed 10gR2 5. Oracle Portal 9.0.3 or higher 6. Oracle Workflow version 2.6.2 Client and Builder 7. Operating System: Windows 2000, XP 8. Web Browser: Netscape 4.7.x, IE 5.5 with Service Pack 2, and IE 6.x,IE 7 PS: Internet Explorer requires either the Microsoft VM or Sun Java plugin

Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

Embed Size (px)

Citation preview

Page 1: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

1 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Step by Step Oracle i-learning installation:

A. Prerequests:

Oracle iLearning is certified with the following product stack:

1. UNIX operating system :

� Linux Intel x86:

Red Hat Enterprise Linux AS/ES 2.1 and 3-4

� Suse :

SLES8 and SLES9

� AIX:

AIX 5.2

� Solaris:

Solaris 8 – 9 – 10

� Windows:

Windows 2000- 2003

2. Oracle Application Server 10g (9.0.4)

3. Oracle Discoverer 10g (9.0.4)

� Oracle Discoverer Administration Client version 9.0.4.43.18

� Oracle Discoverer Desktop Client version 9.0.4.43.17

� Oracle Discoverer Viewer version 9.0.4

4. Oracle Enterprise Edition RDBMS Release 9.2 (version 9.2.0.5.0 patch set), with the following

configuration options :

� Oracle Intermedia

� UTF-8 Database character set

PS: Its also certifed 10gR2

5. Oracle Portal 9.0.3 or higher

6. Oracle Workflow version 2.6.2 Client and Builder

7. Operating System:

Windows 2000, XP

8. Web Browser:

Netscape 4.7.x, IE 5.5 with Service Pack 2, and IE 6.x,IE 7

PS: Internet Explorer requires either the Microsoft VM or Sun Java plugin

Page 2: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

2 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

B. Installation steps:

In this article we will make i-learning installation on Red Hat Enterprise Linux 4 (RHEL4U6)

platform. I assume, your linux installation has been made wiht install everything option

We have 3 main installation steps. Those are:

1. Install Oracle Dabatase 10gR2 (If we have already oracle database on our server we can

pass this steps.But our db version must be at least 9.2.0.5 as mention above)

2. Intall Oracle Application Server 10g(9.0.4) (Oracle i-learning doesnt certified upper

version of 9.0.4)

3. Install i-learning

In this article it doesnt mention how we can make Oracle Database 10gR2 installation on

linux.

PS: You can follow below link:

http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRedHatAS4.php

2. Install Oracle Application Server 10g:

Our installation we will use /u01 mount point.

A. The /etc/hosts file must contain a fully qualified name for the server:

<IP-address> <fully-qualified-machine-name> <machine-name>

B. Add the following lines to the /etc/sysctl.conf file:

kernel.shmall = 2097152

kernel.shmmax = 2147483648

kernel.shmmni = 142

# semaphores: semmsl, semmns, semopm, semmni

kernel.sem = 256 32000 100 142

fs.file-max = 131072

net.ipv4.ip_local_port_range = 20000 65000

kernel.msgmni = 2878

kernel.msgmax = 8192

kernel.msgmnb = 65535

Run the following command to change the current kernel parameters:

/sbin/sysctl -p

C. Add the following lines to the /etc/security/limits.conf file:

* soft nproc 2047

* hard nproc 16384

* soft nofile 1024

* hard nofile 65536

Page 3: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

3 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

D. Add the following line to the /etc/pam.d/login file, if it does not already exist:

session required pam_limits.so

E. Create the new groups and users:

groupadd dba

useradd –g dba -d /home/oraias oraias

F. Create the directories in which the Oracle software will be installed:

mkdir -p /u01/app/oracle/product/904_j2ee

H. Login as the orais user and add the following lines at the end of the .bash_profile file:

# Oracle Settings

TMP=/tmp; export TMP

TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE

ORACLE_HOME=$ORACLE_BASE/product/904_j2ee; export ORACLE_HOME

ORACLE_TERM=xterm; export ORACLE_TERM

PATH=/usr/sbin:/opt/IBMJava2-131/bin:$ORACLE_HOME/bin:$PATH; export

PATH

PATH=$PATH:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin; export

PATH

PATH=$PATH:$ORACLE_HOME/Apache/Apache/bin; export PATH

#LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export

LD_LIBRARY_PATH

#CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbm

s/jlib; export CLASSPATH

J. Unzip steup file, five permission to oraias user than start installation wizard and

follow below screens:

Page 4: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

4 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 5: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

5 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 6: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

6 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 7: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

7 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

In this screen you can have this error. The log files says:

WARN: Source file

/u02/ILEARNING/app/oracle/product/904_j2ee/OraHome_1/config/infratool_create_

cluster.log could not be found. Nothing will be copied for this file

You have to create file manualy as oraias user.Than click retry button

Page 8: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

8 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 9: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

9 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

3.Instalaltion of Oracle i-learning:

We will use oraias user for Oracle i-learning installation. But we have to create one folder and

user for Oracle i-learning installation

A. Create one folder for Oracle i-learning installation and give permission to oraias user

for can r/w to this folder

mkdir –p /u01/ilearning

chown -R oraias:dba /u01/ilearning

C. Start installation:

If you start installation as below you will have below error:

./runInstaller

Starting Oracle Universal Installer ...

Checking requirements...

Checking operating system version: must be redhat-2.1, UnitedLinux-1.0,

redhat-3 or SuSE-9 Failed <<<<

The operating system version that you're running is not supported (at the time

of this release. Please check Metalink for the latest supported versions.

Exiting Oracle Universal Installer, log for this session

Thatswhy i suggest start installation as:

./runInstaller -ignoreSysPrereqs

Page 10: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

10 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 11: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

11 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 12: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

12 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 13: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

13 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 14: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

14 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 15: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

15 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Page 16: Step by Step Oracle -learning installation V 1 - Helios's Blog · Step by Step Oracle i-learning installation: ... Oracle Workflow version 2.6.2 Client and Builder 7. ... Step by

16 | P a g e

Gunes EROL-http://heliosguneserol.wordpress.com/

Güneş EROL-Helios- http://heliosguneserol.wordpress.com/

Now you can login your Oracle i-learning system.

Reference:

Note.297108.1 - Oracle iLearning 5.0 Installation Guide

Note.361958.1 - Oracle iLearning 5.0B Upgrade Considerations

Note.364670.1 - Oracle iLearning 5.0B Upgrade Guide