• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

Oracle Developer Suite 10g Ubuntu

29.09.2019 

Here's how I did it on Ubuntu, I think this is the easiest way and will give you a package that you can easily reuse later (but you can't redistribute according to OTN license):. Downlod the sql developer package from.Install the sql developer package as the following. Sudo apt-get install sqldeveloper-package debhelper openjdk-7-jdk openjdk-7-jre icedtea-7-plugin.Now all what you need to do is to run the command (you might have a different version) make-sqldeveloper-package sqldeveloper-4.1.3.20.78-no-jre.zip. This will generate a debian package that you can use to install sql developer.Now install the resulting.deb package using the command (Your deb might have a different version too): sudo dpkg -i sqldeveloper4.1.3.20.78+0.2.4-1all.deb.You're now done with the installation. In my case it needed the new java 8 then you will need to run the following commands. Sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java8-installer.Finally you need to provide the java path for oracle sql developer at the first run in my case it was at /usr/lib/jvm/default-java/.Install Java 6.

DeveloperOracle Developer Suite 10g Ubuntu

(It didn't work for me with Java 1.7): sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java6-installer.Download the SQL Developer from and choose Other platforms. (You'll need an account in order to download it). Open the Downloads directory: cd /Downloadsand extract the file to /opt: sudo unzip sqldeveloper-.-no-jre.zip -d /opt/.Make the launch script executable: sudo chmod +x /opt/sqldeveloper/sqldeveloper.sh.Open sqldeveloper: sudo /opt/sqldeveloper/sqldeveloper.shThe first time you'll be asked to enter the jvm location. In my case (and probably yours if you have followed the first step), the location is: /usr/lib/jvm/java-6-oracle. I installed version 17.4 on Ubuntu 16.04 GNOME like so. Verify installation of OpenJDK 8 and location at /usr/lib/jvm/java-8-openjdk-amd64 If absent, install with sudo apt install openjdk-8-jdk. Newer versions of Java may work as well.

Accept license agreement and download. Unzip in my home directory. Run from the commandline /sqldeveloper/sqldeveloper.sh once to add location of Java. Enter /usr/lib/jvm/java-8-openjdk-amd64.Create the desktop icon for future access from my GUI menu.

Download Oracle Developer Suite 10g 64 Bit

Jul 16, 2009. We have been developing forms and Reports on Oracle developer suite 10g. Our database in Oracle 10g. These application are served thru Oracle 10g Application server on Windows 2003. Recently I have installed Linux Ubuntu 9.0.4 on my desktop. My queries are 1. I am not able to run the Forms. Dec 9, 2011 - 2 min - Uploaded by Adeel AhmedHow to install Oracle Developer Suite 10g on Windows - Duration: 22:09. Subhroneel Ganguly. How install Oracle Developer Suite 10g for Linux (Including Forms & Reports hi i want to install Forms & Reports Developer Suite in Linux OS So i have. Installing Oracle Developer Suite 10g in windows 72015-10-11; Install oracle developer suite 10g on ubuntu2015-10-11; How can i install oracle developer suite 10g on.