Hi.
I am letting some users use PL/SQL in order to obtain very lage data in Excel format. Problem is, sometimes they make mistakes like querying for the last 3 years which causes a performance problem. Therefore, I wish to know how to restrict functions so that they can only query specific qrys...
PARAMETER VALUE
1 NLS_NCHAR_CHARACTERSET AL16UTF16
2 NLS_CHARACTERSET UTF8
We use oracle 9.1.7 with pl/sql 7.1.
I am testing 7.1 in order to upgrade from 5.1 these days.
Problem is, when I open a package in program window, I can't read any characters in korean & chinese. This...