Topics
- bash (4)
- css (3)
- data arch. (14)
- html (6)
- javascript (8)
- mysql (17)
- oracle (10)
- php (7)
- python (13)
- shell tips (17)
- software arch. (10)
- ssh (3)
-
Recent Posts
- scripting Photoshop for stop motion
- locking and concurrency in python, part 2
- locking and concurrency in python, part 1
- zip archive in python
- chaining ssh tunnels
- timeout command in python
- python slice and sql every Nth row
- sqlplus, utility scripts
- screen and screenrc
- nvl, ifnull, nullif, isnull, coalesce
Archives
Monthly Archives: February 2012
sqlplus, utility scripts
I would like to use sqlplus in development projects, and I would like it to be easy to use. First off, I want command-history and tab-completion. The easiest approach is to use rlwrap which uses the GNU readline library as … Continue reading
Posted in oracle, shell tips
Comments Off