sql - How to read NLS_DATE_FORMAT? -


how read current value of nls_date_format in oracle db?

in current sesion (client) settings:

select * nls_session_parameters parameter = 'nls_date_format'; 

and in global database parameters:

select * nls_database_parameters parameter = 'nls_date_format'; 

demo: http://sqlfiddle.com/#!4/9eecb7/3282


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -