執行儲存過程後提示
ora-01031: 許可權不足
ora-06512: 在 「system.row_to_col」, line 26
ora-06512: 在 line 2
在儲存過程中,使用authid current_user 是呼叫者許可權仍然提示許可權不足
通過sytsteme使用者查詢scott有哪些許可權
select * from dba_role_privs where grantee=』scott』;
resource (建表許可權)、connect
當我給scott賦予dba許可權之後,問題解決
grant dba to scott;
一次快取過多導致的記憶體不足的處理
linux伺服器上部署啟動失敗,現象為cpu占用高,或者訪問失敗,慢等現象 1 檢視記憶體占用情況 free h 2 清快取 echo 1 proc sys vm drop caches 3 故障消除 root localhost free m total used free shared buff...
一次表空間配額錯誤的處理ORA 01536
今天要轉儲資料到歷史表。執行過程中發現報錯 ora 01536 超出表空間 ts crm 的空間限額。把資料單獨提出,寫個匿名塊處理,報錯依然。但是單獨插入一條是沒問題的。因為是生產庫,沒做多想,直接用 alter user user quota ulimited on tablespace xx ...
記一次ora 4031處理過程小結
記一次ora 4031處理過程小結 診斷小節 從今天11 11 43開始在alert.log 現以下錯誤資訊 ora 00604 error occurred at recursive sqllevel 2 ora 04031 unable to allocate 1320 bytes ofshar...