Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table lists the additional parameters needed for a PMDB installation using an Oracle database.

Table 2-2    Additional 2 Additional parameter file elements for the PMDB on an Oracle databaseElement    Description

ElementDescription
dbms-

...

type

Marked always as oracle.

Values: String

Mandatory: Yes

dbms-

...

server

Name of the Oracle database server.

Values: String

Mandatory: Yes

dbms-

...

instance

Oracle instance name (SID).

Values: String

Mandatory: Yes

dbms-

...

port

Oracle instance Listener port.

Values: Integer

Mandatory: Yes

dbms-dba-

...

user

User name for the Oracle user with DBA privileges. Will only be used during installation.

Values: String

Mandatory: Yes, if manual-schema is set to false.

dbms-tablespace-large-

...

name

Name of the large tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_LARGE

dbms-tablespace-medium-

...

name

Name of the medium tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_MEDIUM

dbms-tablespace-small-

...

name

Name of the small tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_SMALL

dbms-tablespace-infral-

...

name

Name of the infra tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_INFRA

dbms-tablespace-sts-

...

name

Name of the sts tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_STS

dbms-tablespace-large-initial-

...

size

Initial size for the large tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-medium-initial-

...

size

Initial size for the medium tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-small-initial-

...

size

Initial size for the small tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-infra-initial-

...

size

Initial size for the infra tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-sts-initial-

...

size

Initial size for the STS tablespace.

Values: Integer

Mandatory: No

Default value: 32

dbms-tablespace-large-uniform-size    Uniform size for the large tablespace.

...