Oracle 12c Thin Driver connection string example and Windows install guide
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Not sure about the URL but the installation instructions are correct; your mistake was to use "-cp" instead of "-jar".
On my Windows and Linux systems executing the installer using java -jar <path to="" installer="" jar=""> works alright.</path>
Also for my Oracle 12 Express as well as Standard versions the existing example URL works.
Could you give some more details?
Gerd
Thanks for responding. -jar maybe was my mistake. Might have been bad dash from copy/paste. Anyways other issue is valid I believe. But if you do not have Oracle database maybe hard for you to test.
Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message --------
From: Gerd Wagner gerdwagner@users.sourceforge.net
Date: 3/5/18 4:16 PM (GMT-05:00)
To: "[squirrel-sql:bugs]" 1281@bugs.squirrel-sql.p.re.sourceforge.net
Subject: [squirrel-sql:bugs] #1281 Oracle 12c Thin Driver connection string example
and Windows install guide
On my Windows and Linux systems executing the installer using java -jar <path to="" installer="" jar=""> works alright.</path>
Also for my Oracle 12 Express as well as Standard versions the existing example URL works.
Could you give some more details?
Gerd
** [bugs:#1281] Oracle 12c Thin Driver connection string example and Windows install guide**
Status: open
Group: 2.1rc1
Created: Tue Jan 10, 2017 08:10 PM UTC by rmundkowsky
Last Updated: Wed Feb 21, 2018 07:39 PM UTC
Owner: nobody
ORACLE 12c thin driver connection string syntax has a forward slash rather than colon before database name. Suggestion you change ORACLE connection help example to:
jdbc:oracle:thin:@<server>[:<1521>]/<database_name></database_name></server>
For some reason I had to give the main class for installing your jar on Windows. Suggest you change instructions to:
java -cp squirrel-sql-3.7.1-standard.jar com.izforge.izpack.installer.Installer
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/squirrel-sql/bugs/1281/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Bugs: #1281
As mentioned I tested on Oracle 12 Express as well as Oracle 12 Standard versions and SQuirreL's the example URL did work.
Nonetheless the version you suggest works, too. Perhaps you can tell the difference?