背景:通過sys用戶登錄并進行了創建觸發器的操作
說法一:sys的表是創建不了觸發器的
解決方式:切換scott用戶,重新執行,成功
步驟:(會的直接跳過本文)
alter user scott identified by 123456 account unlock;
conn scott/123456
Paste_Image.png
背景:通過sys用戶登錄并進行了創建觸發器的操作
說法一:sys的表是創建不了觸發器的
解決方式:切換scott用戶,重新執行,成功
步驟:(會的直接跳過本文)
alter user scott identified by 123456 account unlock;
conn scott/123456