Installing Oracle 11r2 on Windows 2008R2 Server Part 3

Hi,

Welcome to Installing Oracle 11r2 on Windows 2008R2 Server Part 3 of the series

Doing a Complete install of Siebel 8.2.2.4 on Oracle 11 r2, Win 2008R2. All from Scratch

In this part we will

  • Configure the Oracle Listener
  • Verify and Configure Windows Services
  • Configure the Windows Firewall
  • Do Connectivity Tests

The listener will provide access to the database instance we just created in Part 2. If you desire one listener can cater to more than on database instance on the same port, or you can chose to create multiple listeners on different ports, on for each database instance on the box. The latter provides better granularity control. That’s how I will do my install.

To Install an Oracle database we will go through the following steps

  1. Install the Oracle Database Software This was completed in Part 1 Here
  2. Configure the Oracle Database This was completed in Part 2 Here
  3. Configure the Listener
  4. Verify & Configure Windows Services
  5. Configure Windows Firewall
  6. Do Connectivity Tests

To Configure an oracle listener you need to run the netca from a command prompt. Follow the screenshots, and step guide below to configure the database for use as a Siebel development server.

Continue reading “Installing Oracle 11r2 on Windows 2008R2 Server Part 3”

Installing Oracle 11r2 on Windows 2008R2 Server Part 2

Hi,

Welcome to Installing Oracle 11r2 on Windows 2008R2 Server Part 2 of the series

Doing a Complete install of Siebel 8.2.2.4 on Oracle 11 r2, Win 2008R2. All from Scratch

In this part we will configure an oracle database server. This server will house a development database, and a test database. This walkthrough will focus only on the development database installation.

To Install an Oracle database we will go through the following steps

  1. Install the Oracle Database Software This was completed in Part 1 Here
  2. Configure the Oracle Database
  3. Configure the Listener
  4. Verify & Configure Windows Services
  5. Configure Windows Firewall
  6. Do Connectivity Tests

To Configure an oracle database you need to run the dbca from a command prompt. Follow the screenshots, and step guide below to configure the database for use as a Siebel development server.

We need to install a Custom Database, as we need to configure advanced properties. Hit Next

Continue reading “Installing Oracle 11r2 on Windows 2008R2 Server Part 2”

Installing Oracle 11r2 on Windows 2008R2 Server Part 1

Hi,

Welcome to Installing Oracle 11r2 on Windows 2008R2 Server Part 1 of the series

Doing a Complete install of Siebel 8.2.2.4 on Oracle 11 r2, Win 2008R2. All from Scratch

In this part we will install an oracle database server. This server will house a development database, and a test database. Production servers should generally not be deployed on the same database as development, but the installation of the test server demonstrates that it is possible, this walkthrough will focus only on the development database installation.

Before we begin prepare the Oracle Server by doing the following steps:

  • install win 2008r2 operating system
  • join domain
  • update operating system with latest patches
  • install your favorite tools (mine are notepad++, procmon from sysinternals and winrar)

To Install an Oracle database we will go through the following steps

  1. Install the Oracle Database Software
  2. Configure the Oracle Database
  3. Configure the Listener
  4. Verify & Configure Windows Services
  5. Configure Windows Firewall
  6. Do Connectivity Tests

I’m still doing the writeup of the actual installation, for now, if you do the installation – run an install software only with no starter database.

Read the Next part in the series “Configure the Oracle Database” 

Enjoy!

/Henrik

Doing a Complete install of Siebel 8.2.2.4 on Oracle 11 r2, Win 2008R2. All from Scratch

Hi,

This is going to be a looong series of posts. I needed to install a new development environment, and I wanted to test the new Siebel 8.2.2.4 SIA with all the verticals available.

Installing Siebel is no small task, and this guide is not meant to be a full replacement for reading up on the procedure on supportweb (My Oracle Support) MOS, including installation guide in bookshelf, release notes, post installation information, bugs and what-have-you-not, I’ll do my best to link to the different documents that may be relevant along the way.

The Installation will Guide you through:

It will not:

  • Teach you to install windows 2008R2

I’ll assume the following, that you in advance prepare and install two Windows 2008R2 servers in a domain. I use Hyper-V services, its fast and effortless to get started on the deployment for a new development environment.

Lets Get Started, We will do the Oracle database first!

Read About the Installation of the Oracle Database here: Installing Oracle 11r2 on Windows 2008R2 Server Part 1

I´ll finish the writeup for all the bits and pieces over the next few weeks, and publish them as i get the time. Let me know if you have any comments!

Enjoy!

/Henrik