http://www.howtogeek.com/102298/how-to-use-your-android-phone-as-a-modem-no-rooting-required-redux/
Saturday, January 19, 2013
Monday, January 14, 2013
session factory returning null
Issue: session factory returning null was returning null
Resolution: Included the autowire initialization of session factory:
@Autowired
@Qualifier("sessionFactory")
protected SessionFactory sessionFactory;
Resolves the issue.
Resolution: Included the autowire initialization of session factory:
@Autowired
@Qualifier("sessionFactory")
protected SessionFactory sessionFactory;
Resolves the issue.
Saturday, January 5, 2013
How to remove all the tables in a DB:
Please be careful in doing this!!!!!!!!!!!!!1
BEGIN
FOR c IN (SELECT table_name FROM user_tables) LOOP
EXECUTE IMMEDIATE ('DROP TABLE ' || c.table_name || ' CASCADE CONSTRAINTS');
END LOOP;
FOR s IN (SELECT sequence_name FROM user_sequences) LOOP
EXECUTE IMMEDIATE ('DROP SEQUENCE ' || s.sequence_name);
END LOOP;
END;
Statement output:
anonymous block completed
Please be careful in doing this!!!!!!!!!!!!!1
BEGIN
FOR c IN (SELECT table_name FROM user_tables) LOOP
EXECUTE IMMEDIATE ('DROP TABLE ' || c.table_name || ' CASCADE CONSTRAINTS');
END LOOP;
FOR s IN (SELECT sequence_name FROM user_sequences) LOOP
EXECUTE IMMEDIATE ('DROP SEQUENCE ' || s.sequence_name);
END LOOP;
END;
Statement output:
anonymous block completed
10/10/10
The year is 10/10/3010. I have just opened my big, blue eye, which was customized to view very distant object and also very minute objects which we usually see through the femtoscope. I am not the only person looking at things infront of me, it is being looked by the Scientist back home through the Retinalescope has interconnected my eye with the supercomputer. These live vedio images are sent to the distant observatory station through EDET (electro dark energy transfer) technology. This is the recent advanced technologies which we use for transffering data between ours with the Planet in the neighbouring star. This planet looks completely different from back home at the Star11112990. Its a very tiring journey as I have been travelling for the past 1500 dyears. Now, am just 1.3453 light years from the planet that we have found outside the Milkway galaxy.
During the journey to this planet, i had a mixed experience with many periliously close encounter with some of the planet in the other Stars.
During the journey to this planet, i had a mixed experience with many periliously close encounter with some of the planet in the other Stars.
Subscribe to:
Posts (Atom)