Hello,
I have directory defined in Oracle DB and I need to create a sub-directory by run-time PL/SQL code and move my file into the sub-directory.
The DB version is 10.2.0.3.0.
How can i do it without creating a new directory in DB each time i need to create a sub-directory?
Thanks!