Tuesday, 23 February 2016

Disable right click on html page

Just need to place a return false value to the oncontextmenu of the html tag.

Example: <html oncontextmenu="return false">

Thanks,
Amar

Tuesday, 16 February 2016

Oracle 11g db connect problem in local via command prompt

I have got the following error, upon providing user name and password in Oracle 11g console to connect db.

ERROR:ORA-12560: TNS:protocol adapter error

Solution:
The oracle service in local was in not running mode, so it was not finding the db to connect and which throws above error.

Below is the step to start the service in local,

Click on Start --> Run--> type " services.msc" click enter.

Select the OracleService name, right click and click start.

Now the oracle service wil be in running mode, so able to connect db.


Thanks,
Amar

Thursday, 11 February 2016

Welcome To My Blog!!!

A warm welcome to All,

This blog is to refer my self the way, i come across of my IT career in development area.

Hope it helps a few.

Thanks and Cheers,
Amar