Dear all,
How to generate a text file will all permission using UTL_FILE in PLSQL.
My issues is that my generated file does not have all the permission.
Please find below screenshot:

The following command already executed:
CREATE OR REPLACE DIRECTORY MCB_WORKERS_DIR AS '/workers';
GRANT READ,WRITE,EXECUTE ON DIRECTORY MCB_WORKERS_DIR TO APPS
Thanks