Quote:
|
Originally Posted by _John Smith
where i can get a list of NLS parameters have to be compared?
is this presented on DB dictionary?
|
Run this query and you will get all the NLS database parameters:
SQL> select * from nls_database_parameters;
Hope that helps,
clio_usa - OCP 8/8i/9i DBA