What is the COMPATIBLE parameter?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What is the COMPATIBLE parameter?

Rating:

COMPATIBLE is an initialization parameter found in the init.ora file. The parameter specifies the release with which the Oracle Server must maintain compatibility. It is very important to set the COMPATIBLE parameter appropriately because it determines the functionality of the Oracle Server. The current settings for the parameter can be found in the following two ways:

  • By issuing the following statement at the Server Manager prompt (SVRMGR>):

    SELECT name, value, description FROM V WHERE name = "compatible";


  • By checking the initsid.ora file.
The COMPATIBLE parameter controls the compatibility of a database. When the parameter is not set, it defaults to 8.0.0. However, the disadvantages of the default setting are that all new features can make the database incompatible with release 8.0.0 and many features of the new release are not available, unless the COMPATIBLE parameter is set to a higher value.

Along with the disadvantages, the following are some advantages of the default setting of the COMPATIBLE parameter:
  • It is easier to downgrade, as the compatibility is maintained with previous releases.
  • In a multiple database environment, the upgraded database remains compatible with an un-upgraded database.
In order to take advantage of all the new features and improvements of the recent releases of the database, the COMPATIBLE parameter must be set to 10.0.0 or higher.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.