About s1mple

Posts by s1mple:

 
0

Oracle cheat sheet

on Dec 30, 2008 in IT, Tips & Triks

- SQLPlus short connection
sqlplus <username>/<password>@<ipAddress>:<port>/<sid> [@<scriptfile>]

Ex:
sqlplus user/pass@192.168.1.10:3267/MYDB @test.sql

- MySQL limit equivalent
Ex:
SELECT last_name FROM
(SELECT last_name, ROW_NUMBER() OVER (ORDER BY last_name) R FROM employees)
WHERE R BETWEEN 51 and 100;

Alternative:
select *
from ( select a.*, rownum rnum
from ( YOUR_QUERY_GOES_HERE -- including the order by ) a
where rownum <= MAX_ROWS )
where rnum >= MIN_ROWS;

Tags:

 
2

Linux cheat sheet

on Dec 30, 2008 in Linux, Tips & Triks

- show disk usage: du – show disk capacity: df – search word from file inside directory: find /start/dir -exec grep -q my_search_word {} \; -print – search files with specific name inside directory (HP-Unix, maxdepth=1): find . \( ! -name . -prune \) \( -name “*TEST1*.ps” -o -name “*TEST2*.ps” \) -mtime +30 -type f [...]

 
2

Simple IRIS for SBS Bus

on Apr 20, 2008 in Tips & Triks

Do you frequently travel by bus in Singapore? Do you use SBS bus? Have you ever waited for long time and the bus still hasn’t come yet? Have you ever faced situation when you needed to choose between bus or MRT but you were afraid if you chose bus you would wait for a long [...]

 
0

Our Deepest Fear

on Apr 11, 2007 in Inspiration

Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness, that most frightens us. We ask ourselves, who am I to be brilliant, gorgeous, talented and fabulous? Actually who are we not to be? You are a child of [...]

 
0

Chingay parade 2007

on Feb 25, 2007 in Singapore

Yesterday I went to Orchard road for watching Chingay parade. The parade is held every year to celebrate Chinese New Year. I arrived at the location around 6 pm. It was starting to be crowded at there. All of the officers correlated to that event were busy for the preparation. Every spot was looked colorful [...]

Copyright © 2012 Simple Difference All rights reserved.
Desk Mess Mirrored v1.4.3.1 theme from BuyNowShop.com.