Saturday, July 16, 2011

Oracle 11g Release 2: SRVCONFIG commands

SRVCONFIG commands

To Export cluster registry
  • $srvconfig -exp file_name

To Import Cluster registry
  • $srvconfig -imp file_name

To Upgrade the database cluster registry and database configuration
  • $srvconfig -upgrade -dbname database_name -orahome oracle_homename

To Downgrade the database cluster registry and database configuration (This is rarely used in case of any upgrade failure)
  • $srvconfig -downgrade -dbname database_name -orahome oracle_homename -version version_dtl


No comments:

Post a Comment

How can I remove a URL on my website from the Google Index?

To remove a specific URL (for example, the page http://www.example.com/page4.html) of your own website from Google’s index, there are two ...