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):
Finally the overview can be displayed as below. This concludes preparation of the oracle database for BPS2.
Continue now with the Create datasore wizard.