How to install Oracle 9i on redhat 9

i have installed 4-5 times oracle 9i on linux ...but the thing is ..as soon i restart my pc..the SQLPLUS doest not start from the redhat 9 terminal
...So plz tell me the step by step procedure how to install Oracle 9i on linux ...
.... What & where is .bash_profile file is located ...???
How to create system shareable memory ...??? without this SQLPLUS is not starting ...
how to modify the kernel variables ..???
..

What & where is .bash_profile file is located ...???The file exists under oracle home directory.
# ls -l /home/oracle/.bash_profile
-rw-r--r-- 1 oracle dba 328 11? 2 15:35 /home/oracle/.bash_profile
How to create system shareable memory ? without this SQLPLUS is not starting.Append your shareable memory parameters to /etc/sysctl.conf, You might want to change these values if you have more RAM:
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.shmall = 2097152
REBOOT the system so the kernel changes can take effect, or if rebooting is not an option, you can change the kernel params at runtime by issuing:
# echo 536870912 > /proc/sys/kernel/shmmax
# echo 4096 > /proc/sys/kernel/shmmni
# echo 2097152 > /proc/sys/kernel/shmall
how to modify the kernel variables ..???method 1:
To modify kernel parameters a common way is to change /proc file system:
1. Log in as root user.
2. Change to the /proc/sys/kernel directory.
3. echo <desired list of values> > <group of parameters>
But this update is not permanent and after system reboot, your kernel parameters's
values will be the same as before.
method 2:
setuping permanently kernel parameter values ,is to use '/etc/sysctl.conf' file.
Every time the system boots, the '/etc/rc.d/rc.sysinit' script is executed
by init process. This shell script contains a call to sysctl command and
reads the values from /etc/sysctl.conf file as the ones to be set Therefore, any values added to /etc/sysctl.conf will take effect after the system boot or without downtime using "sysctl -p" command

