Hi,
I am currenly testing some reports on an AIX 5l platform against a 10g database. The reports have been upgraded from Developer 2000 up to Developer 6i.
The problem is, when we move the reports over to AIX and execute them through runtime I am enountering an uncompile pl/sql error. I have traced the error back to the triggers contained in the reports. It seems that when a table owned by a different user is referenced in the trigger it needs to be qualified by the owner - this was never an issue with the older version of Developer and runtime. I have created synonyms for these tables, but this has not helped. Changing all of our reports to prefix the owner in all of the triggers in all of our reports would be a lot of work. Has anyone seen this before or have any ideas on how to get around it please let me know. Also, the data querys in these reports executes with no problems, even though the tables are owned by a different schema - it only seems to be the triggers which are giving me a problem.
Everyones help is greatly appreciated.
Thanks
Greg.
I am currenly testing some reports on an AIX 5l platform against a 10g database. The reports have been upgraded from Developer 2000 up to Developer 6i.
The problem is, when we move the reports over to AIX and execute them through runtime I am enountering an uncompile pl/sql error. I have traced the error back to the triggers contained in the reports. It seems that when a table owned by a different user is referenced in the trigger it needs to be qualified by the owner - this was never an issue with the older version of Developer and runtime. I have created synonyms for these tables, but this has not helped. Changing all of our reports to prefix the owner in all of the triggers in all of our reports would be a lot of work. Has anyone seen this before or have any ideas on how to get around it please let me know. Also, the data querys in these reports executes with no problems, even though the tables are owned by a different schema - it only seems to be the triggers which are giving me a problem.
Everyones help is greatly appreciated.
Thanks
Greg.