PLSQL將數據寫入指定文件及目錄路徑無效解決辦法

--創建文件路徑 create or replace directory test_file as 'D:\oracle_test'; --給用戶授權路徑讀寫權限 grant read,write on directory test_file to gwn; --在對應路徑下新建要寫入的文件test.sql--將數據寫入文件中 declare v_file utl_file.file_type;-
相關文章
相關標籤/搜索