Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-31050: Access denied with XDBADMIN privilege in PL/SQL block

LaurySep 7 2017 — edited Sep 7 2017

Hi,

I am working with Oracle RDBMS 12c.

I have a user that has the connect, resource, XDBADMIN, and execute on dbms_xdb.

I get the following error when I execute the code below:

declare

  v_return  boolean;

begin

  v_return := dbms_xdb.createfolder('/images/');

  commit;

end;

/

ERROR at line 1:

ORA-31050: Access denied

ORA-06512: at line 19

I get no error as SYSDBA?

Does someone know if there is a missing credential?

Kind Regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2017
Added on Sep 7 2017
2 comments
1,232 views