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