Вы находитесь на странице: 1из 134

Siebel Database Software 10.2.0.

1 installation
10.2.0.3 patchset
Creating empty database using DBCA
pwd: manager
Create Necessary Tablesapces for Siebel 8.1

SQL> create tablespace siebeldata datafile


'D:\SIEBELDB\DATA\SIEBELDB\SIEBELDATA01.DBF' size 15G autoextend on next
500M maxsize 30G;

SQL> create tablespace siebelindex datafile


'D:\SIEBELDB\DATA\SIEBELDB\SIEBELINDEX01.DBF' size 5G autoextend on next
500M maxsize 10G;

sql> alter database datafile 'D:\SIEBELDB\DATA\SIEBELDB\SYSTEM01.DBF' resize


2G;
sql> alter database datafile 'D:\SIEBELDB\DATA\SIEBELDB\SYSAUX01.DBF' resize
2G;
sql> alter database datafile 'D:\SIEBELDB\DATA\SIEBELDB\UNDOTBS01.DBF'
resize 2G;
Listener Configuration
Add the following SID_DESC under SID_LIST of listener.ora
(SID_LIST =
(SID_DESC =
(SID_NAME = siebeldb)
(ORACLE_HOME = D:\SiebelDB)
)

Bounce the Listener


Installation of Apache webserver
Creating SIEBEL Image (8.1.1.0)
Installing SIEBEL Enterprise Server
Database Configuration
-----------------------
1) install oracle client software

2) add tns entry of siebel database connection in the tnsnames.ora

siebeldb =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(Host = 10.177.154.120)(Port = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = siebeldb)
)
)

3) Modify the grantusr.sql as per document


add the following lines to the script

alter user siebel quota unlimited on siebelindex;

alter user sadmin quota unlimited on siebelindex;

4) run the grantusr.sql script against database

D:\siebel81\dbsrvr\ORACLE>sqlplus system/manager@siebeldb

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Mar 1 14:11:46 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> @grantusr.sql

Role created.

Grant succeeded.

Role created.
Grant succeeded.

User created.

Grant succeeded.

Grant succeeded.

User altered.

Enter value for siebel_tablespace: siebeldata


old 1: alter user SIEBEL default tablespace &&siebel_tablespace
new 1: alter user SIEBEL default tablespace siebeldata

User altered.

Enter value for temp_tablespace: temp


old 1: alter user SIEBEL temporary tablespace &&temp_tablespace
new 1: alter user SIEBEL temporary tablespace temp

User altered.

old 1: alter user SIEBEL quota unlimited on &&siebel_tablespace


new 1: alter user SIEBEL quota unlimited on siebeldata

User altered.

User created.

Grant succeeded.

old 1: alter user SADMIN default tablespace &&siebel_tablespace


new 1: alter user SADMIN default tablespace siebeldata

User altered.

old 1: alter user SADMIN temporary tablespace &&temp_tablespace


new 1: alter user SADMIN temporary tablespace temp

User altered.
Configuring Siebel Server
Installing Siebel WebServer Extension:
Creating image for siebel tools using image creator and installation of siebel tools
Installing Siebel Tools: Run the OUI.exe file from the image we created for siebel
tool
From the Programs Menu select the siebel tools then click on Agree

From the http://licensecodes.oracle.com/siebel_master.html

Add the licencecodes and provide key from Siebel Business Applications (SEA / Cross-
Industry) 8.1.1 (expiration date: 01-Apr-09)

License Code Strings (apply all listed strings)

8172 0432 8218 9553 1820 9307 0517 6256 2809 3007 9707 7890 7789 0782 6429 4203
8260 7756 0779 2098 2607 7890 7789 1537 3070 5228 096

4591 9557 0737 0938 4569 9978 730

8288 0432 8218 9553 1820 0224 2202 8093 2809 3077 5307 8642 8734 2809 9280 9315
2010 7789 0988 8077 9228 256

9561 6228 3407 5195 5966 0204 0550 5079 0507 9050 7905 0790 5031 2216 0050 7522
160
In Internet Explorer type the url as http://<systemname>/callcenter_enu
We can see the siebel call center login page

userid : sadmin
pwd: sadmin

Вам также может понравиться