Topics
- bash (3)
- css (3)
- data architecture (14)
- html (5)
- javascript (7)
- mysql (17)
- oracle (10)
- php (7)
- python (10)
- shell tips (13)
- software architecture (8)
- ssh (2)
-
Recent Posts
- timeout command in python
- python slice and sql every Nth row
- sqlplus, utility scripts
- screen and screenrc
- nvl, ifnull, nullif, isnull, coalesce
- oracle, limit results and pagination
- sqlplus, edit stored procedures
- sqlplus, view stored procedures
- sqlplus explain plan
- sqlplus, exploring schemas and data
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
Leave a comment