Log on to the computer that contains the Oracle software.
Although you can access the database from any computer on your network
using a web browser, this procedure is written assuming that you are
directly accessing the system running Oracle.
Verify that you have created the SIMULIA Execution Engine-specific
database using the procedure described in Creating the Database in Oracle.
You must create a database following these steps to ensure that the
database contains the correct internal settings.
Access the database with the Oracle Enterprise Manager, using one of
the following methods, based on your operating system:
-
Windows: Click Start, point to All
Programs, Oracle - OraDb11g_home1, and click Database
Control - SEE. (In this example, SEE
is the name of the database you are accessing.)
-
Linux: Use a browser to open the following page:
https://hostname.yourcompany.com:portnumber/em
For more information about
determining the port number for your database, see About Oracle URLs and Port Numbers.
Type SYS as the user name in the corresponding text box, and enter the password
you specified when you created the database.
From the Connect As list, select SYSDBA.
Click Login.
Verify that you have accessed the correct database.
The screen that appears after you log in shows the database name next to the
Database Instance string (in the upper left corner of the screen).
At the top of the console, access the Server
information (Oracle 11gR2), and click Server.
In the Storage list, click Tablespaces.
The Tablespaces page opens.
On the right side of the console, click Create.
The Create Tablespace page appears.
In the Name text box, type the following:
FIPERTS1
Click Set as default permanent tablespace.
In the Datafiles area, click Add.
The Add Datafile page appears.
In the File Name text box, type the following entry:
FIPERDF1.DBF
In the File Size text box, type 2048, and verify that MB is selected from the
corresponding list.
Click Automatically extend datafile when full (AUTOEXTEND).
In the Increment text box, type 100, and select MB from the corresponding list.
In the Maximum File Size area, verify that Unlimited is selected.
Click Continue.
The Create Tablespace page appears.
Click OK.
A message appears indicating that the object was created successfully.
At the top of the left side of the console, click Database Instance.
The Server page appears.
In the Security list, click Users.
The Users page appears.
Click Create.
The Create User page appears.
In the Name text box, type seeadmin.
From the Profile list, verify that DEFAULT is selected.
In both the Enter Password and Confirm Password text boxes, type the
password for the seeadmin user (you can use seeadmin
for simplicity, if desired).
Click the
icon adjacent to the Default Tablespace text box.
The Search and Select window appears.
Verify that FIPERTS1 is selected.
Click Select.
You are returned to the Create User page.
Click Roles.
On the right side of the console, click Edit List.
The Modify Roles screen appears.
From the Available Roles list, select Resource.
Click Move to move the role to the Selected Roles list.
Click OK.
You are returned to the Create User page.
Click Object Privileges.
From the Select Object Type list, select View, and click Add.
Click the
icon adjacent to the Select View Objects text box.
The Select View Objects window appears.
From the Schema list, select SYS.
In the Search View Name text box, type the following entry:
DBA_PENDING_TRANSACTIONS
Click Go.
The object is now listed at the bottom of the window.
Click DBA_PENDING_TRANSACTIONS, and click Select.
The Add View Objects Privileges page appears.
In the Available Privileges list, click Select.
Click Move to move the item to the Selected Privileges list.
Click OK.
You are returned to the Create User page.
Click OK.
A message appears indicating the object was created successfully.
In the top right corner of the console, click Logout to exit the Enterprise Manager.
Proceed to Updating the Database.