Oracle 11g/12c SRVCONFIG commands
srvconfig [options]
srvconfig or srvconfig -help or srvconfig -?
Usage: srvconfig [options]
where options include:
-help display command-line help message
-? same as -help option
-init initialize cluster registry (if not already initialized)
-init -f force intialization of configuration even if initialized
-exp file export cluster registry contents to given text file
-imp file import given text file contents to the cluster registry
-upgrade -dbname database -orahome oracle_home_path upgrade the database configuration to Oracle Database 10.2
-downgrade -dbname database -orahome oracle_home_path -version versionstring downgrade the database configuration to Oracle Database 10.0 or 9.2 based on value of version string
Usage: srvconfig [options]
where options include:
-help display command-line help message
-? same as -help option
-init initialize cluster registry (if not already initialized)
-init -f force intialization of configuration even if initialized
-exp file export cluster registry contents to given text file
-imp file import given text file contents to the cluster registry
-upgrade -dbname database -orahome oracle_home_path upgrade the database configuration to Oracle Database 10.2
-downgrade -dbname database -orahome oracle_home_path -version versionstring downgrade the database configuration to Oracle Database 10.0 or 9.2 based on value of version string
srvconfig -exp file_name
-- exports the contents of the configuration information/cluster registry
srvconfig -imp file_name
-- imports the configuration information/cluster registry
srvconfig -init -- initialize cluster registry (if not already initialized)
srvconfig -init -f -- force initialization of configuration even if initialized
srvconfig -upgrade -dbname db_name -orahome ORACLE_HOME
-- upgrade the database configuration
srvconfig -downgrade -dbname db_name -orahome ORACLE_HOME -version ver_str
-- downgrade the database configuration
Related Oracle Articles: srvctl commands RAC crsctl commands RAC cluvfy commands RAC
Related Oracle Articles: srvctl commands RAC crsctl commands RAC cluvfy commands RAC
No comments:
Post a Comment