modified on 11 February 2009 at 12:06 ••• 1,473 views

Configure OWB 11gR1 on 11gR1 RDBMS on Windows 2008 Server Standard Edition - Basic Install

From Oramosswiki

Jump to: navigation, search

Contents

Overview

This article shows the steps involved in configuring an 11gR1 OWB Repository for use on an 11gR1 database running on a Windows 2008 Server Standard Edition Virtual machine.

Assumptions

  • You have a working OS, with basic installation options, i.e. nothing fancy!
  • An 11gR1 database is accessible - the article assumes access to a database [TEST] on the same server [DENVER]
  • The TEST database is up and running and accessible via standard SQL connections
  • You have the login details of a DBA, e.g. SYSTEM
  • You have the password for the OWBSYS user

Optional Steps

I created a tablespace for the OWB Data - this isn't strictly necessary as you can just use USERS, but I like to keep things reasonably organised. To create the tablespace I issued the following:

create tablespace OWBDATA 
datafile 'C:\APP\ORACLE\ORADATA\TEST\OWBDATA01.DBF' 
size 1G
autoextend on
extent management local autoallocate
/

The images throughout the document assume the use of OWBDATA tablespace for the installation - feel free to use whatever tablespace you see fit.

Installation

Start the Repository Assistant from the Start Menu \ Oracle Home \ Warehouse Build \ Adminstration:

Start Menu Repository Assistant

A welcome screen appears - you can choose to have this not display in future if you wish by ticking the checkbox.

Repository Assistant Welcome

Click next and move on to the first step of the wizard where you enter the connection details for the target database [TEST]. I specify a Host, Port & Service but you can use a SQL*Net connection if you prefer. Click "Next" to continue.

Repository Assistant Step 1 of 10 Database Information

Choose "Manage Warehouse Builder workspaces" and click next to contnue.

Repository Assistant Step 2 of 10 Choose Operation

Choose "Create a new Warehouse Builder workspace" and click "Next" to continue.

Repository Assistant Step 3 of 10 Choose Workspace Operations

Choose "Create a workspace with a new user as workspace owner" and click "Next" to continue.

Repository Assistant Step 4 of 10 New Or Existing User

Enter the password of the SYSTEM user, or the username and password of any other DBA and click "Next" to continue.

Repository Assistant Step 5 of 10 DBA Information

Specify the details for a Workspace owner Username, password and the name of the Workspace and click next to continue.

Repository Assistant Step 6 of 10 Workspace Owner New

Enter the password for the OWBSYS user and click "Next" to continue.

Repository Assistant Step 7 of 10 OWBSYS Information

Set the tablespaces to be OWBDATA for everything bar the Temporary Tablespace which should be set to TEMP. Click "Next" to continue.

Repository Assistant Step 8 of 10 Select Tablespaces

Set the Base Language as appropriate. The default language of ENGLISH is fine for me. Click "Next" to continue.

Repository Assistant Step 9 of 10 Select Languages

This screen allows you to choose the users who will be registered as Workspace users. We'll assume that you need to create a new one called JEFF. Click "Create New User".

Repository Assistant Step 10 of 10 Workspace Users Start

Enter the details to create user JEFF. The DBA details you input earlier appear as the DBA credentials. Click "OK".

Repository Assistant Step 10 of 10 Create New User

Click "Next" to continue.

Repository Assistant Step 10 of 10 Workspace Users End

A summary of the installation details appears. Click "Finish" to continue and start the installation process.

Repository Assistant Summary

The installation proceeds...it may take some time.

Repository Assistant Install In Flight

When the installation completes click "OK" and the assistant ends.

Repository Assistant Install Completed

Choose "Design Centre" from the Start Menu. Enter the login details for the Workspace user - JEFF is the one we created. Click "OK" to continue.

Design Centre Login

That's it, we're now logged into the Design Centre.

Design Centre Logged In