7 lines
110 B
SQL
7 lines
110 B
SQL
-- eseguire come utente system
|
|
|
|
spool grantCreateDirToMNP.log;
|
|
|
|
GRANT CREATE ANY DIRECTORY TO MNP;
|
|
|
|
spool off; |