User Tools

Site Tools


squirrel_sql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
squirrel_sql [2014/08/28 08:46] – created skipidarsquirrel_sql [2020/12/27 20:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== SQuirrel SQL =====
  
 +=== Oracle ===
 +To use Squirrel with Oracle do the following:
 +  - Download Squirrel and install: {{https://sourceforge.net/projects/squirrel-sql/}}
 +  - Download **ojdbc14.jar** from {{http://www.findjar.com/jar/mule/dependencies/maven1/oracle-jdbc/jars/ojdbc14.jar.html}} or get it from Oracle installation in //[oracle]\11.2SE\owb\wf\lib// \\ Put it into the folder //C:\Program Files\squirrel-sql-3.5.3\lib//
 +  - Start Squirrel and choose the driver to connect to oracle
 +
 +{{https://lh3.googleusercontent.com/-3g2XQ-nA-F4/Ws93Cm0DqQI/AAAAAAAAAIM/sjW-v-2lyaEnm7BOP-oGr1YYM_UsM9nhACHMYCw/s0/2018-04-12_17-11-06.png}}
 +
 +
 +
 +
 +=== H2 ===
 +
 +Have first to install the driver for H2
 +Goto  http://www.h2database.com.
 +Download the jar from http://repo2.maven.org/maven2/com/h2database/h2/1.4.197/h2-1.4.197.jar
 +
 +Select the jar, click on "List Drivers", select the driver.
 +{{https://lh3.googleusercontent.com/-L2GX77AMgYc/Ws-2hvbcgMI/AAAAAAAAAIs/Q1s5uM-HgEozI0d5SoHpEaGoYZSaVjMXQCHMYCw/s0/2018-04-12_21-41-58.png}}
 +
 +Then your client is ready
 +{{https://lh3.googleusercontent.com/-Zp_maXB-jI8/Ws-2rs6X_uI/AAAAAAAAAIw/TfPZ35XGAGokTN0P6wJ50We02_bU2H5uACHMYCw/s0/2018-04-12_21-42-38.png}}