Home > database >  After why silent install oracle database, generating runs the setup_cq_ora_user_clob.sql. Ora file s
After why silent install oracle database, generating runs the setup_cq_ora_user_clob.sql. Ora file s

Time:10-06

In the corresponding file dbca. RSP GDBNAME=ora11g, SID=former
1. Why is generated automatically runs the setup_cq_ora_user_clob.sql. Ora file service_name=ora11g?
2. Why the remote through PLSQL connection configuration service name we use GDBNAME: ora11g, rather than use SID: former

CodePudding user response:

The default generated runs the setup_cq_ora_user_clob.sql. Ora configuration
ORA11G=
(the DESCRIPTION=
(ADDRESS=(TCP) PROTOCOL=(HOST=localhost. Localdomain) (1521) PORT=)
(CONNECT_DATA=
https://bbs.csdn.net/topics/(=DEDICATED SERVER)
(SERVICE_NAME=ora11g)
)
)

CodePudding user response:

What is your silent installation script?

CodePudding user response:

If you install both already be set up...

CodePudding user response:

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # #
# # # # DBCA response file
# # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # #
# # Copyright 1998, 2007, Oracle Corporation. All Rights Reserved. # #
# # # #
# # Specify values for the variables listed below to customize the Oracle # #
# # the Database Configuration installation. # #
# # # #
# # The Each variable is associated with a comment. The comment identifies The # #
# # # # variable type.
# # # #
# # both Please specify the values in the following format: # #
# # # # Type: Example
# # String: "& lt; Value>" # #
# # # # Boolean: True or False
# # Number: & lt; Numeric value> # #
# # StringList: {" & lt; Value1 & gt;" , "& lt; Value2 & gt;" } # #
# # # #
# # # # Examples:
# # 1. Dbca progress_only - responseFile & lt; The response file> # #
# # the Display a progress bar depicting the progress of database creation # #
# # # # process.
# # # #
# # 2. Dbca - silent - responseFile & lt; The response file> # #
# # Creates the database silently. No user interface is displayed. # #
# # # #
# # 3. Dbca - silent - createDatabase - cloneTemplate # #
# # - responseFile & lt; The response file> # #
# # Creates The database silently with clone The template. The template in # #
# # # # responsefile is a clone template.
# # # #
# # 4. Dbca - silent - deleteDatabase - responseFile & lt; The response file> # #
# # # # Deletes the database silently.
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# GENERAL section is required for all types of database creations.
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
(GENERAL)

# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# the Name: RESPONSEFILE_VERSION
# Datatype: String
# Description: Version of the database to create
# Valid values: "11.1.0
"# Default value: None
# Mandatory: Yes
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
RESPONSEFILE_VERSION="11.2.0"

# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# the Name: OPERATION_TYPE
# Datatype: String
# Description: the Type of operation
# Valid values: "createDatabase" \ "createTemplateFromDB" \ "createCloneTemplate" \ \ "deleteDatabase" "configureDatabase" \ "addInstance" (RAC - only) \ "deleteInstance" (RAC - only)
# Default value: None
# Mandatory: Yes
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
OPERATION_TYPE="createDatabase"

# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - * * * End of the GENERAL section * * * -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# CREATEDATABASE section is informs the when OPERATION_TYPE is defined as "CREATEDATABASE".
nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related