SQL script error 10g db, works in test but not prod
We have DEV and PROD 10g db servers, the application runs on Windows servers. When I run a SQL update script on DEV 10g db server no errors occur, when I run the same script on PROD errors occur. The SQL update script is a .cmd file, which is executed from a Windows client (same process has been used for 8 years).
The account used is contained in the db schema, it's not a user account defined in Oracle or Linux. The account creedentials have never been changed.
The DEV and PROD Suse Linux 10 servers have not been changed in over 2 years, I have successfully run SQL scripts without issues until now. I have restored the database to DEV and PROD using the same restore date. I copied the PROD db to DEV and the scripts run successfully.