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

ORA_NLS.BAD_ATTRIBUTE built-in exception

This exception is raised when no attribute is supplied to ORA_NLS.GET_LANG_SCALAR or ORA_NLS.GET_LANG_STR.

Syntax


ORA_NLS.BAD_ATTRIBUTE EXCEPTION;

Example


/*
** Handle the Bad Attribute exception
*/
EXCEPTION
   WHEN ORA_NLS.BAD_ATTRIBUTE THEN
   TEXT_IO.PUT_LINE('Check calls to Get_Lang_Scalar
and Get_Lang_Str. A bad attribute name was found.');

See also

About the ORA_NLS built-in package

ORA_NLS built-in package