Initial import

brought over all the files from the Jekyll version, fixed categories,
reformatted for different markdown processor
This commit is contained in:
Daniel J. Summers
2017-09-02 11:49:59 -05:00
parent 1dfc7a007a
commit 67dcb2f77c
116 changed files with 9001 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
---
layout: post
title: Oracle SQL Developer 3.2 Debian Package
author: Daniel
date: 2013-06-22 23:24:04
categories:
- [ Databases, Oracle ]
- [ Programming, SQL ]
tags:
- deb
- java
- oracle
- sql developer
summary: A new version of Oracle's SQL Developer
---
Oracle has released version 3.2 (.20.09) of their SQL Developer tool. They're still releasing RPMs, so developers on Debian-based systems need to use alien to install it on their machines. We have done that, and have made this available for others to use as well. What makes this particular release of SQL Developer so great is that [it now runs reliably under Java 1.7][java7] - no more keeping a 1.6 JDK floating around just for SQL Developer!
The .deb package [can be downloaded here][deb], or you can browse current and previously posted packages [in the "SQL Developer" directory][dir] of the DJS Consulting Software Repository.
[java7]: //www.thatjeffsmith.com/archive/2013/06/oracle-sql-developer-and-java-7/ "Oracle SQL Developer and Java 7 • That Jeff Smith"
[deb]: //hosted.djs-consulting.com/software/sqldeveloper/sqldeveloper_3.2.20.09.87-2_all.deb "SQL Developer 3.2.20.09 Debian Package"
[dir]: //hosted.djs-consulting.com/software/sqldeveloper/ "SQL Developer • DJS Consulting Linux Software Repository"