Siebel Installations >  Siebel Open UI Installation in Redhat - Step 1 : Oracle Server Installation

We are going to install Siebel 15.0.0.0 on Redhat Linux 6.2 and Oracle 12c.

The installation of Database Server, Siebel Server and Web server will be done in one Computer only.

When you use multiple computers, you will have to decide which soiftwares to use in each computer, include load balancing, ssh access between each computers and more.

We will start with Oracle 12c Database installation.

Database installation

Login to Linux as user Oracle and run these steps

Enter email Oracle

Leave the email adress empty. Click yes to the warning popup.

 

Enter email Oracle

select 'Create and configue a database' and click next.

Enter email Oracle

 Select Sytem Class = Server Class and click next.

Enter email Oracle

Select Single Instance Database installation and next.

Enter email Oracle

Select advanced install and next.

Enter email Oracle

Select all the languages you want and click next.

Enter email Oracle

Select Enterprise edition. You need to have 6.4 Gb space free.

Enter email Oracle

Enter the folder for Oracle Base and Software location and click next.

Enter email Oracle

 

Select Oracle Inventory directory and click next.

Enter email Oracle

Select General Purpose / Transaction Processing database and click next.

Enter email Oracle

 

Enter an Oracle Database name and Oracle system identifier. I think the name size limit is 256 characters.

Enter email Oracle

Select use UNICODE. Even if you are using only English, it is better to select this option.

This allows for better handling of special characters and

characters from a different characters.

Enter email Oracle

Enter the folder for File system and click next.

Enter email Oracle

Do not register with cloud control. That will create a lot of new issues and options.

Enter email Oracle

Do not enable recovery. If you select enable recovery, you will need to specify more

options. Our system is a test system and we do not need that.

Enter email Oracle

Select use the same password for all accounts. Enter the password and click next.

Enter email Oracle

Select dba for all groups and click next.

Enter email Oracle

Check that there were no errors and click next.

Enter email Oracle

Enter email Oracle

Copy the path and name of the two scripts - /u01/app/orainventory/orainstRoot.sh
and /u01/app/oracle/product/12.1.0.2/dbhome_1/root.sh
Do not log out of the server as oracle.
Open a new terminal as root or use sudo and run the scripts , like this

./ /u01/app/orainventory/orainstRoot.sh
./ /u01/app/oracle/product/12.1.0.2/dbhome_1/root.sh

when the scripts are finished running, click OK.

 That finishes Database installation. Now we need to check if everything

is ok

Confirm that the Database is running.


sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Wed Feb 17 12:11:39 2018
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> select * from dual;
DUMMY
---------
X

SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options


lsnrctl status
LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 17-FEB-2018 12:11:56
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=siebelservername)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 12.1.0.2.0 - Production
Start Date 17-FEB-2018 11:53:13
Uptime 0 days 0 hr. 18 min. 43 sec

 


Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/12.1.0.2/dbhome_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/siebelservername/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=siebelservername)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=siebelservername)(PORT=5500))(Security=(my_wallet_directory=/u01/app/oracle/admin/siebelservername/xdb_wallet))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "siebelservername" has 1 instance(s).
Instance "siebelservername", status READY, has 1 handler(s) for this service...
Service "SIEBTRNGXDB" has 1 instance(s).
Instance "siebelservername", status READY, has 1 handler(s) for this service...
The command completed successfully