Feeds:
Posts
Comments

Posts Tagged ‘Oracle Linux’

Follow the next steps in order to download and install the JRockit JDK:

1. Download JRockit:
http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html

2. Change the file permission, so you can run the file:
$ chmod u+x jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin

3. Run the file:
$ ./jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin

(more…)

Read Full Post »

WordPress.com
On my previous post of RCU installation, I’ve described how to install it on windows OS.
The next installation was made on Oracle Linux 6(64bit), and can be done on other 64bit platforms.
To download the RCU installation go to the below link:

http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html

Choose the category “Linux 64bit JVM” from the drop down list, and click on “Download”.

Important: Notice that on the current SOA Suite Installation (11.1.1.7) you can download the RCU as a 64bit installation. Not like previous 11.1.1 versions (<11.1.1.7), were you had to download the RCU installation from the “Microsoft Windows 32bit JVM” category.

Follow the next steps in order to run and install RCU:

(more…)

Read Full Post »

You might get the bellow erros during Oracle DB installation, or, when trying to connect Oracle DB:

ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

One of the main causes of this error is due to a wrong setting in the hosts file under /etc folder.

To solve this error, first check what is the server IP address, by running the command:

# ifconfig

From the output, copy the value of the “inet addr” parameter (for example: 10.0.0.1).

Edit the hosts file under /etc folder. Add a new line, and set the host and IP, for example:

arik 10.0.0.1

Save and try again.

 

Good Luck

Read Full Post »

Oracle Database 11g Express Edition is free and can be download from here:

http://www.oracle.com/technetwork/products/express-edition/downloads/index.html

I’ve installed the DB on Oracle linux 6, but the explanation is good for other Linux x86-64 platform as well.

After you’ve downloaded the DB’s .rpm file, follow the next steps, in order to install the DB:

(more…)

Read Full Post »