Sunday, July 17, 2011

Windows 7, 32bit/64bit running Virtual Box and VPN

If you're using a virtual Machine under virtual box and using the software cisco checkpoint VPN-
1 Secure Client NGX R60 to connect to your office vpn
1. First you need to setup your VM network connection as bridge connection.
2. If facing problem in the phase 1 of the vpn connection while defining your site you can do this. From another PC with good working VPN connection, export out the registry including subfolder
HKLM\Software\checkpoint\SecureRemote\5.0\sites
then shutdown the good vpn client services. After that copy the folder C:\Program files\CheckPoint\SecureRemote\database
Then , in the VM while shutting down the vpn client services register the reg that you copy from the good PC and also replace the original database folder in the VM
After that restart back the secureremote services. The site now exists for you to run.

Tuesday, January 04, 2011

Resolving ORA-24005 Queue error ,when dropping a schema or a table

Follow this link,

http://decipherinfosys.wordpress.com/2007/05/16/resolving-ora-24005-when-dropping-a-schema-or-a-table/


SQL> execute DBMS_AQADM.DROP_QUEUE_TABLE (queue_table => ‘DECIPHER_AQ_DEMO’, force => true);


Same can be used on getting ORA-24005 while dropping table