http://www.developerfusion.... http://groups.google.com/gr... http://visualbasic.about.co... http://support.microsoft.co... ......
Original Article
http://www.developer.com/net/csharp/article.php/10918_2230091_2
By Jeff Heaton
Problem: ORA-01031: insufficient privileges ORA-06512: at "SYS.DBMS_DEBUG_JDWP", ORA-06512: at "SYS.DBMS_DEBUG_JDWP_CUSTOM". Solution: On problematic Oracle Server, for User with insufficient privileges , execute command:\ GRANT DEBUG CONNECT SESSION TO <User> Background: SELECT * FROM dba_sys_privs WHERE grantee='<User>' order by privilege SELECT * FROM dba_role_privs WHERE grantee='<User>' ......