Creating the Default Tablespaces
3-2
Oracle® Retail Place Installation Guide
Creating the Default Tablespaces
When you run the Oracle installer, schemas and tables for the application get installed
on the database you create. For the schemas and tables to install successfully, the
database must include certain default tablespaces.
Use the Oracle 10g Database Configuration Assistant to create a default database with
the tablespaces mentioned in
Table 3–1
,
Business Database Tablespaces
. For more
information on using the Oracle 10
g
Database Configuration Assistant, see the Oracle
10g Release 2 Installation documentation.
Creating the Default Data User Account
You must also create a default user account, that can be later specified to the Oracle
Installer. The Oracle Installer connects to the Place database, using this user account,
and installs the schemas and tables.
To create a user account:
1.
At the SQL prompt, type the following statement to create an user and set DATA_
01 as the default tablespace:
CREATE USER <USERNAME> IDENTIFIED BY <USERNAME>
DEFAULT TABLESPACE DATA_01;
2.
Once the user is created, type the following statements to grant access privileges to
the user:
GRANT CONNECT,RESOURCE,CREATE ANY TABLE,CREATE ANY SYNONYM,CREATE VIEW TO
<USERNAME>;
exec dbms_java.grant_permission(
'<USERNAME>','SYS:java.lang.RuntimePermission', 'getClassLoader', '' )
Table 3–1
Business Database Tablespaces
Tablespace
Description
DATA_01
Required. Application tablespace for Place.
Recommended size: 5 GB.
INDEX_01
Required. Application tablespace for the indexes of Place, STG,
and ASH.
Recommended size: 5 GB.
SYSTEM
System tablespace used for metadata.
SUSAUX
System tablespace used for system monitoring.
TEMP
System tablespace used for temporary system swap space.
RBS
System tablespace for automatically resolving data write clashes.
Note:
The sizes of tablespaces depend on the amount of data being stored.
For any sizing recommendations, see
Table 3–1
,
Business Database
Tablespaces
.
Summary of Contents for Retail Place 12.2
Page 1: ...Oracle Retail Place Installation Guide Release 12 2 November 2008 ...
Page 4: ......
Page 8: ...viii ...
Page 22: ...Creating the Database Links 3 4 Oracle Retail Place Installation Guide ...
Page 28: ...Setting Up the Maximum Message Size 4 6 Oracle Retail Place Installation Guide ...
Page 54: ...Troubleshooting Installation Issues 5 26 Oracle Retail Place Installation Guide ...
Page 62: ...Setting Up a Foreign JMS Server on WebLogic Server 6 8 Oracle Retail Place Installation Guide ...