Friday, May 5, 2017

Time & Date All


How to Show Time with Date in a Session ? 

 

If your want to show time with date in your sql environment like, working with Sql Developer or Sql Plus or iSql Plus then change the value of NLS_DATE_FORMAT.

To change the value log in the sql environment and write:


alter session set NLS_DATE_FORMAT ='DD-MON-RRRR HH:MI:SS AM';

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...