2015-06-02 46 views
3

我收到了錯誤消息「ORA-0131:權限不足」DEBUG CONNECT SESSION「嘗試使用PL/SQL Developer啓動調試PL/SQL腳本。ORA-0131:權限不足問題調試連接會話

Oracle數據庫11g第11.1.0.7.0

我是管理員組的一部分。這是特權嗎?

grant DEBUG CONNECT SESSION to =<bobens_83-here_goes_your_db-username> 
+0

這是題外話,屬於在[dba.se] –

+1

@JimGarrison我不同意 - 恕我直言,這是關於調試的問題,因此也是關於SO的主題。 –

回答

7

正如你所提到的,它的特權問題。

從這個site

ORA-01031: insufficient privileges 

Cause: An attempt was made to change the current username or password 
without the appropriate privilege. This error also occurs if attempting to 
install a database without the necessary operating system privileges. 
When Trusted Oracle is configure in DBMS MAC, this error may occur if 
the user was granted the necessary privilege at a higher label than the 
current login. 

Action: Ask the database administrator to perform the operation or grant 
the required privileges. For Trusted Oracle users getting this error 
although granted the appropriate privilege at a higher label, ask the 
database administrator to re-grant the privilege at the appropriate label. 

報價如果在調試工作它應該工作

grant DEBUG CONNECT SESSION to <bobens_83-here_goes_your_db-username>