Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルが/home/oracle/x.sqlあり、sqlplusで実行しています:
/home/oracle/x.sql
CREATE OR REPLACE DIRECTORY BLOB_DIR AS '/home/oracle';
SELECT DBMS_LOB.FILEEXISTS(BFILENAME('BLOB_DIR', 'x.sql')) from dual;
しかし、それは印刷されます0(ファイルが存在しません)
0
私は何を間違っていますか?
ありがとうございました!