Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help for downgrading a script from 10g to 9i
Hi all,
I have a script that use XDB capabilities :
DECLARE
retb boolean; exist boolean; BEGIN exist := DBMS_XDB.EXISTSRESOURCE('/home/SCOTT'); IF NOT exist THEN retb := dbms_xdb.createfolder('/home/SCOTT'); END IF;
update resource_view e set e.RES =
UPDATEXML(e.RES,'/Resource/Owner/text()','SCOTT') where e.ANY_PATH =
'/home/SCOTT';
I cannot find ExistResource equivalent under 9i.
Who can help me ?
thanks
Frederic Received on Tue Dec 07 2004 - 04:58:59 CST
![]() |
![]() |