How do I Change NLS Date Format in Toad ? Just like we said previously, NLS_DATE_FORMAT can be set at session, database or OS level.… Read More »Toad NLS_DATE_FORMAT
How do I Change NLS Date Format in SQL Developer ? Just like we said previously, NLS_DATE_FORMAT can be set at session, database or OS… Read More »SQL Developer NLS_DATE_FORMAT
NLS_DATE_FORMAT defines the display format of a datetime string, which can be set at various levels to meet business requirements. That is to say, NLS_DATE_FORMAT… Read More »NLS_DATE_FORMAT, How and Why
Recover Table by RMAN We have talked about how to restore a table from the recyclebin earlier. By using the feature of recyclebin, we can… Read More »How RMAN Restore Table
Tablespace Create Time There's no direct way to know the creation date of a tablespace, because either DBA_TABLESPACES or V$TABLESPACE doesn't have such information. But… Read More »How to Check Tablespace Creation Date
NLS_DATE_FORMAT for RMAN After you set RMAN log location, the next problem that you want to solve is the format of timestamp in the log,… Read More »How RMAN Set NLS_DATE_FORMAT