A script-enabled browser is required for this page to function properly.

ORA_NLS.No_Item

Description

Raised when a user-supplied attribute cannot be located in the List Of attributes constants.

Syntax


Ora_Nls.No_Item  EXCEPTION;

Example


 /*
** Hand the exception for an unidentified attribute constant
*/
EXCEPTION
  WHEN Ora.Nls.No_Item THEN
    Text_IO.Put ('An attribute supplied is not valid.');