Good Team Plays Hard
In: Recipes
27 May 2008The muffuletta can be refrigerated for up to 24 hours. 1/2 cup finely chopped celery 1/3 cup kalamata olives (2 ounces), pitted and finely chopped 1/3 cup green Italian olives (2 ounces), pitted and finely chopped 1/4 cup finely chopped fresh flat-leaf parsley 1 small garlic clove, finely chopped 1/2 cup finely chopped tomatoes [...]
1/4 cup finely chopped manzanilla olives (about 12 to 15 olives) 1/2 cup cream cheese, at room temperature 10 slices very thin white bread (recommended: Pepperidge Farm) 1/4 pound thinly sliced Genoa salami Mash the olives into the cream cheese with a fork. Spread 5 slices of the bread with half the olive spread [...]
In: Oracle
26 May 2008By default the listener comes with no password, and anyone can change listener settings through the lsnrctl tool. In Oracle 9i, any computer on your network can stop your listener in the blink of an eye if you do not password protect it. Bookmark It Hide Sites $$(‘div.d823′).each( function(e) { e.visualEffect(‘slide_up’,{duration:0.5}) });
In: Ubuntu or Linux
26 May 2008Recently I was incharge of tracing why SSL perform so slow on Internet Explorer. I try to load the similar page on firefox and it loads way faster. However further testing makes firefox fail since the web apps I am running require some active X component. So I am kick back to ground 0. I [...]
In: Oracle
22 May 2008To delete a database, you can use the dbca which is more easy. First you just launch the dbca and then choose Delete a Database then choose the database you want to delete. After that you still have some cleanup to do. remove directory $ORACLE_BASE/admin/$ORACLE_SID delete archivelog directory if you have the archivelog turn on [...]
In: Oracle
22 May 2008If you have turn on archivelogging and you didn’t set where is the destination to store your archivelog, by default it will store in your $recovery_file_dest. You can use the following command to check your flash recovery size and what is the current usage: SQL> SELECT * FROM v$recovery_file_dest; If the recovery log is full, [...]
In: Oracle
22 May 2008If you had wrongfully setup the destination of your oracle archivelog or disk full and you decided to change the destination or your archivelog, you can use the following command: SQL> ALTER system SET log_archive_dest_1=’location=/tmp’ ; System altered. SQL> ALTER system switch logfile; System altered. After that if you decided that the [...]
This is a place I create just for fun and to write down some experience and notes for myself. So feel free to enjoy and drop any comments you have. I had been employed as Programmer, System Analysts, System Administrator, DBA and Project Manager. I will share some of my case study here as well. Enjoy!