ORA_NLS.BAD_ATTRIBUTE
built-in exceptionThis exception is raised when no attribute is supplied to ORA_NLS.GET_LANG_SCALAR
or ORA_NLS.GET_LANG_STR
.
ORA_NLS.BAD_ATTRIBUTE EXCEPTION;
/*
** 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.');
About the ORA_NLS
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.