Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: An attempted was made to connect to a persistent store driver that is not linked in.
Action: Check the server name supplied in origrgc(). Check if the driver corresponding to this server name has been linked in and entered in the server table.
Cause: An attempted was made to exceed the maximum number of connections allowed (255) per OMS instance.
Action: Close some of the existing connections using origurg() before requesting more connections.
Cause: There is no connection entry corresponding to this connection number.
Action: Check the connection number and ensure that the connection exists.
Cause: An attempt was made to use a functionality that the server does not support.
Action: Upgrade the server.
Cause: The type of the object is different from what was specified.
Action: Check the type of the object and correct it.
Cause: Attribute value or collection element value violated its constraint.
Action: Change the value of the attribute or collection element such that it meets its constraints. The constraints are specified as part of the attribute or collection element's schema information.
Cause: The initialization sequence failed. This can happen, for example, if an environment variable such as NLS_DATE_FORMAT is set to an invalid value.
Action: Check that all NLS environment variables are well-formed.
Cause: The argument is expecting a non-NULL, valid value but the argument value passed in is NULL, invalid, or out of range. Examples include when the LOB/FILE positional or size argument has a value outside the range 1 through (4GB - 1), or when an invalid open mode is used to open a file, etc.
Action: Check your program and correct the caller of the routine to not pass a NULL, invalid, or out-of-range argument value.