ORA-00375 : unable to get default db_block_size

Sunday, March 23rd, 2008

Cause : The system was unable to determine the default value for DB_BLOCK_SIZE.
Action : See the accompanying system-specific error. As a workaround, specify the block size in the INIT.ORA file.

Popularity: 11% [?]

ORA-00124 : MTS_DISPATCHERS specified without MTS_MAX_SERVERS

Friday, March 21st, 2008

Cause : A definition for MTS_DISPATCHERS was specified in the INIT.ORA file, but MTS_MAX_SERVERS was specified as zero.
Action : Specify MTS_MAX_SERVERS to be greater than zero.

Popularity: 17% [?]

ORA-00121 : MTS_SERVERS specified without MTS_DISPATCHERS

Friday, March 21st, 2008

Cause : A definition for MTS_SERVERS was specified in the INIT.ORA file, but no definition for MTS_DISPATCHERS was specified. Without a value for MTS_DISPATCHERS, shared servers will never be used.
Action : Add a definition for MTS_DISPATCHERS in the INIT.ORA file (or take out the definition for MTS_SERVERS, if MTS is not being used).

Popularity: 16% [?]

Close
E-mail It