thisisboni
Programmer
Hi,
I am using Oracle 9i backend with CR 10 front end.
I have a report running off a package and the SP inside the package dumps data into a temp table and CR reports off that data. (this is working good!!)
Now I have created an error table and logging events/errors via the SP onto that error table - the SP runs fine if I run from Oracle However while running the report in CR I get the following message ..
Query Engine Error: 'HY00:[Oracle][ODBC][Ora]ORA-01456: may not perform insert/delete/update inside a READ ONLY transaction
ORA-0652: at "schema.xyz_report", line 99
ORA-0652: at line 1
Any solutions would be much appreciated.
Thanks
Sam
I am using Oracle 9i backend with CR 10 front end.
I have a report running off a package and the SP inside the package dumps data into a temp table and CR reports off that data. (this is working good!!)
Now I have created an error table and logging events/errors via the SP onto that error table - the SP runs fine if I run from Oracle However while running the report in CR I get the following message ..
Query Engine Error: 'HY00:[Oracle][ODBC][Ora]ORA-01456: may not perform insert/delete/update inside a READ ONLY transaction
ORA-0652: at "schema.xyz_report", line 99
ORA-0652: at line 1
Any solutions would be much appreciated.
Thanks
Sam