steps to install oracle developer suit 10g on linux

7

Click here to load reader

Upload: ankit-modi

Post on 04-Dec-2015

370 views

Category:

Documents


15 download

DESCRIPTION

hi...

TRANSCRIPT

Page 1: Steps to Install Oracle Developer Suit 10g on Linux

L I N U X

T O T A L P A G E V I E W S

http://cethal.blogspot.fr/2011/11/steps-to-install-oracle10g-develop

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

1 of 7 9/14/2015 11:51 AM

Page 2: Steps to Install Oracle Developer Suit 10g on Linux

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

2 of 7 9/14/2015 11:51 AM

Page 3: Steps to Install Oracle Developer Suit 10g on Linux

Linux(Fedora 10)1. Download Oracle Developer Suite10g for Linux.

This includes the full distribution of Oracle Developer Suite 10g

- Oracle Forms Developer

- Oracle Reports Developer

- Oracle JDeveloper

File Segments

as_linux_x86_ids_101202_disk1.cpio (620,520,448 bytes) (cksum -

3772729309)

as_linux_x86_ids_101202_disk2.cpio (176,651,776 bytes) (cksum -

1501472911)

2. Create user in which you wish to install Developement suit.

# useradd oradev

# passwd oradev

Changing password for user oradev

New UNIX password:

Retype new UNIX password:

passwd: all authentication

tokens updated successfully

4. Install Location

B L O G A R C H I V E

? 2013 (5)

? 2012 (2)

? 2011 (2)

? November (2)

Steps to Install Oracle10gDeveloper Suit in Linux...

Steps to Install Oracle 10g in

Linux(Fedora 13)

? 2010 (16)

? 2009 (14)

A B O U T M E

CETHAL MARY TONY

VIEW MY COMPLETE PROFILE

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

3 of 7 9/14/2015 11:51 AM

Page 4: Steps to Install Oracle Developer Suit 10g on Linux

Extract each uncompressed downloadable using "cpio" as root user.

# cat as_linux_x86_ids_101202_disk1.cpio | cpio -icd

# cat as_linux_x86_ids_101202_disk2.cpio | cpio -icd

8. runInstaller

1. Log in as oradev and runInstaller

# cd Disk1

# ./runInstaller

If you are asked to run any scripts while installation to change

permissions and create directories, please run that script. Another

error you might get during installation is relink error. Please run

this script if you get any relink error.

/home/oradev/OraHome_1/bin/OracleAS_Relink_Patch.sh

Post Installation.

Set the following environment variables.

export ORACLE_HOME=/home/oradev/OraHome_1

export LD_LIBRARY_PATH=/home/oradev/OraHome_1/lib:/usr

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

4 of 7 9/14/2015 11:51 AM

Page 5: Steps to Install Oracle Developer Suit 10g on Linux

/OraHome_1/jre/1.4.2/lib/i386/client:/home/oradev/OraHome_1

/jre/1.4.2/lib/i386/server

export MALLOC_CHECK_=0

The installation of Developer Suite 10g was successful. You can

access it using the following scripts.

Form Builder:

$ORACLE_HOME/bin/frmbld.sh

Report Builder:

$ORACLE_HOME/bin/rwbuilder.sh

Start OC4J:

$ORACLE_HOME/j2ee/DevSuite/startinst.sh

Stop OC4J:

$ORACLE_HOME/j2ee/DevSuite/stopinst.sh

POSTED BY CETHAL MARY TONY AT 8:31 PM

1 C O M M E N T :

udit June 11, 2013 at 12:30 AM

sir....database is also install for connectivity with oracle

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

5 of 7 9/14/2015 11:51 AM

Page 6: Steps to Install Oracle Developer Suit 10g on Linux

Newer Post Older Post

Add comment

Notify me

Comment as:

Publish

Home

thanks in adv sir...

Reply

https://www.blogger.com/comment-iframe.g?blogID=81

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

6 of 7 9/14/2015 11:51 AM

Page 7: Steps to Install Oracle Developer Suit 10g on Linux

Linux: Steps to Install Oracle10g Developer Suit in Linux(Fedora 10) http://server9.kproxy.com/servlet/redirect.srv/swl/sbxzdsbzq/scsanzy/p1/2011/11/steps-to-install-...

7 of 7 9/14/2015 11:51 AM