SqlDeveloper en Ubuntu 15.10
Para gestionar servidores Oracle desde Ubuntu 15.10
mkdir /opt/java
Bajar
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
jdk-8u65-linux-x64.tar.gz
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
sqldeveloper-4.1.2.20.64-no-jre.zip
tar -zxf jdk-8u65-linux-x64.tar.gz
ln -sf /opt/java/jdk1.8.0_65 /opt/java/jdk
apt-get -y install alien
alien -ic sqldeveloper-4.1.2.20.64-1.noarch.rpm
/opt/sqldeveloper # ./sqldeveloper.sh
Oracle SQL Developer
Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /root/.sqldeveloper/4.1.0/product.conf
/opt/java/jdk1.8.0_65
Ahora tengo otro problema, agregué esta línea pero no funciona.
/opt/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf
AddVMOption -Duser.timezone=SAST-2
Comentarios
Publicar un comentario