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

ORA_NLS.NO_ITEM built-in exception

This exception is 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.');

See also

About the ORA_NLS built-in package

ORA_NLS built-in package