May 2007 Entries

VB6 Package and Deployment Tool

http://www.developerfusion.... http://groups.google.com/gr... http://visualbasic.about.co... http://support.microsoft.co...

Parsing HTML in Microsoft C#

Original Article http://www.developer.com/ne... By Jeff Heaton

ORA-01031: insufficient privileges ; ORA-06512: at "SYS.DBMS_DEBUG_JDWP

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>'...