When using the TO_CHAR() function to format a number in Oracle Database, you can use the S format element to return its sign (i.e. a plus sign for positive values, and a minus sign for negative values).
You can also use the MI format element to return negative values with a trailing negative sign, and positive values with a trailing blank.