Create the directory in the OS through PL/SQL
Hi Gurus,
I am creating a procedure to automate the creation of external tables and directories Oracle (using Dynamic SQL).
I wonder if it is possible to create the directory in the OS through the Procedure.
As in SQL Plus
SQL> host mkdir /oracle/test
Thx,
Levi Pereira