11.5.10 installation on RHEL as 4.0

Hi,
Please see if all the steps have been maintained for installation on RHEL as 4.0
Oracle Applications 11.5.10 - Installation Update Notes for Linux x86, Solaris SPARC, MS Windows, HP-UX PA-RISC, HP-Tru64, IBM AIX - B13590-01 [ID 287453.1]
OS: Red hat Enterprise Linux AS 4.0
Required Packages and Patches
Legacy Software Development package and X Software Development package
Note: Select these packages from the Package Group Selection screen. If the operating system is already installed, use System Settings > Add/Remove Applications to install these two packages.
The following components will be installed automatically:
compat-db-4.1.25-9
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3
compat-oracle-rhel4-1.0-5
compat-libcwait-2.0-2
compat-libgcc-296-2.96-132.7.2
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33-3.2.3-47.3
xorg-x11-deprecated-libs-devel-6.8.1-23.EL
xorg-x11-deprecated-libs-6.8.1-23.EL
The following required component must be installed manually:
openmotif-2.1.30-x
Note: For information on downloading the openmotif component, see the instructions at the following URL:https://rhn.redhat.com/errata/RHSA-2005-412.html
Net Service Listeners in Multi-user Installations
To give all users in a multi-user installations write privileges to /tmp/.oracle:
$ chmod 777 /tmp/.oracle
All Linux x86 and Linux x86-64 (AMD64/EM64T) Operating Systems
Kernel Requirements
Red Hat Enterprise Linux AS/ES 4.0 2.6.9-5.EL To determine distribution and version, enter: $ uname -r
glibc Requirements
Red Hat Enterprise Linux AS/ES 4.0 2.3.4-2 To determine installation status, enter: $ rpm -q glibc
Domain Name System (DNS) Resolver Parameters
Two Domain Name System (DNS) resolver parameters (timeout and attempts) are set by default to low values when the operating system is installed. These low values may cause attempted network connections to an Oracle database to fail. If this happens, add or update the following entries to these minimum settings in the /etc/resolv.conf file on each server node:
options attempts:5
options timeout:15
Red Hat Enterprise Linux AS/ES 3.0 and 4.0 and SUSE Linux Enterprise Server 8 and 9
Verifying Host Names
Use the following to verify host name settings:
For Red Hat Enterprise Linux AS/ES 3.4 and 4.0:
Verify that the /etc/hosts file is formatted as follows:
127.0.0.1 localhost.localdomain
<ip_address> <node_name>.<domain_name>
Verify that the /etc/sysconfig/network file is formatted as follows:
HOSTNAME=<node_name>.<domain_name>
If the /etc/sysconfig/networking/profiles/default/network file exists, remove it.
If you changed any files in the previous steps, restart the system.
Modifying the Number of Open File Descriptors
Open the /etc/security/limits.conf file and change the existing values for "hard" and "soft" parameters as follows. Restart the system after making changes.
For Red Hat Enterprise Linux AS/ES 3.0, 4.0, and SUSE Linux Enterprise Server 9:
hard nofile 65535
soft nofile 4096
Modifying Port Range Values
Open the /etc/sysctl.conf file and change the value of net.ipv4.ip_local_port_range as follows. Restart the system after making changes.
net.ipv4.ip_local_port_range = 10000 65000
Please note that this range is a recommended range, and may need to be adjusted according to the specific needs of the user's environment in order to avoid port conflicts.
Setting the Environment
Verify that the host name setting is correct. The command should return a fully qualified host name. For example: <host_name>.<domain_name>.
# hostname
For the hugemem kernel, install rpm setarch-1.0-2 or higher. (For up, smp, and boot kernels, omit this step.) This step is not required for SUSE Linux Enterprise Server 8.
# setarch i386
Completing Preinstallation Tasks
Complete these tasks after you set the environment variables and before you begin the installation steps described in Installing Oracle Applications.
Unset the NLS_LANG environment variable, if it is defined prior to installation.
Apply one of these OS library patches: 4198954 (for Red Hat 4.0) or 3006854 (for Red Hat 3.0). You can download these patches from OracleMetaLink.
Restart your system.
groupadd dba
useradd -g dba appltest
useradd -g dba oratest
Completing Postinstallation Tasks
After the installation is complete, perform the following tasks in addition to the ones described in Installing Oracle Applications:
Apply patch 4632932 to all the application tiers, then re-source the applications environment file to refresh the environment variables. This patch is required for setting the values for LD_ASSUME_KERNEL and LD_PRELOAD.
Should be missing kernel parameters and some other utilities like ar,make,gcc etc
Thanks,
SM

