ORA-01083
ORACLE Data Base MessagesDownload this dictionary
ORA-01083
ORA-01083: value of parameter "" is inconsistent with that of other servers

Oracle8 Server Error MessagesDownload this dictionary
ORA-01083
value of parameter name is inconsistent with that of other servers
Section: 01000-01099 User Program Interface Messages
Notes: This section lists messages generated when using the UPI to the Oracle Server. Precompilers and SQL*Forms are examples of products that use the UPI.If you are using Trusted Oracle, see the Trusted Oracle documentation for information about error messages in that environment.

Cause: The value of the given initialization parameter is required to be the same for all servers in the parallel configuration.

Action: Change the value in the initialization parameter file to match that of the other control files.


Provided by PB for Oracle Professional.

Oracle Error Messages - Description, Cause and ActionDownload this dictionary
ORA-01083
01083, 00000, "value of parameter \"%s\" is inconsistent with that of other servers"
*Cause: The value of the given parameter is required to be the same for all
servers in the parallel configuration. ROW_LOCKING and
SERIALIZABLE are 2 examples.
*Action: Change the value of the parameter in INIT.ORA file to match
that of other parallel servers.