Similar Messages

  • How to install Oracle 10g on to Red Hat Linux 5 Server

    I'm new to both Linux and Oracle. I've been working on an installion of Oracle 10g on a Red Hat Linux 5 Server for about 2 weeks. I've been doing a lot of reading about installing Oracle on a Linux environment. I finally got to the installation portion and the Oracle Installer displayed a message that I had to have Red Hat 4 or 4 Enterprise to continue.
    How can Install Oracle 10g onto a Red Hat 5 Linux Server"? Is there an option that I can use to bypass the OS checking?
    Thanks

    Unfortunately there is no way to access metalink without a valid account. You could then just try to skip preinstall requisites with this clause:
    ./runInstaller -ignoreSysPrereqs
    or this method:
    Copy the oraparam.ini from the installation source install/oraparam.ini to /tmp directory.
    Edit the file /tmp/oraparam.ini so this file reads:
    After
    [Certified Versions]
    Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5
    also, make sure you have these packages installed:
    # rpm -ivh gcc-c++-4.1.1-52.el5.i386.rpm gcc-4.1.1-52.el5.i386.rpm
    libstdc++-devel-4.1.1-52.el5.i386.rpm glibc-devel-2.5-12.i386.rpm
    glibc-headers-2.5-12.i386.rpm libgomp-4.1.1-52.el5.i386.rpm
    libXp-1.0.0-8.i386.rpm compat-libstdc++-296-2.96-138.i386.rpm
    compat-libstdc++-33-3.2.3-61.i386.rpm
    ~ Madrid.

  • IOException2 when installing Oracle 9iR2 on Redhat 9

    I have problem when installing Oracle 9i release 2 on Redhat 9. When on Disk 2 of oracle, oracle installer hangs and got this message :
    I try to translate from French :
    The message is pasted from file :installActions*.log
    Exception due by action : copyGroupFromJar
    Exceotion name : IOException2
    Exception string : Error when writing in file :/usr/oracle/produit/920/demo/schema/sales_history/sh_sales.dat
    exception level : 2
    --

    FOR ALL OF YOU GUYS trying to install Oracle 9i R2 on Red Hat 9, PLEASE VISIT THIS LINK - http://www.puschitz.com/InstallingOracle9i.shtml
    It has comprehensive instructions on how to install Oracle (various releases,up to 9i Realease 2 on Linux). It takes a bit of effort, but you'll be smiling at the end!

  • How to install Oracle Label Security in Oracle Database 10g EE

    Hello All
    I just want to know how to install Oracle Label Security in Oracle 10g Database EE.
    I read in Oracle Enterprise Manager Grid Control Installation and Basic Configuration that Label Security must be installed before installing Enterprise Manager Grid Control.
    I have Oracle Database 10g Release 1 (10.1.0.1) on my Windows XP System, and I patch it to 10.1.0.3.
    M.
    Sorry about my English.

    Options is to connect to Oracle Policy Manager or use Oracle Internet Directory (OID)to administer Oracle Label Security.
    Find more ways in the Documentation here:
    http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14267/toc.htm

  • Error while installing oracle 10g in redhat Server

    Hi experts,
    I installed Oracle 10g in RedHat Linux server. After the installation Oracle will work smoothly. After restarting the server we try to start the listener service manually but it is not starting. I configured listener.ora file using GUI interface and also set Oracle HOME and Oracle SID. But still it’s not starting.
    when Try to start the listener the following error comes.
    Tns-12537:TNS:Connection closed
    Tns-12560:TNS:PROTOCOL ADAPTER ERROR
    Tns-00507:TNS:Connection closed
    Linux error 29:illegal Seek.
    Please help me

    Thanks for the answer it was helpful and i successfully started the oracle database.
    and i am trying to import dump file to tha database by creating the new schema when i try this i used the command like
    imp userid=username/password@servicename file=C:\filename.dmp fromuser=username touser=username but i got error as no such command.pls help

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Error in Installing Oracle 9i on redhat 7.2 -- jre was not found again!

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i
    I think I'm successful (well, maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found
    in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message:
    "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..)
    and I set up symbolic links for that and re-ran the runInstaller. Everything I've tried so far has been unsuccessfull.
    Can anyone help? Thanks.
    BTW: What does it mean when the path has double dots (i.e. bin/../bin) in it?. That confuses me a bit.

    I had a similar problem when running jre in linux.
    Any help really appreciated.
    [root@Linux bin]# jre
    jre was not found in /usr/local/bin/../bin/i686/green_threads/jre
    [root@Linux bin]#
    [root@Linux bin]# uname -a
    Linux Linux 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 i686 i386 GNU/Linux[root@Linux bin]#

  • Unable to Install Oracle 9i on redhat linux 9

    Hi everybody,
    I had been trying to install Oracle 9i on redhat linux 9 since last month and I am not able to succeed in installing the same. In fact I do not get to see even the OUI screen . I give below the steps I followed.
    1) Setting of env varibles pertinent to oracle., say ORACLE_HOME,NLS_LANG etc.
    2) PATH=$PATH:/usr/local/jdk1.3.1/bin:.
    3) export LD_ASSUME_KERNEL=2.4.1
    I have a set of 3 CD's for installation. As soon as I load the first CD. the runInstaller would run for sometime and stop, while I do the installation in the graphic mode.
    When I try to install the same in the command line mode, I get to see something like the one below
    Initializing java jre from /tmp/OraInstall0/... please wait.. and then it would come back to the command prompt.
    I then invoke ps -ef | grep -i oracle to check if some process is running and I do get to see something. But ultimately nothing happens.
    Please help me with this.

    At Oracle Site we have a very good manual for 9i installation. Follow the manual step-by-step.
    Your problem seems as a java or permissions issue.
    good luck
    Eduardo

  • How to install Oracle Developer Suite 10g (10.1.2.0.2)  for Linux

    Hi All,
    Please let me know how to install oracle forms on Linux red hat. I need to configure it with oracle database 10gR2. Please provide me step by step installation and configuration giude or you can pass on readme file which comes with the software.
    Thanks,
    Rahul

    user8722581 wrote:
    Hi ,
    Given link is good and I can understand the architecture that it will be 3 tier--DB server-Application Server and Web Browser where Developer will access forms.
    I would appreciate if you can provide some screen shots for the configuration details and files to be modified for the port and deploying the forms.
    Whether we need to install apache,http or oracle application suite for the linux will take care?
    Is there any pre-requisite health checktool like RDA.sh for the rdbms? Please let me know what are the important configuration file.
    What is identity management in this?
    Thanks.
    Edited by: user8722581 on May 8, 2013 11:07 PMAll pre-req. are covered in the installation manual -- http://docs.oracle.com/cd/B19375_07/doc/frs/install/B19314_02/toc.htm
    Thanks,
    Hussein

  • How to install Oracle Developer Suite 8 on windows 8 64bit

    Hi, everyone.
    I have facing problem. How to install Oracle Developer Suite 10g on windows 8. Please send me step by step install.
    Thanks
    Mbulur.

    No version of Forms/Reports is currently supported on Windows 8. Also, because Error Correction support for versions older than 11 have ended, no new certifications will be provided for those versions. I would recommend you consider upgrading to Forms/Reports 11.1.2.1 as we are hoping for Win8 certifications in the future for this version.

  • How to install oracle 8 on windows xp

    i use windows xp and (pentum 4 processor )
    my question :-
    i want to how to install oracle 8 (client) i try to do this but the installtion can't complete and there was no any error message ...
    please help me and tell me step by step
    thanks

    ok how to install oracle 8 client on windwos 2000 pro
    please help me

  • How to install oracle client on pentium 4

    please can someone tell me how to install oracle client 8i on pentium 4 system. the installation is not going automaticlly , and if i explore the cd and press on the setup file the installing didnt start.

    8i definitely has problems with Pentium IV processors. The fix is to copy the entire CD to the hard drive and then rename each copy of symcjit.dll to symcjit.old.

  • How to install Oracle 10g release 2 on rhel4 release 2

    I want to know How to install Oracle 10g release 2 on rhel4 release 2 from scratch from the partitioning of the disk in rhel 4 till the post installation .
    System Configuration
    x86 32 bit
    Pentium(R) 4 CPU 3 ghz
    RAM 1 GB 2.99Ghz
    Oracle 10g release 2
    rhel 4 release 2
    Please reply me soon.
    With Regards
    Suvin Prathab
    www.sceneworks.co.cc

    Dear Suvin Prathab!
    Please have a look at this:
    [http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html]
    Yours sincerely
    Florian W.

  • How to install Oracle Content Database Archive Adapter for SAP on windows

    Hi,
    I would like to install CDAA(Oracle Content Database Archive Adapter) on 32 bit and 64 bit windows. Will somebody point me to where i can download this from (if its not free i would like to try out trial version first) . If it depends upon other oracle components what is that i need to install additionally . And if you could provide links to all the required components, it would be great help.
    Also if there is any demo from where i can see what all features CDAA support and how does it compare to other products say IBM commonstore etc , please let me know.
    Thanks a lot ..
    -Rohit

    Can any body help me to say thet "How to install Oracle Applications 11i(11.5.10.2) on Windows 2003 R2 X64 bit ' . Hi,
    I believe, 11i installation on Windows 2003 X64 is not fully supported.
    what is your os version:
    if it is windows 2003 32 bit, then it is supported on X86-64 servers for both database and application tiers
    If it is windows 2003 64 bit, then only datatabase tier is supported on x86-64 servers
    Have a look at the following note
    Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 Doc ID: 343917.1
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=343917.1

  • How to install Oracle VM server on Sun Fire v100 server

    Hi All
    I have just a Sun Fire V100 Server.
    How to install Oracle VM server on Sun Fire v100 server?
    Thankyou and best regards,
    Thiensu

    user8248216 wrote:
    I have install Oracle VM Server successful on PC Core 2 dual 2.93Ghz.
    But Oracle VM Server does not detect onboard Network card.Your NIC needs to be supported by Oracle Linux 5 Update 3 to work with Oracle VM Server 2.2. If it's too new, then it will not be seen. Also, please start a new topic for each question. This new question is not relevant to the original topic.
    Edited by: Avi Miller on Aug 19, 2011 12:46 PM

Maybe you are looking for

  • Is there a way i Can lower resolution settings to edit smoother?

    I am sure this is a noob question, but I do not use After Effects a ton. Partly because editing is always such a drag. I am currently working off of a 2010 mac book pro until I invest in a quality editing machine. I know editing and playback in true

  • How secure is master password?

    Hi I have very sensitive information on my iBook. I can choose master password after screen saver/sleep or FileVault. FileVault encrypts the info which I feel uncomfortable with as it may make it difficult to backup. Can the password be removed by a

  • My macbook keeps on booting in safe mode on its own

    How do I stop it from doing that? If I reset PRAM, I can restart with no safe mode, but when I select me as user, it does not recognize my password. What to do? Thanks

  • Process Chain stops if no data

    Hello, My proccess chain stops if one of my infopackages doesn't return any data. How do I change the settings so no data returns a 'success' status?? Thanks Sheena

  • Refund For Non-Working App

    It seems impossible to get a refund for apps now. I bought an app for my ipad and it's sister app for the iphone. After installation you find out to get them to work as advertised you need to purchase more from within the app. (which is nowhere on th