redbadgers
Programmer
Hi!! I may have a server configuration issue here since it only happened to one of our Oracle 11.1.0.7 Servers but not the other Servers at the exact same level.
We use PUBLIC SYNONYM to update table data. On this particular Oracle 11.1.0.7 Server, the UPDATE operation was successful and we could see that values was modified when querying by the synonym name. But if we followed the alias to the physical table and queried <table_owner>.<table_name>, then it showed the old values.
It may have to do with the flashback feature, but this 11.1.0.7 server has the out of box configurations, identical to some of the other 11.1.0.7 servers. The only difference is that this Server is on Solaris 10. The others are on different Windows and Linux platforms.
Has anyone seen this behavior on an Oracle 11.1.0.7 on Solaris 10?
Thank you.
Regards, Nancy
We use PUBLIC SYNONYM to update table data. On this particular Oracle 11.1.0.7 Server, the UPDATE operation was successful and we could see that values was modified when querying by the synonym name. But if we followed the alias to the physical table and queried <table_owner>.<table_name>, then it showed the old values.
It may have to do with the flashback feature, but this 11.1.0.7 server has the out of box configurations, identical to some of the other 11.1.0.7 servers. The only difference is that this Server is on Solaris 10. The others are on different Windows and Linux platforms.
Has anyone seen this behavior on an Oracle 11.1.0.7 on Solaris 10?
Thank you.
Regards, Nancy