Database Administration (MOSC)

MOSC Banner

creating a DB using dbca with response file create database

edited Aug 26, 2016 10:52AM in Database Administration (MOSC) 2 commentsAnswered ✓

  Hi all

  I want to create a 2 node RAC thru dbca using rsp file and template

so couple doubts; in the rsp file

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

# Name          : DATABASECONFTYPE

# Datatype      : String

# Description   : database conf type as Single Instance, Real Application Cluster or Real Application Cluster One Nodes database

# Valid values  : SI\RAC\RACONENODE

# Default value : SI

# Mandatory     : No

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

DATABASECONFTYPE  = "RAC"

Do i need to put here the instances names here ? or

here

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

# Name          : SID

# Datatype      : String

# Description   : System identifier (SID) of the database

# Valid values  : Check Oracle12c Administrator's Guide

# Default value : <db_name> specified in GDBNAME

# Mandatory     : No

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

SID = "xxxNAME"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center