This is buzz all around the net, that Google+ grown faster than Twitter and Facebook. Yeah it seems looking at the graphs and the overwhelming response of the users. It seems that Google+ reached 10 million users in just 16 days. Wow!! but how many are new users to Google, since many users are already associated with Google in some or the other way. Whenever Google introduces any new system, most of these users joined these systems. When Buzz is launched, then also number of Buzz users increased so rapidly. But with Facebook and Twitter, the scenario is bit different, they entered into the internet market and started attracting customers due to theri features. Now, most of the users are already get used to with social networking sites, hope Google+ with groups feature can take the advantage of all.
I was testing some piece of code for calculation of new date on the basis of a given pattern and the specified date. I wrote a method to automate the test cases to generates those patterns and calculate the new date for each date of the specified date of the range of years. Since there were around 1 million pattern test cases are possible, so I want to insert this data in database for any future reference. After creating a pattern I was inserting data of the pattern and the calculation date along with the calculated date. It was working fine. I was prepare to hit the start button now, after testing different patterns individually. I hit the run button and it started its executions, but in the middle, I got this error. java.sql.SQLException: Listener refused the connection with the following error:ORA-12516, TNS:listener could not find available handler with matching protocol stack at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:4...
Comments
Post a Comment