|
The UTL_FILE package is used in the stored procedure to operate the server file, but now it always prompts an invalid path. I have set up the following steps:
1.CREATE DIRECTORY utl AS 'E:\utl';
2.GRANT EXECUTE ON utl_file TO scott;
Then I re-logged in to the operator, why can't I use it?
Are there other places that need to be set?
Please expert guidance ~~ |
|