alert_log設定成external table
SQL> create or replace
2 directory alert_dir
3 as
4 'E:\oracle\product\10.2.0\admin\bruce\bdump';
Directory created.
SQL> edit
Wrote file afiedt.buf
1 create table alert_log
2 (text_line varchar2(255))
3 organization external
4 (type oracle_loader default directory alert_dir
5 access parameters
6 (records delimited by newline
7 fields
8 )
9 location
10 (
11 'alert_bruce.log'
12 )
13* )
SQL> /
Table created.
2 directory alert_dir
3 as
4 'E:\oracle\product\10.2.0\admin\bruce\bdump';
Directory created.
SQL> edit
Wrote file afiedt.buf
1 create table alert_log
2 (text_line varchar2(255))
3 organization external
4 (type oracle_loader default directory alert_dir
5 access parameters
6 (records delimited by newline
7 fields
8 )
9 location
10 (
11 'alert_bruce.log'
12 )
13* )
SQL> /
Table created.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1845588/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- sqlldr與external tableSQL
- oracle 外部表 external tableOracle
- Oracle外部表 External TableOracle
- ORACLE_DATAPUMP & External TableOracle
- 資料庫表--external table資料庫
- Redshift建立外部架構external schema和外部表external table架構
- sqlldr和external table的關係!SQL
- 【移動資料】External Table 外部表
- a-table 設定
- use azure data studio to create external table for oracleOracle
- 有關oracle external table的一點測試。Oracle
- table設定滾動條
- MySQL 關於Table cache設定MySql
- CSS 設定table表格樣式CSS
- table 設定合併邊框
- 給table設定滾動條
- JavaScript設定table表格邊框JavaScript
- table上下對齊滾動條設定
- css中display設定為table、table-row、table-cell後的作用及其注意點CSS
- css中關於table的相關設定CSS
- 為React Ant-Design Table增加欄位設定React
- External Views (33)View
- 備份前先設定成歸檔模式模式
- lower_case_table_names引數設定解決Error Code: 1146. Table doesn't exist?Error
- javascript動態設定table表格的cellpadding和cellspacingJavaScriptpadding
- BIOS能設定成中文顯示嗎?iOS
- 將系統語言設定成英語
- SAP 電商雲 Spartacus UI 的 External Routes 設計明細UI
- 為Zabbix MySQL設定獨立表空間innodb_file_per_tableMySql
- 如何檢視 SAP Fiori Elements List Report Table 都支援哪些設定
- element-plus el-table 動態設定列顯示隱藏
- 為每一個table單元格設定不同的背景顏色
- 2024-05-04 如何為antd的table設定序號
- Parallel Access to External Tables (173)Parallel
- IDEA如何設定成Eclipse的快捷鍵IdeaEclipse
- win10不小心設定成英文怎麼辦 win10電視變成英文怎麼設定回來Win10
- Oracle9i, 10g Table monitoring 設定 及 STATISTIC_LEVELOracle
- <el-table-column prop="item_no" label="料號"/>設定最小寬度