We just upgraded to a new server, and Oracle is doing something strange. The column names and the row data does not match up. For example, the column will say name, while the data will be the manager. Under the manager column will be the employee_id, and under the Employee Id will be the name.
It's a simple select query that I do, and the row data comes up in the correct order. But the columns do not match what the row data is. Does anybody have any idea what the problem can be. Thnx for the help.