Red hat 6.0 & oas 3.0x

oas3.0 can not run on rh6 ,owsctl can not start wrb and adm
null

bear (guest) wrote:
: oas3.0 can not run on rh6 ,owsctl can not start wrb and adm
Downgrade your procps rpm package to 1.2.9
Don't forget to create a sym link for /var/opt/oracle/oratab
to /etc/oratab
Even the PS/SQL cartridge works....
Greetings, Eric.
null

Similar Messages

  • OAS 10.1.1 in Red Hat 5

    Hello,
    I find a manual for OAS 10.1.3 on Red Hat 5.
    Thanks for your answers

    Veena
    You can install Oracle Configuration management (OCM) and its does all checks for you. Also you need to make sure that on 64-bit application server, you use linux32 bash for installing 10.1.3 app server.
    Also installer does the pre-req check as well.
    Thanks
    Amit

  • Red hat 6.0 & ows 3.0x & wrb listener doesn't start

    is there a patch for upgrading the oracle application 3.x to work
    on red hat 6.0? I got the patchset for the 8.0.5 db and it
    now works correctly but when I try to start the web server
    i get:
    OWS-08820: Unable to start WRB process
    `/home/oracle/ows/3.0/bin/mnaddrsrv'.
    I see there has been recent discussion about OAS 4.0.7 and a
    patch but nothing about 3.x
    null

    bear (guest) wrote:
    : oas3.0 can not run on rh6 ,owsctl can not start wrb and adm
    Downgrade your procps rpm package to 1.2.9
    Don't forget to create a sym link for /var/opt/oracle/oratab
    to /etc/oratab
    Even the PS/SQL cartridge works....
    Greetings, Eric.
    null

  • Oracle 8.1.5 on red hat 6.1

    hi,
    i am trying to install oracle 8.1.5 on red hat 6.1, i entcountered the when i am trying to run runInstaller.
    initializing java virtual machine from
    /usr/local/jre/bin/jre please wait.....
    error in createOUIProcess(): -1
    :permission denied.
    I have installed jre1.1.6 v5 downloaded from
    blackdown.org as a root user.
    I am unable to understand why this permission denied problem is coming.
    please help out.
    thanks
    rajneesh
    null

    You need JDK. the same version of jre that u used.
    then export CLASSPATH to point to classes.zip of the jdk.
    Thanks

  • Failed Installation of Oracle8i on Red Hat Linux 7.0

    Hi,
    I have successfully installed Oracle8i(8.1.6) Enterprise edition on Red Hat Linux 7.0 but while running the Database Configuration Assistant, it stops at the database initialization portion. I suspect the initmig8i.ora file is causing the problem. I have followed the installation guide very closely and the SID is mig8i. What might be the problem causing it to stop? Now, I can't connect to database.
    initmig8i.ora located at
    /u01/app/oracle/admin/mig8i/pfile
    # Copyright (c) 1991, 1998 by Oracle Corporation
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback' segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    db_name = "mig8i"
    instance_name = mig8i
    service_names = mig8i
    control_files = ("/u01/app/oracle/oradata/mig8i/control01.ctl", "/u01/app/oracle/oradata/mig8i/control02.ctl", "/u01/app/oracle/oradata/mig8i/control03.ctl")
    open_cursors = 100
    max_enabled_roles = 30
    db_block_buffers = 2048
    shared_pool_size = 4194304
    large_pool_size = 614400
    java_pool_size = 0
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 50
    log_buffer = 163840
    # audit_trail = false # if you want auditing
    # timed_statistics = false # if you want timed statistics
    # max_dump_file_size = 10000 # limit trace file size to 5M each
    # Uncommenting the lines below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest_1 = "location=/u01/app/oracle/admin/mig8i/arch"
    # log_archive_format = arch_%t_%s.arc
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    #rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6 )
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    # global_names = false
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = true
    # define directories to store trace and alert files
    background_dump_dest = /u01/app/oracle/admin/mig8i/bdump
    core_dump_dest = /u01/app/oracle/admin/mig8i/cdump
    #Uncomment this parameter to enable resource management for your database.
    #The SYSTEM_PLAN is provided by default with the database.
    #Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
    user_dump_dest = /u01/app/oracle/admin/mig8i/udump
    db_block_size = 8192
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    compatible = "8.0.5"
    sort_area_size = 65536
    sort_area_retained_size = 65536
    Thank you.
    null

    Richard,
    It's a glib problem. 8i uses the glib 2.1 libraries, while RH7 uses the 2.2. There is a patch available from oracle support, or you can find a solution that has worked for me twice on the otn discussion forum.
    Cory Franzmeier
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Richard Yip ([email protected]):
    Hi,
    I have successfully installed Oracle8i(8.1.6) Enterprise edition on Red Hat Linux 7.0 but while running the Database Configuration Assistant, it stops at the database initialization portion. I suspect the initmig8i.ora file is causing the problem. I have followed the installation guide very closely and the SID is mig8i. What might be the problem causing it to stop? Now, I can't connect to database.
    initmig8i.ora located at
    /u01/app/oracle/admin/mig8i/pfile
    # Copyright (c) 1991, 1998 by Oracle Corporation
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback' segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    db_name = "mig8i"
    instance_name = mig8i
    service_names = mig8i
    control_files = ("/u01/app/oracle/oradata/mig8i/control01.ctl", "/u01/app/oracle/oradata/mig8i/control02.ctl", "/u01/app/oracle/oradata/mig8i/control03.ctl")
    open_cursors = 100
    max_enabled_roles = 30
    db_block_buffers = 2048
    shared_pool_size = 4194304
    large_pool_size = 614400
    java_pool_size = 0
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 50
    log_buffer = 163840
    # audit_trail = false # if you want auditing
    # timed_statistics = false # if you want timed statistics
    # max_dump_file_size = 10000 # limit trace file size to 5M each
    # Uncommenting the lines below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest_1 = "location=/u01/app/oracle/admin/mig8i/arch"
    # log_archive_format = arch_%t_%s.arc
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    #rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6 )
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    # global_names = false
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = true
    # define directories to store trace and alert files
    background_dump_dest = /u01/app/oracle/admin/mig8i/bdump
    core_dump_dest = /u01/app/oracle/admin/mig8i/cdump
    #Uncomment this parameter to enable resource management for your database.
    #The SYSTEM_PLAN is provided by default with the database.
    #Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
    user_dump_dest = /u01/app/oracle/admin/mig8i/udump
    db_block_size = 8192
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    compatible = "8.0.5"
    sort_area_size = 65536
    sort_area_retained_size = 65536
    Thank you.<HR></BLOCKQUOTE>
    null

  • Classes not found when compiling for jdk1.3.1_01 on red hat 7.2

    I have just installed jdk1.3.1_01 (rpm) on linux red hat 7.2
    I have written a small program to test, however, the compiler isn't able to locate the classes.
    import javax.swing.*;
    public class JTest {
    public static void main( String args[] )
    JOptionPane.showMessageDialog( null, "Hello", "Test Dialog",
    JOptionPane.INFORMATION_MESSAGE );
    System.exit( 0 );
    When compiled it generates the error:
    JTest.java:10: error:Variable "JOptionPane" is not defined in current context
    I have the path and classpath set to what I think are the correct directory paths.
    Any advice would be much appreciated!
    Thanks..

    Sorry, typo in the classpath... but now when I compile
    I get error: "segmentation fault" then nothing else.
    This also happens when I execute a precompiled app (eg
    "java OldApp").This is to do with GLIBC-2.2, I believe. :/ (Pointed out by Niteen. :)
    "ulimit -s 2048" should fix this. Adding this line to /etc/profile or your ~/.profile shall automatically run this command every log in.
    Bhav

  • Installation Problem Oracle 9.2.0.4 on Red Hat Linux 5

    I have installed Red Hat Enterprise Linux 5. I want to install Oracle 9i (9.2.0.4) Server.
    I have created oracle user and set oracle home directory in the .bash_profile.After that i run runinstaller file but the message comes as below..
    'The user is root. Oracle Universal Installer cannot continue installation if the user is root. No such file or directory.
    Please tell me the actual solution.
    - Prasanta

    First of all, as pointed out by Hans, make sure you perform the installation with the oracle user, not root.
    Next, you should be aware that installing Ora9iR2 on RHEL5 is neither supported nor planned, so you must be aware you will be on your own. There is no official procedure to install 9i on RHEL5, however, considering you will use this for personal purposes, not production, you can attempt the procedure provided by Ivan Kartik --> Oracle 9i on RHEL 5.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Oracle 8.1.7 installation problem on ( linux) red hat 7.1

    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

    Hi,
    My name is Fridirick REMBEAUX and I have the same problem. ;))
    I did not understand the first point after :
    1. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    At which url can I get this script ?
    I think that maybe it's not the same problem because the installer and so the jre
    still executed but nothing else appears.
    And I'm also lost. When did the oracle products work well ??
    I think I damned.
    Hi
    I get same Problem on Rh7.3 !But when i execute 2 Step will be OK!
    1. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    2. export LD_ASSUME_KENERL=2.2.5
    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

  • Do you have oracle9i relink problem on Red Hat 7.1? READ THIS!

    Red Hat 7.1 ld program has problem.
    because that is applied elf_i386_glibc21 emulation patch for oracle8i.
    downgrade binutils package or rebuild excluding glibc21 emulation patch.
    and relink all :)
    ftp://ftp.redhat.com/pub/redhat/linux/7.0/en/os/i386/RedHat/RPMS/binutils-2.10.0.18-1.i386.rpm
    ftp://ftp.redhat.com/pub/redhat/redhat-7.1-en/os/i386/SRPMS/binutils-2.10.91.0.2-3.src.rpm

    What about instead the java tools like
    netasst and dbca (or also srvconfig srvctl:
    I used the oracm config without using those tools for configuring rac).
    Anyone found how to have them running on rh 7.1? I tried some suggestions from the list
    but none works.
    Bye,
    Gianluca

  • Install Problem on Red Hat 7.1

    When I try to install Oracle 8.1.7 on Red Hat 7.1, and run the
    runInstaller, but nothing happens. Even no Welcome Page is
    displayed.
    [oracle@localhost Disk1]$ ./runInstaller
    Initializing Java Virtual Machine
    from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
    d/linux/bin/jre. Please wait..
    [oracle@localhost Disk1]$
    I have create the group and user for installation, install Java
    SDK 1.3.1 and set the path. Can anyone show me some directions
    about what is the problem and how to solve the problem?

    Thanks Olaf Tiemann,
    I have not installed those packages yet and try the installation
    again.
    Finally I install the Oracle successfully and get the DB
    running, though there are still 2 minor errors.
    1. Error in invoking target relink of
    makefile /oracle/OraHome/ctx/lib/ins_ctx.mk, the patch glibc-
    2.1.3-stubs.tar.gz seems does not relink/replace this .mk file
    2. Error when running the Root.sh, there are 2 sytnax errors at
    the beginning of the script
    It will be perfect to get rid of these 2 errors.
    Anyway, my DB gets running.

  • Oracle Forms  (11.1.2.2.0) is supported on RED HAT 7

    Hi, all...
    I need know if Oracle Forms  (11.1.2.2.0) is supported on RED HAT 7, in certmatrix, the RED HAT 6  is supported, if I install in RED HAT 7, Oracle supports the product?
    Thank you.

    This forum is dedicated to support the Oracle Maven Repository and related Maven functionality and therefore, are unlikely to find answers to your Oracle Forms-related questions here.  However, if the certification matrix does not explicitly list RHEL 7, that means that it has not been certified to run on RHEL 7.

  • Memory Problem with Oracle10g R2 and red Hat linux  2.4.21-37.EL

    Hi All.
    i've a 64Bit red Hat Linux 2.4.21-37.EL , 5GB Ram , 3GB Swap Space.
    Oracle10g R2. i've 2 prodection database each is having 1400MB of SGA.
    when i check the free meory it shows only 12mb of ram is free..why..?
    and in swap space it's only 200mb is used...why..?
    when i check the dbwither is taking 1.2GB of RAM why..?
    can anybody help me in this ...how to get free memory or configure os level to get more free memory.
    Sarit
    [email protected]

    Linux uses Swap space to run applications. The RAM available may not be enough to run the applications so OS swaps the program between RAM and the swap space to run applications.
    You can see your swap partition being used as the swap space with:
    cat /proc/swaps
    Regards,
    Senthil Murugan

  • Problem with Javamail in Red Hat

    Good afternoon.
    I have a problem with javamail in Red Hat.
    When i send a email in windows with my application, works well. But in Red Hat no works.
    Gives the following error:
    Java.lang.ClassCastException .... gnu.mail.handler.TextPlain
    Does anyone know that happens?

    You have much to learn. This is the wrong forum for most of it.
    You should be able to use the package manager in Linux to
    uninstall the Gnu version. Then read this:
    [http://java.sun.com/products/javamail/FAQ.html#install|http://java.sun.com/products/javamail/FAQ.html#install]

  • Recovery failed during homognuos System copy maxdb 7.7 red hat 5.4 ECC 6.0

    Hi all,
             *Actully i have one Development Server with ECC 6.0.. + maxdb 7.7 database    OS  Red Hat 5.4.
    Please help us to what username and password we can give....i am from oracle backgroud so i am a newbie in maxdb.
    Source System
    ECC 6.0
    OS Redhat 5.4
    SAPSID   WIA
    Target system
    ECC 6.0
    OS Redhat   5.4
    SAPSID    WID
    Now i am going to Create Quality Server for my landscape using homogenoues system copy ....option in target machine...  and I have taken database backup (offline backup) also...
    But during system copy it is asking for Database recovery . For recovery i am using DATABASE MANAGER TOOL  (DBMGUI 7.6 maxdb) but it is asking for IP ,DBname username and password.
    I have given the IP and DB Name but  dont know the username  and password for the target Machine SAPSID
    Because at the time of system copy it asked for database recovery before creating the database users phase .
    I checked with xuser list from command line it is showing no values.
    Tried with the username and password given at OS level and the password for Source system but no luck.
    So what to do.....
    Please help

    Hi,
    thanks for your reply.
    I am sahil garg and amkum82 user  we both are working on the same issue.
    We both are from oracle backgroud.Newbie in maxdb.
    We have are following the 129352 note for homogenous system copy.
          2. Target system:
                b) Restore:
                Before the restore, you must initialize the target instance. This initialization formats the log area. Data volumes are only formatted if they are not configured as raw devices and are not available in the configured size.
                We dont know how to create instancefor tarhet system  in maxdb for homogenues system copy.Could you please help us out what steps needed to be executed for this.
    Thanks Regards,
    Sahil

  • Using Linux/Red Hat/Intel for Sun ONE/Java Directory Server

    Anybody have any experience of this? We're looking to get off AIX, and Total Cost of Ownership for using Solaris/Sparc versus Linux/Intel is very similar.
    The decider will be if no-one is using Linux as a platform for Sun ONE/Java Directory Server....
    Any feedback would be appreciated....

    We run Directory 5.1 in production on Solaris/Sparc, but I've tried it with sucess on Red Hat 7.2 on Intel. We have not been able to get it to work on Red Hat Enterprise 2.1 or 3.0. The main problem has been that the administration server fails on startup. Obvious the lack of support for the latest enterprise class Linux is a huge drawback. At this point I've decided to stay on Solaris/Sparc until Red Hat comes out with its own release of Netscape's Directory. When that happens we're going to evaluate whether to move the whole environment to Red Hat. The Sun and Netscape servers are almost identical in terms of features and performance, but having an open source version that can run on less expensive hardware would be a terrific win for us.

Maybe you are looking for

  • CS193p 2010-11 Fall, Assignment 3

    TL;DR: How to let a class method of a view communicate with its delegate, owner or so? The assignment is to iterate over pixels to draw points over X and Y axes. The X axis is the X, the Y axis is the evaluation of the expression of X, sent by a view

  • Control key ck01,ck02,ck03?

    hi please describe in detail the differences among control key ck01,ck02,ck03                                                                                 regards                                                                                 sanj

  • HT4972 where can I find the update setting for my ipad 4 version?

    Where can I find the update setting for my ipad 4 version?

  • Flash can not open

    Dear Bosss My router 2801  flash can not open. when I boot tftp it works fine. then i do reload.......its ok. when i switch off power and restart it does not boot and show flash can no open. if i remove flash and inser then it boot agin. That means i

  • Purchasing older iPad

    I am considering the purchase of an iPad 1 for a specific purpose . .  the software I want to use with it requires iOS 5 or later.   I don't know what OS is on the machine, but are  the older ipods compatible with newer versions of the OS? Is there a