登入觸發器不生效,只在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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20220826]顯示alert日誌檔案全路徑.txt
- oracle alert日誌Oracle
- 失敗登入行為輸出至alert日誌
- 歸檔oracle alert日誌Oracle
- JavaScript–文字框中只允許輸入數字的操作(其他字元不顯示)JavaScript字元
- chm 檔案開啟只顯示目錄,不顯示內容
- 在 vue 中樣式不生效Vue
- CAD中能顯示列印不顯示
- 如何關閉win10登入介面_win10不顯示登入介面的方法Win10
- toad使用(檢視alert日誌、Database Report)Database
- Oracle歸檔日誌所在目錄時間不對&&Oracle叢集日誌時間顯示錯誤Oracle
- vue 中 echart 在子元件中只顯示一次的問題Vue元件
- PHPstrom 配置 Laravel Log 格式日誌高亮顯示PHPLaravel
- [20200429]記錄不成功的登入在alert檔案.txt
- oracle 11g檢視alert日誌方法Oracle
- [Java Swing] 在mac中不顯示java的dock iconJavaMac
- uniapp directive 在原生 wgt 包不生效 uniapp directive 不生效APP
- win10在工作列顯示觸控板圖示教程_win10怎麼在工作列右下角顯示觸控板圖示Win10
- 為啥程式設計師下班後只關顯示器從不關電腦?程式設計師
- 解決 PBootCMS 後臺登入不顯示驗證碼的問題boot
- grep只顯示匹配部分
- shell 在/etc/profile中設定後不生效
- PbootCms後臺登陸不顯示驗證碼boot
- 登入邏輯中的驗證碼顯示策略優化優化
- win10系統ie登入網站不顯示網站登入對話方塊怎麼辦Win10網站
- win10使用者在登入介面顯示使用者列表Win10
- 在瀏覽器中輸入url到頁面顯示出來的過程發生了什麼?瀏覽器
- 論程式設計師為什麼下班後只關顯示器從不關電腦?程式設計師
- 電腦顯示器不亮是什麼原因 電腦顯示器不亮的解決方法
- ubuntu16.04登入後,只顯示桌面背景(無啟動器欄(Launcher)無狀態列)的問題解決...Ubuntu
- 在IDEA中maven工程中父工程不顯示的解決辦法IdeaMaven
- 雲伺服器顯示異常登入失敗是什麼原因伺服器
- 全新架構!日誌服務 SLS 自研免登入方案發布架構
- MySQL入門-- TRIGGER(觸發器)MySql觸發器
- 觸想強固型工業顯示器加速海上油氣勘探開發
- windows10圖示不顯示怎麼設定_win10圖示不顯示在桌面如何解決WindowsWin10
- 底部導航在一級頁面顯示,二級頁面不顯示
- EasyUI選擇日期只顯示年月UI