I want to run Oracle SQL Devloper on Ubuntu with this command: Then I got this message: Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/aimad/.sqldeveloper/4.0.0/product.conf So I gave the path of jdk as the following: /usr/lib/jvm/java-7-openjdk-i386/ But th…
Tag: oracle
libaio.so.1: cannot open shared object file
I have a simple test program that when I run I get: I link it like this: My LD_LIBRARY_PATH contains this: /usr/lib looks like this: Output of ldd hello: I’m hoping that I’m missing something simple here. The oracle instantclient package appears to require libaio, but that seems to be installed al…
where is the Oracle Event Log located?
Where is the location of my oracle event log (on a default Linux installation)? Answer