REST endpoints become very popular in SaaS applications in recent times. We need to understand what http method used for what operation in general. The important HTTP methods are as follows: GET method requests data from the resource and should notContinue reading… HTTP methods (verbs)
Category: Articles
ORA-01194: file 1 needs more recovery to be consistent
Solution that worked for me. SQL> shutdown immediate ORA-01109: database not open Database dismounted. ORACLE instance shut down. SQL> startup mount ORACLE instance started. Total System Global Area 530288640 bytes Fixed Size 2131120 bytes Variable Size 310381392 bytes Database Buffers Continue reading… ORA-01194: file 1 needs more recovery to be consistent
Hanging issue in MI redmi Note 4
I’ve been facing some lagging & hanging issues in my new redmi note 4 device. After searching for the solution, i came across below trick which worked for me. Follow below steps to solve lagging and hang problems in XiaomiContinue reading… Hanging issue in MI redmi Note 4
java URL using relative path
I have a URL: URL url=new URL(“http://www.abc.com/aa/bb/cc/file.html”); and a relative path: String relativePath=”../file2.html”; //maybe is “/file3.html” I want to get http://www.abc.com/aa/bb/file2.html using variable url and relativePath How to do it? This is very frequent requirement you see if you are dealing with webservices development. OneContinue reading… java URL using relative path
My financial investment learnings
1. Never Hold Mutual Fund Units in Demat Form! One of the common activity we do as part of investment is to reduce maintenance costs. Having MFs in demat format, not much difference it make with respect to use. ButContinue reading… My financial investment learnings
Should I Invest in NPS to claim tax benefit on extra Rs 50,000
National Pension Scheme was launched on 1st January 2004 by the government of India to provide financial security for its citizen post retirement. Since then NPS has received lukewarm response from the market mainly because for the following reasons:- WithdrawalContinue reading… Should I Invest in NPS to claim tax benefit on extra Rs 50,000
"Unlicensed Product" error when you open an Office Professional Plus 2010 application
Some times, when open any MS Office application like outlook, excel etc, i keep get following error irrespective of my license expired or not. “Unlicensed Product” error when you open an Office Professional Plus 2010 application” To fix the issue,Continue reading… "Unlicensed Product" error when you open an Office Professional Plus 2010 application
JDBC programming inputs
While doing jdbc programming, following API interface would be very useful to program generic manner for all jdbc supported databases. Interface DatabaseMetaData exposes many methods which we’ll use for jdbc programming. For more info on this, you can refer toContinue reading… JDBC programming inputs
TCPDUMP – Packet size limited during capture HTTP truncated
http://thompsonng.blogspot.in/2013/01/tcpdump-packet-size-limited-during.html
Poodle fix for all the users of libcurl
As you know, SSLv3, most popular TLS protocol, is announced as victim of this Poodle vulnerability. After this announcement, all the enterprise community rushed to disable SSLv3 & SSLv2 protocols as part of their security enforcements. This page explains theContinue reading… Poodle fix for all the users of libcurl