Siebel Database Software Installation

Embed Size (px)

Citation preview

  • 8/14/2019 Siebel Database Software Installation

    1/29

  • 8/14/2019 Siebel Database Software Installation

    2/29

  • 8/14/2019 Siebel Database Software Installation

    3/29

  • 8/14/2019 Siebel Database Software Installation

    4/29

  • 8/14/2019 Siebel Database Software Installation

    5/29

  • 8/14/2019 Siebel Database Software Installation

    6/29

  • 8/14/2019 Siebel Database Software Installation

    7/29

  • 8/14/2019 Siebel Database Software Installation

    8/29

  • 8/14/2019 Siebel Database Software Installation

    9/29

  • 8/14/2019 Siebel Database Software Installation

    10/29

    10.2.0.3 patchset

  • 8/14/2019 Siebel Database Software Installation

    11/29

  • 8/14/2019 Siebel Database Software Installation

    12/29

  • 8/14/2019 Siebel Database Software Installation

    13/29

  • 8/14/2019 Siebel Database Software Installation

    14/29

  • 8/14/2019 Siebel Database Software Installation

    15/29

    Creating empty database using DBCA

  • 8/14/2019 Siebel Database Software Installation

    16/29

  • 8/14/2019 Siebel Database Software Installation

    17/29

    pwd: manager

  • 8/14/2019 Siebel Database Software Installation

    18/29

  • 8/14/2019 Siebel Database Software Installation

    19/29

  • 8/14/2019 Siebel Database Software Installation

    20/29

  • 8/14/2019 Siebel Database Software Installation

    21/29

  • 8/14/2019 Siebel Database Software Installation

    22/29

  • 8/14/2019 Siebel Database Software Installation

    23/29

  • 8/14/2019 Siebel Database Software Installation

    24/29

    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

  • 8/14/2019 Siebel Database Software Installation

    25/29

  • 8/14/2019 Siebel Database Software Installation

    26/29

  • 8/14/2019 Siebel Database Software Installation

    27/29

  • 8/14/2019 Siebel Database Software Installation

    28/29

  • 8/14/2019 Siebel Database Software Installation

    29/29

    Bounce the Listener