The NLS Configuration Utility allows you to configure your boot files such that only the NLS objects that you require will be loaded. It does this by creating a user boot file, which contains a subset of the system boot file. Data loading by the kernel will then be performed according to the contents of this user boot file.
The NLS Configuration Utility allows you to configure a user boot file, either by selecting NLS objects from the installed system boot file which will then be included in a new user boot file, or by reading entries from an existing user boot file and possibly removing one or more of them and saving the remaining entries into a new user boot file. Note that you will not be allowed to actually "edit" an existing boot file as it may be in use by either the RDBMS or some other Oracle tool (that is, saving of boot file entries is never done to an existing one).
You may also use the NLS Data Installation Utility to check the integrity of an existing user boot file. This is necessary since the contents of existing NLS objects may change over time, and the installation of a new system boot file may cause user boot files to become out of date. Thus, a comparison function will notify you when it finds that the file is out of date and will allow you to create a new user boot file.
LXBCNF [ORANLS=pathname] [userbootdir=pathname] [DESTDIR=pathname] [HELP=[yes |no]]
where:
ORANLS= pathname | Specifies where to find the system boot file. If not specified, the value in the environment variable ORA_NLS (or the equivalent on your operating system) will be used. If both are specified, the command name parameter will override the environment variable. If neither is specified, the NLS Configuration Utility will exit with an error message. |
SYSDIR=pathname | Specifies where to find an existing user boot file. If not specified, the directory specified in the ORANLS parameter will be used. |
DESTDIR= pathname | Specifies where to put the new user boot file. If not specified, the directory specified in the ORANLS parameter will be used. |
HELP=[yes|no] | If "yes", a help message describing the syntax is printed. |
As soon as you select New to create a new user boot file, the following NLS objects will be created in the new file by default:
LANGUAGE | AMERICAN |
TERRITORY | AMERICA |
CHARACTER SET | US7ASCII on an ASCII platform or WE8EBCDIC500 on an EBCDIC platform. |
Copy Item | Copies the selected item from the system boot file to the user boot file. |
Delete Item | Deletes the selected item from the user boot file. |
NLS Defaults | Not implemented in this release. |
About | Shows version information of the NLS Configuration Utility. |
Help System | Not implemented in this release. |