Friday, July 29, 2016

Installing oracle data base on cloudera cdh

In order to install oracle data base in cloudera cdh distribution which is basically centos.Below are the steps.

1. Download oracle Xe Database for linux.

Download Data base

2. Once oracle database is download  , copy the file from download folder to home\cloudera folder.

3. Open terminal and type "su" and enter password

4. Download the package needed for this installation . using command "yum install libao bc"

5. unzip the downloaded file using below command.
    "unzip oracle-xe-11.2.0-1.0.x86_64.rpm.zip"

6. There would a folder created inside home/cloudera , go to folder Disk1
    "cd Disk1"

6. Now we will install the oracle database.
    "rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm"
    Once it is completed it will come up with some suggestion .Execute those suggestion.
    "/etc/init.d/oracle-xe configure"

7. Now it will ask for HTTP port as 8080 , click enter so that we will default that.

8. Later it will ask for listener port as 1521 , let it be just click enter and it will proceed.

9. later it will start configuring the oracle data and it will take some for this.

In the next Post we try to configure the oracle sql developer for the same installed Database.

No comments:

Post a Comment