NLS_DATE_FORMAT specifies the default date format to use with the TO_CHAR and TO_DATE functionsExample:
Get NLS_DATE_FORMAT
SELECT value
FROM nls_session_parameters
WHERE parameter = 'NLS_DATE_FORMAT'
Result:
NLS_DATE_FORMAT specifies the default date format to use with the TO_CHAR and TO_DATE functionsUSER_TAB_MODIFICATIONS describes modifications to tables owned by the current user that have been modified since the last time statistics.