ORA_NLS.NOT_FOUND
built-in exceptionThis exception is raised when a requested item cannot be found. This is most
likely caused by using ORA_NLS.GET_LANG_SCALAR
to retrieve character
information, or by using ORA_NLS.GET_LANG_STR
to retrieve numeric
information.
ORA_NLS.NOT_FOUND EXCEPTION;
/*
** Hand the exception for an item that was not found
*/
EXCEPTION
WHEN ORA_NLS.NOT_FOUND THEN
TEXT_IO.PUT ('The item was not found, check calls to Get_Lang.');
About the ORA_NLS
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.