The tag has no wiki summary.

learn more… | top users | synonyms

203
votes
10answers
255k views

How do I install Oracle Java JDK 7?

If I downloaded the latest JDK from Oracle. Do I just download the .tar file, and extract it at /usr/lib/jvm/?
13
votes
1answer
13k views

How do I update Oracle Java 7 (JDK and JRE)

Recently, I've installed JDK 7 from the Oracle site, using these instructions. Now, I'm wondering what is the correct method to update it (or, better, to keep up-to-date automatically)? For instance, ...
10
votes
3answers
12k views

How to install Oracle Express 11gR2?

I need a Step By Step guide for Installing Oracle Database Express Edition version 11g Release R2 on Ubuntu Desktop 12.04.1 LTS 64 bit Edition
7
votes
5answers
4k views

How can I install Oracle 11g R2?

The title itself is more than self explanatory. I simply need a way to install Oracle's 11g R2 in the latest version of Ubuntu, I'm using a 32-bit OS, and I need to know how to install the x86 ...
6
votes
0answers
10k views

How to install Oracle Java web plugin on Chrome in 12.04? [duplicate]

Possible Duplicate: How can I install Sun/Oracle’s proprietary Java 6/7 JRE or JDK? I've tried a whole lot of guides, but at best I ended up with neither Google Chrome not Firefox ...
5
votes
3answers
1k views

How do I bypass the license page to download Oracle/Sun Java on a server with wget?

I'm trying to install Liferay on Ubuntu Server 12.04, which requires JRE and recommends version 6. I can't find JRE6 in an authoritative repository, and I can't work out how to get past the licence ...
4
votes
2answers
2k views

Why does apt-get keep waiting for headers on Oracle repository?

I have this at the end of my /etc/apt/sources.list to retrieve Oracle code: deb http://oss.oracle.com/debian unstable main non-free When I run sudo apt-get update, the app gets stuck displaying ...
4
votes
3answers
2k views

Apps launched from shell scripts do not run from Unity bar

I can run Oracle's SQL Developer 3.0 by clicking on "sqldeveloper.sh" from the file manager and then clicking "Run". When I add it to the Unity menu (Right-click running icon in menu, click "Keep in ...
4
votes
3answers
9k views

How to remove Oracle JDK

I didn't find article any related articles How to remove Oracle JDK there are some related articles but they didn't solve the problem. I installed Oracle JDK tarball file from Oracle site by ...
3
votes
3answers
2k views

Oracle installation script execution privileges: “oracle is not in the sudoers file”

I'm currently installing Oracle 11g on Ubuntu 10.10 It had been asked to execute some scripts as "root" while installation. I'm doing: oracle@sergio:/u01/app/oraInventory$ sudo sh orainstRoot.sh ...
3
votes
1answer
504 views

How can I modify the default behaviour of Ubuntu 12.04 (& 12.10) to prevent a symbolic link from /dev/shm to /run/shm ever being created on boot up?

Whilst installing Oracle 11gR2 Express Edition on Ubuntu 12.04 by following the Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto and have encountered the Oracle memory target problem with ...
3
votes
1answer
4k views

Replacing the OpenJDK with the Oracle JDK

I've had the archive file for Oracle's JDK for some time and have been running java applications through ~/Downloads/jdk1.7.0/bin/java -jar <jarfile> for some time, but I'm wondering if there's ...
2
votes
2answers
111 views

How create a keyboard shortcout to launch an .jar file with Oracle Java 7 Runtine?

