Graphic shows how to issue an ALTER SESSION statement that changes the NLS_CALENDAR setting to "Japanese Imperial". The statement is: SQL> ALTER SESSION SET NLS_DATE_FORMAT = Japanese characters here. Then the change is verified by issuing the following statement: SQL> SELECT SYSDATE FROM DUAL;