Table of Contents

Preparing Oracle for BPS2 Installation

This tutorial shows the preparation of a fresh Oracle 11g installation on windows for BPS2. Basiclly for other operating systems the procedure is the same, but the directory path namings and file permissions are different; check the oracle documentation in case of questions.

In real life we would not only set up a single BPS database, but 3 distinct databases per application. What I will do in this tutorial is just prepare one production database, the quality and testing databases would be setup similar.

I am going to name the instance prod, and therefore have to create the tablespaces prod_dat and prod_inx with the enterprise manager. Everything else will later be done by the Create datasore wizard.

Start up the Oracle Enterprise Manager graphical administration program (of cause you could as well use the sqlplus command line interpreter to do all following tasks - but in that case it is valid to assume you are an expert and know how the following tasks by manual commands):

Login page

Login to Enterprise Manager

Home page

* Change to the administration tab

Go To Administration

Database control page

* Select the tablespace administration

Go To Tablespaces

Creating the data tablespace

Tablespaces Overview

Enter tablespace name

Enter Name of New Tablespace

Add a tablespace file

Add a Datafile

Save and create the tablespace

Confirm Creation

Repeat tablespace creation for index

In the same manner create now the tablespace for indexes.

View Created Tablespaces

Overview of created tablespaces

Finally the overview can be displayed as below. This concludes preparation of the oracle database for BPS2.

View Created Tablespaces

Continue now with the Create datasore wizard.