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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -