Am I right in thinking within Oracle, if I were to do a an Update/Insert to a TimeStamp column with the following...
UPDATE tblBlah set TimeStampColumn = to_timestamp('01-01-99 12:00 AM', 'MM/DD/YY HH:MI AM')
Oracle would interpret the year as an already occurred year, 1999 as opposed to a future year 2099 ?