WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

Create databases and users for Oracle RAC

This section provides information on setting up Oracle RAC to work with WebSphere Portal Express.

 

Before you begin

 

Note the following information:

 

Database considerations

When creating Oracle RAC databases for use with WebSphere Portal Express, you should consider the following information:

 

Set up databases

You must create the databases that you are planning to use, create users, and grant privileges before you can configure WebSphere Portal Express to use the database. After you finish setting up the databases, you should continue to Transferring Oracle RAC manually.

 

Create databases and users

Create Oracle RAC databases. A database might have several instances in RAC, please refer to the Oracle RAC documentation for more information. Startup Oracle databases and verify the status of all the instances by running the following SQL commands:

  SQL> select * from v$active_instances;
	INST_NUMBER	INST_NAME

node1:instance1
node2:instance2
Create equivalent users in Oracle RAC. Please refer to Creating databases and users for Oracle for more information.

 

Next steps

You have completed this step. Continue to the next step.

 

Parent topic:

Configuring Oracle RAC

 

Previous topic

Installing Oracle RAC

 

Next topic

Transferring Oracle RAC