create user test identified by “123” default tablespace test quota unlimited on test; |
用戶授權(quán)
SQL> grant create any directory to test; |
建立目錄對象
SQL> conn test / 123 Connected. SQL> create directory ext as '/oracle/ext'; Directory created. |
3.建立外部表
SQL> create table exttable(
id number,name varchar2(10),i number
)organization external
(type oracle_loader
default directory ext
access parameters
(records delimited by newline
fields terminated by ','
)location('ext.dat')
);
4.測試
SQL> select * from exttable; ID NAME I ---------- ---------- ---------- 10 20 30 40 50 60 70 80 90 |
測試成功,可見在數(shù)據(jù)庫中可以查詢OS文件的數(shù)據(jù)
標(biāo)簽:衡水 通遼 淮北 定西 包頭 溫州 潮州 衢州
巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ORACLE 報警日志如何查看?第1/2頁》,本文關(guān)鍵詞 ORACLE,報警,日志,如何,查看,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。