TO_CHAR is an overloading function which converts or extracts various types of input values into desired or readable output. TO_CHAR for Datetime TO_CHAR for Number… Read More »Oracle TO_CHAR Example
ORA-01843: not a valid month ORA-01843 means that SQL engine cannot recognize the month value of your input string under current NLS_DATE_LANGUAGE. In this post,… Read More »How to Resolve ORA-01843 Error Message
Keeping your database running with the newest release of Oracle software might be a critical job for DBA to implement, especially for production environments. Although… Read More »Oracle 11g Patching Steps