登入觸發器不生效,只在alert日誌中顯示
給一個登入觸發器不生效問題困擾半天,只在alert日誌中記錄,原來是有了DBA許可權。記錄下
TRIGGER AFTER LOGON ON DATABASE does not fire
Login as a user with DBA privileges
ORA-00604: error occurred at recursive SQL level %s
ORA-06512: at %sline %s
Oracel Database 11.2:
Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2)
Chapter 9 PL/SQL Triggers
Exception Handling in Triggers
In most cases, if a trigger runs a statement that raises an exception, and the exception is not handled by an exception handler, then the database rolls back the effects of both the trigger and its triggering statement.
In the following cases, the database rolls back only the effects of the trigger, not the effects of the triggering statement (and logs the error in trace files and the alert log):
The triggering event is either AFTER STARTUP ON DATABASE or BEFORE SHUTDOWN ON DATABASE.
The triggering event is AFTER LOGON ON DATABASE and the user has the ADMINISTER DATABASE TRIGGER privilege.
The triggering event is AFTER LOGON ON SCHEMA and the user either owns the schema or has the ALTER ANY TRIGGER privilege.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29863023/viewspace-2221248/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 登入觸發器Oracle觸發器
- nginx日誌中顯示cookie資訊NginxCookie
- oracle alert日誌Oracle
- bootstrap datetimepicker 中只顯示年或者只顯示月份boot
- iOS設定tabbar不顯示文字,只顯示圖片iOStabBar
- delphi開發日誌--登入視窗
- controlfile的extend也會記錄在alert日誌中
- JavaScript–文字框中只允許輸入數字的操作(其他字元不顯示)JavaScript字元
- [20220826]顯示alert日誌檔案全路徑.txt
- 在 vue 中樣式不生效Vue
- chm 檔案開啟只顯示目錄,不顯示內容
- 歸檔oracle alert日誌Oracle
- 使用sql查alert日誌SQL
- Oracle登陸觸發器Oracle觸發器
- alert日誌中的兩種ORA錯誤分析
- Data guard 中 alert 日誌報錯 "FAL archive failed"HiveAI
- Oracle 警告日誌 (alert log) 中包含哪些內容 ?Oracle
- win7圖片只顯示圖示不顯示預覽圖解決方案Win7圖解
- easyui datetimebox 如何只顯示 月份,不顯示具體的資料UI
- oracle alert日誌每天截斷truncate_alert.shOracle
- vue 中 echart 在子元件中只顯示一次的問題Vue元件
- Android 自定義Toast實現多次觸發只會顯示一次toastAndroidAST
- 如何關閉win10登入介面_win10不顯示登入介面的方法Win10
- WKWebView不顯示JS的alert彈窗的解決辦法WebViewJS
- 在Delphi中開發使用多顯示器的應用程式
- Oracle歸檔日誌所在目錄時間不對&&Oracle叢集日誌時間顯示錯誤Oracle
- alert日誌中的一條ora警告資訊的分析
- 【alert】每週自動備份alert日誌檔案
- bootstrap datepicker 在bootstrap modal中不顯示問題boot
- sql server透明閘道器dblink在alert裡報recover登入失敗SQLServer
- 資料庫使用者不能登入 alert日誌報ORA-04031故障分析處理資料庫
- Win10系統工作列只顯示時間不顯示日期如何解決Win10
- 警告日誌檔案alert_.log
- oracle alert日誌亂碼處理Oracle
- 熟練使用alert.log日誌
- shell 在/etc/profile中設定後不生效
- 為啥程式設計師下班後只關顯示器從不關電腦?程式設計師
- 解決 PBootCMS 後臺登入不顯示驗證碼的問題boot