PACKAGE DBMS_SCHEDULER I found that some subprograms of DBMS_SCHEDULER package are no listed in the Oracle documentation. However, we get the complete list by describing… Read More »DBMS_SCHEDULER Subprograms All Available List
To retrieve all available NLS_CHARACTERSET in Oracle, we execute the following query to get the list. SQL> select value "NLS_CHARACTERSET" from v$nls_valid_values where parameter =… Read More »Oracle NLS_CHARACTERSET All Available List
To retrieve all available NLS_TERRITORY in Oracle, we execute the following query to get the list. SQL> select value "NLS_TERRITORY" from v$nls_valid_values where parameter =… Read More »Oracle NLS_TERRITORY All Available List
To retrieve all available NLS_LANGUAGE or NLS_DATE_LANGUAGE in Oracle, we execute the following query to get the list. SQL> select value "NLS_LANGUAGE" from v$nls_valid_values where… Read More »Oracle NLS_LANGUAGE All Available List