Saturday, 11 February 2012

ORA-09925: Unable to create audit trail file

ORA-09925: Unable to create audit trail file

Cause: ORACLE was not able to create the file being used to hold audit trail records.

Action: Check the UNIX error number for a possible operating system error. If there is no error, contact ORACLE customer support.

ORA-09924: Can t spawn process - core dump directory not created properly

ORA-09924: Can t spawn process - core dump directory not created properly

Cause: ORACLE was unable to spawn a background process because the directory that holds the core dumps produced by ORACLE processes in the event of exceptions was not created properly.

Action: Examine the directory pointed to by the initialization parameter core_ dump_dest . Make sure that all of the following is true: 1. The directory exists. 2. The name indeed points to a directory, and is not a file. 3. The directory is accessible and writable to the ORACLE user.

ORA-09923: Can t spawn process - user log directory not created properly

ORA-09923: Can t spawn process - user log directory not created properly

Cause: ORACLE was unable to spawn a background process because the directory that holds the trace files of the dedicated server processes was not created properly.

Action: Examine the directory pointed to by the initialization parameter user_ dump_dest . Make sure that all of the following is true: 1. The directory exists. 2. The name indeed points to a directory, and is not a file. 3. The directory is accessible and writable to the ORACLE user.

ORA-09922: Can t spawn process - background log directory not created properly

ORA-09922: Can t spawn process - background log directory not created properly

Cause: ORACLE was unable to spawn a background process because the directory that will hold trace files of the background processes was not created properly.

Action: Examine the directory pointed to by the initialization parameter background_dump_dest. Make sure that all of the following is true: 1. The directory exists. 2. The name indeed points to a directory, and is not a file. 3. The directory is accessible and writable to the ORACLE user.

ORA-09921: Unable to get information label from connection

ORA-09921: Unable to get information label from connection

Cause: ORACLE was unable to retrieve the user s information label from the SQL*Net connection.

Action: Check the UNIX error number for a possible operating system error. Also check the additional information field for the SQL*Net error. If there is no error, contact ORACLE support.

ORA-09920: Unable to get sensitivity label from connection

ORA-09920: Unable to get sensitivity label from connection

Cause: ORACLE was unable to retrieve the user s sensitivity label from the SQL*Net connection.

Action: Check the UNIX error number for a possible operating system error. Also check the additional information field for the SQL*Net error. If there is no error, contact ORACLE support.

ORA-09919: Unable to set label of dedicated server

ORA-09919: Unable to set label of dedicated server

Cause: ORACLE was unable to set the label of the dedicated to server to the required value.

Action: Check the UNIX error number for a possible operating system error. Also, check the privileges on the oracle executable. It should have at least allowmacaccess privilege.