In the past I have talked about using Tora to connect to Oracle. I also listed down downloads of Oracle Client for Windows.
Today I am going to introduce you to SQLPal.
Installation
No installation needed! Just download the zip file and extract it at your convenience. You also need to have the latest JRE installed.
Important: If you get an error when connecting to Oracle you need to update the JDBC driver included with SQLpal. Find classes12.jar in your Oracle installation and copy the file over to your SQLpal directory, replacing the existing file.
Setting Up Oracle Connection
Click the ‘power-plug’ icon to initiate connection. It will ask you to provide:
- User ID
- Password
- Oracle’s server host name
- Oracle’s server port number
- Oracle’s server System ID (SID)
If you don’t know what is your Oracle server’s SID, connect to Oracle using your existing tools, and run the following query:
select instance from v$thread
SQLPal is very simple yet sufficient. It has only four tabs:
- SQL Prompt. This tab is pretty much like SQL*Plus with steroid. You can:
- run queries
- use Up / Down key to retrieve previous queries
- bookmark your queries (Bookmarks -> Bookmark last command …)
- export query result to Excel (by pressing the Excel icon)
- Scratchpad. This tab is just like any other query editor. You can:
- load/save SQL file
- save query result as HTML
- export query result to Excel (by pressing the Excel icon)
- Schema Browser. This tab will help you to see the details of every Oracle objects (Procedures, Packages, Functions, Tables, Views, Sequences, Synonims). Some objects are read-only (Tables, Views, Sequences, Synonims). But the rest are editable.
- Research. This tab is basically a browser pointing to resources that might help you when you hit a stumbling block.
Try this tiny and efficient tools. I’m sure you going to like it very much!
Credit: