Files
2024-05-13 12:54:14 +02:00

7 lines
110 B
SQL

-- eseguire come utente system
spool grantCreateDirToMNP.log;
GRANT CREATE ANY DIRECTORY TO MNP;
spool off;