I know how to create a keyboard shortcut to launch an application. (All Settings->Keyboard->Shortcuts->Custom Shortcuts) I know how to run .jar files from Nautilius. (Right click->Open with Oracle ...
2
votes
3answers
159 views

Oracle Java 7 on Linux PowerPC

I give up trying to figure this one out on my own. The information on this website: http://www.yellowdog-board.com/viewtopic.php?t=2935 and on this one: ...
2
votes
2answers
257 views

“ERROR:Could not find java.nio.file.Paths” when using Oracle JDK 1.7

I want to try out some features rolled out in Oracle's new JDK 1.7. I followed the post:- Oracle JDK 1.7 but the post doesn't seem to help. I was trying to fetch out the structure for ...
2
votes
1answer
7k views

How to downgrade Oracle Java 7 to Java 6?

I recently changed my Wubi install into a full install, which runs a lot smoother than Wubi. I had to re-install all my stuff, because I did it the lazy-man's way, and after reinstalling Java, I ...
2
votes
2answers
14k views

Oracle Java 7 Removing Error!

fellow Linuxeers! So, I've had this problem recently when I tried to remove Oracle's Java 7 after it didn't want to work correctly. So, when I tried to: sudo apt-get purge oracle-java7-install I ...
2
votes
1answer
95 views

Install JUnit with Oracle Java 7 already instaled

I am running Ubuntu 12.10 with Oracle Java 7 installed (as described here). I want to install JUnit 4 but if I do a simple sudo apt-get install junit, it starts to download openjdk and the like (which ...
2
votes
3answers
1k views

Is it possible to install Oracle Database Express on 32bit Ubuntu 12.10?

If it is possible, how is the step-by-step installation done?
2
votes
1answer
90 views

Why doesn't java -version return anything with Oracle's JRE 7?

I've been following these steps and got up to the check version of new JRE installation part but java -version doesn't return anything. I have run sudo update-alternatives --install /usr/bin/java ...
2
votes
1answer
210 views

How to install oracle server?

I have installed the Oracle client but I am not able to install the Oracle server. How do I install Oracle server?
2
votes
2answers
5k views

installing Oracle Database 10g XE Server in Ubuntu 11.04, “E: Unable to locate package oracle-xe”

I have read many posts for installing Oracle Database 10g XE Server in Ubuntu, such as this But I get an error: E: Unable to locate package oracle-xe when execute the command sudo apt-get ...
2
votes
0answers
925 views

How do I switch back to having /dev/shm be the mount point instead of /run/shm? [closed]

I am using 11.10 and have an application (oracle xe) which specifically wants shared memory mounted under /dev/shm. I noticed that the way 11.10 is configured, things are mounted at /run/shm and ...
1
vote
2answers
4k views

Problem installing Oracle 10g Express edition

I have installed Oracle 10g Express edition in Ubuntu 10.10 and it doesn't show or ask to give my password during installation. When I click on "start database" it gave the warning "Operation failed, ...
1
vote
1answer
1k views

How to install Oracle XE from broken Oracle repository?

The [identical] instructions from these sites used to work: http://www.oracle.com/technetwork/topics/linux/xe-on-kubuntu-087822.html http://www.debianhelp.co.uk/oracle.htm ...
1
vote
2answers
631 views

Issues configuring oracle java 6 plugin in chromium

I've been pulling my hair out trying to get Oracle Java running in Chromium. My Java version is shown below: java version "1.6.0_32" Java(TM) SE Runtime Environment (build 1.6.0_32-b05) Java ...
1
vote
1answer
114 views

Java Doesn't Work with Legislative Elections Application

It is possible for French citizens living abroad to vote by the internet in this weekend's legislative elections (Elections législatives). The process begins at this website. Among the supported ...
1
vote
1answer
3k views

Where is the Oracle java jdk keystore located?

Installed Oracle Java with the webupd8 ppa and need to tweak some policy settings (access to clipboard specifically) webUpd8 plug: ...
1
vote
1answer
535 views

Are there any tools for working with PL/SQL?

I am currently using Oracle SQL Developer, and it is driving me nuts. I keep getting the message Connection is busy when trying to anything after being inactive in some minutes. Sometimes pressing ...
1
vote
1answer
711 views

Run SQL script on remote Oracle database [closed]

I am trying to run a SQL script on remote Oracle database. Something like this, the shell script contains: sqlplus / @db I want to add something to this command so that is is able to run a SQL ...
1
vote
1answer
439 views

Setup and install IntelliJ with JDK

Is there any scripts for downloading and installing IntelliJ with JavaJDK or OpenJDK? I don't know how I did it before using Ubuntu 12.10 but I'm now on a fresh 13.04 install and I have been looking ...
1
vote
1answer
45 views

Isn't there an installer package for Oracle Database?

I wish I could install Oracle Database as easy as possible using Ubuntu Software Center or apt-get install. I suggest that at least, someone of the community, could create a package that installs it ...
1
vote
3answers
846 views

Oracle Java Runtime doens't appear

I had installed originally Oracle JDK 7 update 4, with update-alternatives installation instruction and the JDK became manual mode (3). OpenJDK 7 in auto mode (O). When I will run/install .jar file ...
1
vote
2answers
888 views

How to install JRE-7 on Xubuntu?

I have followed the other question and did not succeed. mv: cannot move './jre1.7.0_04' to '/usr/lib/jvm/jre1.7.0': No such file or directory Is it installed into the 32bit compatible /lib directory ...
1
vote
2answers
3k views

How to install oracle10g?

I want to install oracle10g on my ubuntu 11.10 server but it has this error: E: Unable to locate package oracle-xe
1
vote
1answer
1k views

Installing Oracle Java JRE 7, Terminal Command Not Recognizing Moved File

I'm having a small problem. I've been trying to work Minecraft into working using Wine. Over the past few hours, I've been working with Java over and over (long story, I'll keep it relevant) and have ...
1
vote
1answer
611 views

cx_Oracle on 64bit architecture

I am using Ubuntu 10.10 64bit and I am trying to install cx_Oracle for python3. I managed to install Oracle XE itself from a deb, but it is 386 version. When I try to install cx_Oracle through ...
1
vote
1answer
2k views

Oracle service isn't started on Ubuntu load

I've installed Oracle 11g on Ubuntu 10.10 I could access https://localhost:1158/em web-interface OK. After reboot, I don't think the Oracle service was started, because I can't access this link ...
1
vote
4answers
195 views

install jdk in ubuntu

I am trying to install oracle jdk7 64bit on my computer. And I found this How do I install Oracle Java JDK 7? However I found that it use the update-alternative -install to install the jdk which is ...
1
vote
0answers
953 views

How to install Oracle Database 11g Express Edition on Ubuntu 12.10?

I installed the Oracle database following the steps mentioned in this blog. Downloaded 11g express edition Created a new user oracle under the group dba. Following steps are executed using this. ...
1
vote
0answers
181 views

How to Install Oracle 10gR2 EE database on Ubuntu 12.04

I've been able to install an Oracle 11gR2 EE database on Ubuntu 12.04 by using a tutorial found online. But, I also need to run an Oracle 10g database (not XE). Anyone know of or have a tutorial for ...
1
vote
0answers
362 views

Oracle java7 config

I've installed Oracle Java 7 according to this guide. When I run sudo update-java-alternatives -s java-7-oracle, it gives me : update-alternatives: error: no alternatives for ...
1
vote
0answers
54 views

In Ubuntu displays, why does it say I'm using a laptop but I'm using a Desktop?

I'm using Ubuntu on Oracle's Virtual Box aside from Windows because the vast of my friends are trying to get me to try it, I open it and activate full screen mode, yet it isn't all fullscreen. I ...
1
vote
1answer
813 views

Oracle Virtualbox does not open since upgrade

After upgrading to Ubuntu 12.10, I have been unable to restart my Oracle virtualbox. jan@jan-System-Product-Name:~$ sudo /etc/init.d/vboxdrv setup sudo: /etc/init.d/vboxdrv: command not found ...
1
vote
2answers
63 views

Do I need any additional Java packages if I'm running the Oracle JRE?

I am running the Java 7 JRE from Oracle. I installed it through terminal and it works properly with my web browsers, and otherwise, as far as I can tell. However, I was browsing through my ...
1
vote
1answer
58 views

which ubuntu version for oracle application express

I am new to Linux and want to set up a simple (hassle free) development environment for Oracle's Application Express. As a personal development environment, I do not anticipate any more than one or ...
1
vote
1answer
102 views

oracle java installer fails with licence not accepted

G'day all, I am running Ubuntu 12.04 When trying to upgrade the oracle java installer from the webupd8team ppa I get an error that says I declined to accept the licence. I am never offered the option ...
1
vote
0answers
746 views

How to install Oracle 10g EE?

I installed Oracle 10g (10201_database_linux32.zip) in Ubuntu 10.10. But now, I could not do This in Ubuntu 12.04. It is giving me an error message. hs_err_pid1918.log Unexpected Signal : 7 ...
1
vote
1answer
2k views

How to Upgrade Oracle JDK and remove old JDK settings

i searched and not found how to upgrade oracle jdk in here. I'm not satisfied with OpenJDK7 because it doesn't come with Java Compiler. I has installed and configured Sun Java SDK 6 and i want to ...
1
vote
2answers
1k views

How do I install Oracle 11gR2?

I need your valuable help and advise on installing Oracle 11gR2 on Ubuntu desktop edition 11.10 (64 bit). I was to install 11g which is normally installed on RHEL or OEL and not looking to install 11g ...

1 2