Archive for March, 2008

ORA-00723: Initialization parameter COMPATIBLE must be explicitly set

Friday, March 28th, 2008

Cause : Oracle detected that the initialization parameter COMPATIBLE was not explicitly specified, and the compatibility of the database is lower than the default value of the COMPATIBLE parameter. In order to use the new compatible setting, the intialization parameter must be explicitly set by the user.
Action : Explicitly set the value of COMPATIBLE parameter either in PFILE or SPFILE, whichever is used.

Popularity: 8% [?]

ORA-00722 : Feature “string”

Friday, March 28th, 2008

Cause : Reporting name of the feature for details of another error.
Action : See associated error message.

Popularity: 2% [?]

ORA-00721: changes by release string cannot be used by release string

Friday, March 28th, 2008

Cause : An attempt to import a tablespace failed because the tablespace contains changes that require a newer software release or that violate the compatibility parameters.
Action : Use a version of the software that can understand the changes or relax the compatibility requirements in the initialization parameter file.

Popularity: 1% [?]

ORA-00720: ALTER DATABASE RESET COMPATIBILITY command has been de-supported

Friday, March 28th, 2008

Cause : ALTER DATABASE RESET COMPATIBILITY command has been de-supported since Oracle 10i.
Action : No action required.

Popularity: 1% [?]

ORA-00712: cannot rename system tablespace

Thursday, March 27th, 2008

Cause : An attempt to rename the system tablespace failed.
Action : No action required.

Popularity: 1% [?]

ORA-00711: new tablespace name is invalid

Thursday, March 27th, 2008

Cause : An attempt to rename a tablespace failed because the new name is invalid.
Action: Choose a valid new name and retry the command.

Popularity: 1% [?]

ORA-00710 : new tablespace name is the same as the old tablespace name

Thursday, March 27th, 2008

Cause : An attempt to rename a tablespace failed because the new name is the same as the old name.
Action : No action required.

Popularity: 1% [?]

ORA-00706 : error changing format of file “string”

Thursday, March 27th, 2008

Cause : An attempt to change the block0 format of the specified file failed because the file is read-only or offline.
Action : Make the file read-write or bring the file online and set the BLK0_FMTCHG event.

Popularity: 1% [?]

ORA-00705 : inconsistent state during start up; shut down the instance, then restart it

Thursday, March 27th, 2008

Cause : A previous attempt to start an instance was terminated.
Action : Shut down the instance completely and then restart it.

Popularity: 1% [?]

ORA-00704 : bootstrap process failure

Thursday, March 27th, 2008

Cause : Failure in processing bootstrap data. Refer to the accompanying messages for more information about the cause of the problem.
Action : Correct the problems mentioned in the other messages. If the problem persists, contact Oracle Customer Support.

Popularity: 2% [?]

Close
E-mail It