Hi,
Please can someone help me to get the Patch 4198954. Why don't you download it from MOS website? I believe no one is supposed to download the patch from MOS and send it to you by email as this violates Oracle support agreement policy.
Thanks,
Hussein

Similar Messages

  • Oracle single instance installation  with RHEL Cluster suite

    Hi ,
    Can anyone help regarding Oracle single instance installation with RHEL Cluster suite? I have to know what factor need to be considered for RHEL Cluster configuration for Oracle Installation. And is it certified by Oracle?
    Aungshu

    Does any body like to share their experience ?

  • ASM installation on RHEL 6.4 in Amazon EC2

    I thought I'd perform an installation of 12cR1 to do a little testing. So I launched a new instance in Amazon EC2 and picked an AMI for 64-bit RHEL 6.4.
    All started smoothly, but I've got stuck preparing a disk for ASM.
    My first plan was to install ASMLIB. I see from the documentation that I need kmod-oracleasm (kmod-oracleasm-2.0.6.rh1-2.el6.x86_64.rpm), and that this is in the RHEL supplementary channel.
    $ yum repolist all
    Loaded plugins: amazon-id, refresh-packagekit, rhui-lb, security
    repo id                                            repo name                                                          status
    rhel-source                                        Red Hat Enterprise Linux 6Server - x86_64 - Source                 disabled
    rhel-source-beta                                   Red Hat Enterprise Linux 6Server Beta - x86_64 - Source            disabled
    rhui-REGION-client-config-server-6                 Red Hat Update Infrastructure 2.0 Client Configuration Server 6    enabled:      3
    rhui-REGION-rhel-server-releases                   Red Hat Enterprise Linux Server 6 (RPMs)                           enabled: 10,994
    rhui-REGION-rhel-server-releases-optional          Red Hat Enterprise Linux Server 6 Optional (RPMs)                  enabled:  6,250
    rhui-REGION-rhel-server-releases-optional-source   Red Hat Enterprise Linux Server 6 Optional (SRPMs)                 disabled
    rhui-REGION-rhel-server-releases-source            Red Hat Enterprise Linux Server 6 (SRPMs)                          disabled
    repolist: 17,247
    $ rhn-channel --add --channel=rhel-x86_64-server-supplementary-6
    Username:
    ^C
    Does Amazon EC2 provide the RHEL supplementary channel, and if so what credentials do I need to provide? Otherwise I guess I would need my own RHN subscription, which seems expensive for a self-learning instance.
    So my second plan was to avoid ASMLIB and implement udev rules.
    I created a 64GiB volume and attached it to the instance as /dev/sdh. On the instance it appears as /dev/xvdl:
    $ fdisk -l /dev/xvdl
    Disk /dev/xvdl: 68.7 GB, 68719476736 bytes
    255 heads, 63 sectors/track, 8354 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xf4c9fedb
        Device Boot      Start         End      Blocks   Id  System
    /dev/xvdl1               1        8354    67103473+  83  Linux
    $ sudo scsi_id -g -u -d /dev/xvdl
    $
    So scsi_id doesn't return a value to use in the udev rule. I've found references to this which suggest setting disk.EnableUUID. Is this option available in Amazon EC2 at all? Or is there an alternative way of getting a UUID for the disk?
    Any help with these questions, or suggestions for alternative solutions, would be much appreciated.
    Thanks
    Mike

    Did you try this command ?
    ~]# blkid
    /dev/vda1: UUID="7fa9c421-0054-4555-b0ca-b470a97a3d84" TYPE="ext4"
    /dev/vda2: UUID="7IvYzk-TnnK-oPjf-ipdD-cofz-DXaJ-gPdgBW" TYPE="LVM2_member"
    /dev/mapper/vg_kvm-lv_root: UUID="a07b967c-71a0-4925-ab02-aebcad2ae824" TYPE="ext4"
    /dev/mapper/vg_kvm-lv_swap: UUID="d7ef54ca-9c41-4de4-ac1b-4193b0c1ddb6" TYPE="swap"
    https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-sysinfo-filesyste…

  • Oracle Application Server 10g R2 32bit installation on RHEL 5.4 64 bit

    Hi !
    Is it possible to install 32 bit Oracle Application Server 10g R2 on 64 bit RHEL 5.4?
    Is there some spacial care I need to take to do this?
    Regards,
    GC

    May be possible but it is probably not tested by Oracle nor is it supported as error correction support for OAS 10g has finished more than a year ago.
    A good starting point is My Oracle Support Note [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=564174.1]564174.1, "Oracle Application Server 10g (10.1.2) Installation Requirements for Linux OEL 5 and RHEL 5". Make sure that you always use a 32-bit emulated shell (linux32 bash).
    Thanks,
    EJ

  • Error with oralce installation in RHEL 5

    HI,
    I am trying to install Nw04s on RHEL 5 i was in the middle of installation with the follwing error
    oraSID>export DISPLAY ipaddress:0.0
    cant find the export command...
    how can i login to orasid and use the export command...

    in bsh
    export DISPLAY=<hostname or ip address>:0
    csh
    setenv DISPLAY <hostname or ip address>:0
    xhost +<machine-name>
    DISPLAY=<machine-name>:0.0; export DISPLAY
    Once it is set you ca check thrugh xclock if clock displays its Good
    Vinod

  • ACE Blade ANM 1.1 installation requirement : RHEL really needed

    Hello,
    has anyone tried to install ANM 1.1 to manage the ACE Blades on anything other than red hat enterprise 4.
    I tried yesterday on Centos (the free RHEL) and I got a strange error while running the installer. (something about beeing unable to read from `33'.)
    Also, it was on a VMWARE image, so that might be an issue too.
    Thanks

    The install scripts are going to give you hassles, as well as figuring out which RPMs to have lined up. Depending on your particular CENTOS build you might be able to figure it bit by bit, but there is no guidance written out anywhere on what is in, what is out, which to use. I suspect it would be a somewhat messy process -- If you really wanted to do it (unsupported but you wanted to anyway) then reverse engineering from a RHEL install setup is how I'd go about it. Even then, and while ANM is pretty well behaved, I don't know if there's a variation in something underlying that won't bite you down the road.
    Of course if someone else did this already and is having success, that'd be good to know too.
    Mind you I'm speaking as the product manager for ANM so my response is of course going to be stilted to the supported.
    Cheers,
    David K.

  • Oracle 10g (10.1.0.2.0) installation on RHEL 4.0

    Hi to ALL
    Plz tell me how to install oracle 10g( 10.1.0.2.0) on RedHatLinux Enterprise Server 4.0

    Check http://www.puschitz.com
    Check the installation documentation at http://www.oracle.com/pls/db10g/portal.portal_demo3?selected=1
    When running into problems, describe the differences between your install method and the install method in the document. In particular, describe the differences in the 'before you install' steps.

  • Fusion Middleware Installation on RHEL 4.8 (64Bit)

    Hi All,
    I have a 64 Bit server which has E-Business Suite R12 (64Bit) and database 11g R2 (64Bit).
    I know it is not recommended to install Fusion Middleware onto the same server as E-Business Suite due to performance issues. But, since I am limited to this single 64Bit server:
    Can I do the following?
    Create a separate 11gR2 db on a separate OracleHome, install Weblogic Server, and SSO, Portal, and Discoverer (FSM 11g) into FSM home. Would this run? I know I would need to watch for possible port conflicts and change them as necessary.
    Thanks,
    Sinan

    Provided that you have enough resources like RAM, diskspace, CPUs etc.
    why database on separate OracleHome?
    You can use the existing Oracle Home if you want to create a new 11g DB.

  • R12.1 Installation Issue in RHEL-5

    R12 Installation Issue in RHEL-5
    =======================
    I have downloaded R12.1(RAPID INSTALL START,RDBMS SOFTWARE,R12 DATABASE,RAPID INSTALL TOOLS,APPL_TOP) and unziped all the zip files. I started with /u01/startCD/Disk1/rapidwiz/. rapidwiz and everything went smoothly upto "Rapid Install Wizard Alert" and then got a message as given below.I am in the middle of R12.1 installation (on RHEL-5) and got a strange message.System Check Status was OK.
    Select the root directory of the required Rapid Install Disk
    Enter the location for the disk labled:
    Oracle A[pplications Rapid Install - RDBMS Disk 1
    After putting the RDBMS Disk 1 Path (correct location) , the installation process won't start.
    I have installed Oracle Application Server 10g(MID,INFRA), Oracle Database-10g on this server without any issues.
    Any suggestion to fix it up...........                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi user
    Select the root directory of the required Rapid Install Disk
    Enter the location for the disk labled:
    Oracle A[pplications Rapid Install - RDBMS Disk 1
    After putting the RDBMS Disk 1 Path (correct location) , the installation process won't start.
    Did you checked log file for more details?RegardHelios                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Min. rhel packages for oracle 11g r2 database installation

    hi guys,
    i'm doing a fresh standalone installation of rhel and 11g database. during rhel installation, i can select which category and individual packages to install. i want to select MINIMUM packages for resource saving and security. what packages should i pick up? is there a guide doc?
    thanks!
    thomas

    869060 wrote:
    MINIMUM.
    no additional packages for rhel installation except those are required by oracle database or for common linux admin tasks.The oracle installation guide does list the minimum requirements to support the oracle product being installed.
    As for minimum requirements for the OS itself, that is beyond the scope/concern of Oracle documents. Doesn't the installation process prompt you for which components you want to install? If you don't know what you are doing, I'd be very leery of trying to create a 'minimal' installation of the OS.

  • Installation Guide for SAP NW7.1 EHP3 on Linux RHEL 5.7

    Hi Experts
    I have to install SAP Netweaver 7.0 (i.e. SAP Netweaver 7.0 Including EHp3) AS-ABAP on Oracle 11G Linux RHEL 5.7 Platform.
    I have gone through SMP for this installation Guide and after a very long search i have obtained the following Link.
    Below is the obtained link for your reference.
    https://scn.sap.com/thread/3306474
    But the installation guide is only for LINUX RHEL 5.6.I am looking for LINUX RHEL5.7.
    So Please provide Links for the Installation guide.
    Thanks for your time!!!
    Regards
    Koushik

    Hi Koushik,
    SAP/Oracle installation on RHEL 5.6 and 5.7 is same. There is no change in the installation guide.
    For your reference for planning the installation
    1048303 - Red Hat Enterprise Linux 5.x: Installation and upgrade
    SAP installation guide.
    https://websmp102.sap-ag.de/~sapidb/011000358700001414082012E
    Hope this helps.
    Regards,
    Deepak Kori

  • Issues while installing ORACLE 10g R2 RAC on RHEL 5.3

    i am installing oracle 10g R2 RAC on RHEL 5.3 in a test environment. my aim was to install using ASM.
    i went through the pre-requisites ok before beginning with the installation.
    since RHEL 5.3 doesnt support raw devices i used
    http://www.idevelopment.info/data/Unix/Linux/LINUX_ConnectingToAniSCSITargetWithOpen-iSCSIInitiatorUsingLinux.shtml#Configure%20iSCSI%20Initiator%20and%20New%20Volume
    udev to configure shared storage. my storage is on openfiler as a iSCSI target.
    fdisk -l on both nodes shows the shared drives.
    [root@node1 ~]# fdisk -l
    Disk /dev/sda: 21.4 GB, 21474836480 bytes
    255 heads, 63 sectors/track, 2610 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1          13      104391   83  Linux
    /dev/sda2              14        2053    16386300   8e  Linux LVM
    /dev/sda3            2054        2372     2562367+  82  Linux swap / Solaris
    Disk /dev/sdd: 10.5 GB, 10502537216 bytes
    64 heads, 32 sectors/track, 10016 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdd1               1       10016    10256368   83  Linux
    Disk /dev/sdb: 10.5 GB, 10536091648 bytes
    64 heads, 32 sectors/track, 10048 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1               1       10048    10289136   83  Linux
    Disk /dev/sdc: 10.5 GB, 10536091648 bytes
    64 heads, 32 sectors/track, 10048 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1               1       10048    10289136   83  Linux
    Disk /dev/sdf: 10.5 GB, 10569646080 bytes
    64 heads, 32 sectors/track, 10080 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdf1               1       10080    10321904   83  Linux
    Disk /dev/sde: 10.5 GB, 10502537216 bytes
    64 heads, 32 sectors/track, 10016 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sde1               1       10016    10256368   83  Linux
    [root@node1 ~]# ls -l /dev/iscsi/arpl*
    /dev/iscsi/arpl1:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sde
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sde1
    /dev/iscsi/arpl2:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdd
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdd1
    /dev/iscsi/arpl3:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdb
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdb1
    /dev/iscsi/arpl4:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdc
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdc1
    /dev/iscsi/arpl5:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdf
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdf1
    [root@node1 ~]# configuring udev results in the drives being mapped to persistent drive names eg. /dev/iscsi/arpl1/part1
    still when i enter the name of the raw device which i have created i get the following error. please help
    Image: !http://img91.imageshack.us/img91/7448/oracle.png!

    did you check this
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14203/storage.htm#BABBHECD
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28263/storage.htm#CDEBFDEH
    also before you do what is suggested on the url posted by Mufalani,
    it seems that you should do the following:
    Check existence of udev raw mapping rule file /etc/udev/rules.d/60-raw.rules
    On RH/EL5, udev raw mapping rule file /etc/udev/rules.d/60-raw.rules should exist by default as part of the util-linux package, for example:
    # ls /etc/udev/rules.d/60-raw.rules
    /etc/udev/rules.d/60-raw.rulesCreate a custom udev raw mapping rule file, /etc/udev/rules.d/61-oracleraw.rules say, for example:
    # touch /etc/udev/rules.d/61-oracleraw.rules3b. Add udev raw binding rules to /etc/udev/rules.d/61-oracleraw.rules file
    Add the udev raw binding rules to the /etc/udev/rules.d/61-oracleraw.rules file, for example:
    # cat /etc/udev/rules.d/61-oracleraw.rules
    # Raw bind to Oracle Clusterware devices
    ACTION=="add", KERNEL=="sd*", PROGRAM=="/sbin/scsi_id", RESULT=="360a98000686f6959684a453333524174", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="sd*", PROGRAM=="/sbin/scsi_id", RESULT=="360a98000686f6959684a453333524179", RUN+="/bin/raw /dev/raw/raw2 %N"If migrating to RHEL5/OEL5 from an earlier Linux version that relied on /etc/sysconfig/rawdevices file for persistent raw device bindings, the following script can be used as a basis for generating your RHEL5/OEL5 udev rules. Note, the script does not factor device name persistency.
    #!/bin/bash
    grep -v "^ *#" /etc/sysconfig/rawdevices | grep -v "^$" | while read dev major minor ; do
    if [ -z "$minor" ]; then
    echo "ACTION==\"add\", KERNEL==\"${major##/dev/}\", RUN+=\"/bin/raw $dev %N\""
    else
    echo "ACTION==\"add\", ENV{MAJOR}==\"$major\", ENV{MINOR}==\"$minor\", RUN+=\"/bin/raw $dev %M %m\""
    fi
    done

  • Cloning RHEL-5 32bit 11 to RHEL-5 64bit

    Hi Gurus,
    Is that possible to clone R11(11.5.10) installed on RHEL-5 32-bit to RHEL-5 64-bit Machine , Kindly advise necessary notes and actions .
    Thanks in Advance .
    Regards,
    PB

    892046 wrote:
    Hi Hussein,
    All thread are confusing is there any straight forward answer to my post and any note reference. Customers has produciton installation on RHEL-5 -32bit but want to migrate/clone RHEL-5 64 bit , EBIZ R11i
    Thanks in AdvanceYes you can for the database tier node.
    FAQ: Cloning Oracle Applications Release 11i [ID 216664.1] -- 13. Can I clone from one operating system version to another?
    For the application tier node, it is not supported on 64-bit.
    Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1] -- 3. Is Oracle E-Business Suite supported on x86-64?
    Thanks,
    Hussein

  • Problems: install oracle 10g 32 bits on RH 5.8 x64

    Hello,
    Someone has given me an oracle 10g 32 bits to install on a Redhat 5.8 64 bits server (no other server available).
    I have a lot of errors during the installation process
    exemple:
    INFO: /usr/bin/ld: skipping incompatible /oracle/client/10x_32/lib/libxml10.a when searching for -lxml10
    /usr/bin/ld: cannot find -lxml10
    collect2: ld returned 1 exit status
    I installed libxml10 64 and 32 bits on the system !
    I would like to know if this configuration is POSSIBLE ???!
    If yes, what is the solution / process to fix these compli. problems :-|
    Thanks for your help !

    962147 wrote:
    yes i read the installprocess and pre requisits:
    But first "**is it possible to install oracle 10g 32 bits on redhat 64 bits ???* "
    yes or no ? :-(
    I've never seen any 32-bit software that DIDN'T run on a 64 bit OS, as long as the necessary libraries are installed.
    I used this process: is it the good one ?
    http://www.oracle-base.com/articles/10g/oracle-db-10gr2-installation-on-rhel-5.php
    Tim does a very nice job with his stuff on oracle-base, but that is NOT the official documentation. Why not use ORACLE'S own installation guide? Have you seen http://docs.oracle.com/cd/B19306_01/install.102/b15667/toc.htm
    And why are you installing a a version of Oracle that is out of support?
    And as long as you have a 64-bit OS, why would you want to run a 32-bit version of Oracle?
    Edited by: 962147 on 29 sept. 2012 13:06Edited by: EdStevens on Sep 29, 2012 9:22 PM

  • Lsnrctl doesn't work

    Hello guyz,
    I did an Oracle 10g installation on RHEL 4. I also created a few oracle users. At first users could not execute any binaries in $ORACLE_HOME including sqlplus, but I read in this forum a fix for that problem (i.e chmod s -R /app/oracle ; chmod gs -R /app/oracle). Things have worked seamlessly since then and I am happy with the results since only dba users have administrative privileges in this server (Even Linux user , root cannot log in as sysdba since he is not a member of the dba group). This morning, i discovered that the user oracle (who is a dba) cannot execute lsrnctl but root (who is not a dba) can. The message i get is
    LSNRCTL> start listener_orcl
    Starting /app/oracle/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /app/oracle/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /app/oracle/10.2.0/db_1/network/log/listener_orcl.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=gprsint1.ke.celtel.com)(PORT=1521)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12555: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00525: Insufficient privilege for operation
    Linux Error: 1: Operation not permitted
    Listener failed to start. See the error message(s) above...
    Any assistance will be highly appreciated

    1.please UID at start listener
    #ps -aef | grep LISTENER
    oracle 22324 1 1 Apr12 ? 10:36:54 /oracle/product/10.1.0/db//bin/tnslsnr LISTENER -inherit
    2. please check permission of path keep listener log
    and directory
    $ lsnrctl show log_file
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 19-พ.ค. -2006 15:24:32
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=napjune)(PORT=1522)))
    LISTENER parameter "log_file" set to listener.log
    The command completed successfully
    $ lsnrctl show log_directory
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 19-พ.ค. -2006 15:24:40
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=napjune)(PORT=1522)))
    LISTENER parameter "log_directory" set to /oracle/product/10.1.0/db/network/log/
    The command completed successfully
    Message was edited by:
    HunterX (Surachart Opun)
    null

Maybe you are looking for

  • All default routing value has to be changed, while changed the work center in production order

    Dear friends, our client they want to change the work center in production order.according to production version work center also they are changed.so while change the WC,all the default value has be changed as per routing what we maintained in routin

  • How to delete file systems from a Live Upgrade environment

    How to delete non-critical file systems from a Live Upgrade boot environment? Here is the situation. I have a Sol 10 upd 3 machine with 3 disks which I intend to upgrade to Sol 10 upd 6. Current layout Disk 0: 16 GB: /dev/dsk/c0t0d0s0 1.9G / /dev/dsk

  • Opening an external url in the same browser

    Hi all, I need to open an external URL (for instance,www.google.com) from my WDA application by 'linktoaction' or 'button' event and this should be happen in the same parent window and not as a external window. Please suggest me steps with example co

  • Garbled text printing from Acrobat pro 11.0.09

    I tried printing a PDF invoice from one of my suppliers yesterday and though they have printed fine in the past, suddenly all the text that is set in Arial Narrow is printing as random and squashed symbols and characters. I've checked and I have Aria

  • Fav linux docs

    My current internet connection is a bit sketchy, so I'm saving copies of some various Linux docs. (most from tldp) So far I have: from power up to bash prompt The Linux Kernal Intro to Linux - a hands on guide bash for beginners advanced bash I'm not