Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> FORMS_DDL

FORMS_DDL

From: Lsalazarm via DBMonster.com <forum_at_nospam.DBMonster.com>
Date: Thu, 16 Jun 2005 16:45:53 GMT
Message-ID: <4FF0D11C833C0@DBMonster.com>


I need to know which are the privileges for the users to execute:

FORMS_DDL('CREATE DIRECTORY '||vdir||' AS '||CHR(39)||Vdir_archivos||CHR(39)) ;
----code here

FORMS_DDL('DROP DIRECTORY '||vdir||');

This is to manipulate a xml file using DBMS_LOB Package I'm receiving the message ORA-22289. What can it be? Received on Thu Jun 16 2005 - 11:45:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US