Oh My Goodness! Look at the size of my temporary table space! Or... how to shrink temporary tablespaces in Oracle.
Yes I ran a query to see how big my temporary tablespace is:
Wednesday, February 17, 2010
ORA-01034: ORACLE not available for Oracle 10g
ORA-01034: ORACLE not available for Oracle 10g
Cause : Oracle Failed to initiate startup on windows 2003
Answer :
- Check all initiate variable is correct especially ORACLE SID
- simple restart might do
- try to clean windows event viewer from computer management
- startup manual
1. start sqlplus/nolog
2. connect system/password as sysdba
3. shutdown/startup
Cause : Oracle Failed to initiate startup on windows 2003
Answer :
- Check all initiate variable is correct especially ORACLE SID
- simple restart might do
- try to clean windows event viewer from computer management
- startup manual
1. start sqlplus/nolog
2. connect system/password as sysdba
3. shutdown/startup
Monday, February 15, 2010
Sunday, February 14, 2010
PHP Session Variable Value Lost Internet Explorer
Recently i met a condition in PHP where session variable value is lost, since the variable is used for storing login session id so user must login again if that value is lost, this issue only happen with Internet Explorer not with other browser.
Saturday, February 13, 2010
Wednesday, February 10, 2010
jQuery - Wikipedia, the free encyclopedia
Image by Yandle via Flickr
jQuery - Wikipedia, the free encyclopedia: "jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used at about 20% of the 10,000 biggest websites, jQuery is the most popular JavaScript library in use today.[1]Yii - Wikipedia, the free encyclopedia
Image via Wikipedia
Yii - Wikipedia, the free encyclopedia: "YiiFrom Wikipedia, the free encyclopedia
The Yii project started in order to fix some drawbacks of the PRADO framework (winner of the Zend PHP 5 coding contest). For example, PRADO was slow when handling complex pages, had a steep learning curve and many controls were difficult to customize, while Yii is much easier and more efficient."