Oracle Audio Technologies ORACLE9I B10508-01 User Manual

Page 85

Advertising
background image

Database Configuration Assistant (DBCA)

Post-Installation

5-9

# Name : VARIABLESFILE

# Datatype : String

# Description : Location of the file containing variable value pair

# Valid values : A valid file-system file. The variable value pair format

# in this file

# is <variable>=<value>. Each pair should be in a new line.

# Default value : None

# Mandatory : NO

#-----------------------------------------------------------------------------

#VARIABLESFILE =

#----------------*** End of CREATEDATABASE section ***------------------------

#-----------------------------------------------------------------------------

# createTemplateFromDB section is used when CREATE_TYPE is defined as

# "createTemplateFromDB".

#-----------------------------------------------------------------------------

[createTemplateFromDB]

#-----------------------------------------------------------------------------

# Name : SOURCEDB

# Datatype : String

# Description : The source database from which to create the template

# Valid values : The format is <host>:<port>:<sid>

# Default value : none

# Mandatory : YES

#-----------------------------------------------------------------------------

SOURCEDB = "myhost:1521:orcl"

#-----------------------------------------------------------------------------

# Name : SYSDBAUSERNAME

# Datatype : String

# Description : A user with DBA role.

# Default value : none

# Mandatory : YES

#-----------------------------------------------------------------------------

SYSDBAUSERNAME = "system"

#-----------------------------------------------------------------------------

# Name : SYSDBAPASSWORD

# Datatype : String

# Description : The password of the DBA user.

# You can also specify the password at the command prompt

# instead of here.

# Default value : none

# Mandatory : YES

Advertising