[20211022]ORA-00904 REF invalid identifier 19c dba_obj_audit_opts(補充).txt
[20211022]ORA-00904 REF invalid identifier 19c dba_obj_audit_opts(補充).txt
--//連結:http://blog.itpub.net/267265/viewspace-2769007/=>[20210420]ORA-00904 REF invalid identifier 19c dba_obj_audit_opts.txt
--//主要原因是19c 檢視sys.dba_obj_audit_opts,取消ref欄位,執行如下程式碼報錯。
Select *
from sys.dba_obj_audit_opts
where (SUBSTRB (alt, 1, 1) in ('-', 'A', 'S')) and
((alt <> '-/-') or (aud <> '-/-') or (com <> '-/-') or
(del <> '-/-') or (gra <> '-/-') or (ind <> '-/-') or
(ins <> '-/-') or (loc <> '-/-') or (ren <> '-/-') or
(sel <> '-/-') or (upd <> '-/-') or (ref <> '-/-') or
(exe <> '-/-') or (rea <> '-/-') or (wri <> '-/-') or (fbk <> '-/-'))
and object_type in ('TABLE','INDEXTYPE','TYPE')
and owner = 'XXXX'
and OBJECT_NAME = 'YYYY'
Error occurred: [904] (ORA-00904: "REF": invalid identifier
--//在連結我提到一種方式就是利用18c的sys.dba_obj_audit_opts定義,重新新建檢視。生產系統我還真不敢這樣做。
--//還有一個簡單的方法解決這個問題,就是選擇檢視script時,不檢視audit statements。
--//在Schema browser=>選擇表=>選擇script=>選擇Script Optins =>取消audit statements前面的勾。
--//暫時這樣 toad論壇連結下有一個圖很好的說明,據說新的版本已經解決了這個問題。
--//
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2838828/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20210420]ORA-00904 REF invalid identifier 19c dba_obj_audit_opts.txtIDEOBJ
- ORA-00904: invalid identifierIDE
- ORA-00904: "DROP_SEGMENTS": invalid identifierIDE
- exp匯出出現:ORA-00904: : invalid identifierIDE
- exp匯出出現:ORA-00904: "POLTYP": invalid identifierIDE
- [20200312]ORA-00904 POLTYP invalid identifier.txtIDE
- 【LISTAGG】 ORA-00904: "WM_CONCAT": invalid identifier (DocIDE
- 關於merge時,出現的ORA-00904 invalid identifierIDE
- ORA-00904: "wm_concat":invalid identifier錯誤如何解決?IDE
- Python 錯誤 SyntaxError: invalid character in identifierPythonErrorIDE
- [20220329]19c sql語句打補丁.txtSQL
- [20161012]linux free的補充.txtLinux
- [20160407]bbed修改檔案頭2(補充).txt
- [20180105]oracle臨時表補充.txtOracle
- [20120601]ITL的問題補充.txt
- [20241016]Oracle C functions annotations補充.txtOracleFunction
- [20170916]sqlplus set array最小2補充.txtSQL
- [20120809]學習物化檢視(補充).txt
- [20220603]測試quiz night(補充).txtUI
- [20211013]測試遠端監聽補充.txt
- JVM補充篇JVM
- 聯通性補充
- [20190329]探究sql語句相關mutexes補充2.txtSQLMutex
- css雜項補充CSS
- redis筆記補充Redis筆記
- Servlet學習補充Servlet
- Oracle 補充日誌Oracle
- UDP聊天程式補充UDP
- lambda(持續補充)
- 負載均衡補充負載
- while迴圈補充While
- step1 補充
- linux命令補充Linux
- [20190211]簡單測試埠是否開啟(補充).txt
- [20211116]plsql_code_type=native補充.txtSQL
- [20211021]windows新建文字檔案帶日期(補充).txtWindows
- 有Oracle support identifier的沒?幫下載兩個補丁OracleIDE
- [20200414]Linux下快速刪除大量檔案(補充).txtLinux