Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> XMLDB on9i
Hi all,
Using Oracle 9i 9.2.0.3 Enterprise on Linux redhat Enterprise
I have an error when I'm doing this :
update resource_view e set e.RES =
UPDATEXML(e.RES,'/Resource/Owner/text()','CAT220') where e.ANY_PATH =
'/home/CAT220'
ORA-31050: Access denied ORA-06512: at "XDB.XDB_RVTRIG_PKG", line 0 ORA-06512: at "XDB.XDB_RV_TRIG", line 15 ORA-04088: error during execution of trigger 'XDB.XDB_RV_TRIG'
the user I use to execute this has DBA & XDBADMIN rights.
To I need to grant execute on some package ?
Thanks
Frederic Received on Tue Dec 07 2004 - 11:01:34 CST
![]() |
![]() |