Creating a Directory on AWS RDS

Introduction

The following command will create an Oracle directory on AWS RDS. Note that any directory created will get the following path */rdsdbdata/userdirs/01*

Create a Directory on AWS RDS

--
-- Create a Directory on AWS RDS
--
 
exec rdsadmin.rdsadmin_util.create_directory(p_directory_name => 'MyCustomDirectory');

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License