查詢外部表出現KUP-4040錯誤
在執行ORACLE_LOADER型別的外部表查詢時出現這個錯誤。
資料庫的情況比較複雜,簡單描述一下。資料庫是安裝在作業系統oracle使用者下,預設組為oinstall,當前使用的是作業系統使用者tingkun.yang,同樣是oinstall組,因此當前使用者可以用SYSDBA身份登入資料庫。
以當前使用者tingkun.yang執行sqlplus連線資料庫,建立目錄和外部表,在讀取外部表時報錯:
[tingkun.yang@enmoteam2 ~]$ id
uid=505(tingkun.yang) gid=501(oinstall) groups=501(oinstall),502(dba)
[tingkun.yang@enmoteam2 ~]$ ps -ef|grep lgwr
oracle 1552 1 0 Sep07 ? 00:04:14 ora_lgwr_enmot2
505 28312 28185 0 22:52 pts/0 00:00:00 grep lgwr
[tingkun.yang@enmoteam2 ~]$ sqlplus olasuser/olasuser
SQL*Plus: Release 11.2.0.3.0
Production on Sat Nov 24 22:53:06 2012
Copyright (c) 1982, 2011, Oracle.
All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> create directory d_alert as
'/home/oracle/sqlldr';
Directory created.
SQL> create table t_alert
2 (text varchar2(4000))
3 organization external
4 (type oracle_loader
5 default directory d_alert
6 access parameters
7 (records delimited by newline
8 fields (text (1:255) char))
9 location ('alert_enmot2.log'));
Table created.
SQL> select * from t_alert where
rownum = 1;
select * from t_alert where rownum = 1
*
ERROR at line 1:
ORA-29913: error in executing ODCIEXTTABLEOPEN callout
ORA-29400: data cartridge error
KUP-04040: file alert_enmot2.log in D_ALERT not found
查詢MOS發現所有的已知問題都和當前的現象不同,該檔案已經存在於指定的目錄下,甚至在這個目錄下,錯誤日誌已經生成:
[oracle@enmoteam2 sqlldr]$ pwd
/home/oracle/sqlldr
[oracle@enmoteam2 sqlldr]$ ls -l
total 664
-rw-rw-rw- 1 oracle oinstall 674964 Nov 22 14:06 alert_enmot2.log
-rw-r--r-- 1 oracle oinstall 95 Nov 24 22:54 T_ALERT_28321.log
[oracle@enmoteam2 sqlldr]$ more T_ALERT_28321.log
LOG file opened at 11/24/12 22:54:52
KUP-04040: file alert_enmot2.log in
D_ALERT not found
經過多次測試發現,如果使用oracle使用者啟動sqlplus,則可以讀取t_alert表:
[oracle@enmoteam2 ~]$ id
uid=502(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),506(asmdba)
[oracle@enmoteam2 ~]$ sqlplus olasuser/olasuser
SQL*Plus: Release 11.2.0.3.0
Production on Sat Nov 24 22:58:57 2012
Copyright (c) 1982, 2011, Oracle.
All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select * from t_alert where
rownum = 1;
TEXT
----------------------------------------------------
Fri Aug 10 13:39:20 2012
一直認為,這種DIRECTORY的讀取,使用的是oracle使用者的身份和許可權,和登入的作業系統使用者無關。沒有想到,Oracle是根據作業系統使用者是否有許可權訪問這個檔案作為外部表訪問的條件。但是外部表的日誌並沒有受許可權的控制而已經產生了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4227/viewspace-1060811/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 查詢外部表出現無法開啟日誌檔案的錯誤
- 遠端客戶端查詢oracle外部表出錯:ORA-29913: 執行 ODCIEXTTABLEOPEN 調出時出錯客戶端Oracle
- GP查詢外部表報錯
- 插入排序雜湊CLUSTER表出現ORA-7445錯誤排序
- 日誌查詢錯誤
- delphi 查詢av錯誤地址
- 用外部表的方式查詢alert日誌檔案中ora-錯誤資訊
- mysql慢查詢和錯誤日誌分析MySql
- ORACLE錯誤原因查詢表ORA-0Oracle
- oerr錯誤查詢工作的使用與ora-56729錯誤的處理
- python實現查詢糾錯Python
- UPDATE子查詢的ORA-1779錯誤
- 【ORA】ORACLE錯誤一覽表,方便大家查詢!Oracle
- C++編譯錯誤的正確查詢方式C++編譯
- ef8 Contains 查詢條件 報錯 $ 附近錯誤AI
- cpp查錯誤
- Springboot中配置動態sql查詢出現的錯誤syntax error, expect ‘)‘Spring BootSQLError
- 出現ORA-01552錯誤別忘了查詢資料庫狀態資料庫
- 使用Oracle的外部表查詢警告日誌Oracle
- DB2字符集,查詢中文錯誤DB2
- 執行查詢報ORA-00600錯誤,嚇人
- [ORACLE BUG]查詢結果錯誤--臨時表並行Oracle並行
- WEBAPI單據查詢介面提示比較符67錯誤WebAPI
- 錯誤檢查思路
- 通過dbms_scheduler執行一個外部job時出現錯誤
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- Mysql索引型別建立錯誤導致SQL查詢緩慢MySql索引型別
- WPS中活用查詢替換修正OCR識別錯誤
- Oracle查詢錯誤分析:ORA-01791:不是SELECTed表示式Oracle
- 華納雲:linux系統中如何查詢oracle錯誤日誌LinuxOracle
- 錯誤程式碼中文查詢GetLastError返回程式碼的含義ASTError
- 電腦WIN XP藍色畫面錯誤程式碼大全查詢
- 【原創】用外部表的方式查詢當天資料庫alert日誌檔案中當天所有的ora-錯誤資訊資料庫
- 檢視查詢報錯
- navicat 新建查詢報錯
- 使用Oracle的外部表查詢警告日誌檔案Oracle
- wsl 中 docker-compose 搭建 kafka 叢集出現的外部訪問錯誤DockerKafka
- 解決在Sql Server2005查詢分析器中讀取Excel表出現的一些問題SQLServerExcel