Oracle 8i on suse 6.4

help! j obtain error in createOUIprocess
-1: bad address.

There is good information at http://www.suse.de/en/support/oracle/
Follow the link for your Oracle product. I believe they have a patch for the Oracle install files (to be applied before installing) as well as instructions.
I have not yet had time to try the install with their patch and instructions, so I do not know if they would resolve your issue.
Good luck and let us know how it turns out!

Similar Messages

  • Installation: Oracle 10g on SUSE Linux 10.1

    Can this be? I sat for hours preparing my all new clean SUSE Linux 10.1 server for the installation of Oracle 10g (Standard Edition)... and when running the installer it simply tells me that SUSE 9 is needed...
    I've found others here in the forum having experienced the same.
    Maybe I just downloaded the wrong version of Oracle?
    The main download page is at:
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    I selected entry "Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86" (the one directly below the Windows version):
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html
    The size of the file^^ is 668,734,007 bytes.
    Or should i have downloaded entry "Oracle Database 10g Release 2 (10.2.0.2) for z/Linux":
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10202zlinuxsoft.html
    The size of the file^^ is 838,518,746 bytes.
    By the way, all these versions on the main page should have some kind of description, something like "This is the Linux Version for most standard 32Bit single and multiprocessor Intel compatible servers."
    Well, since I'm completely stuck now with SUSE 10.1, is there any way to make the Oracle installer go on that SUSE version? Maybe SUSE can pretend to be version 9... but how do I achieve something freaky as this?
    Thanks for any help, comments, suggestions...
    Karsten

    BTW, I think it's bad practice by Oracle not supporting SUSE 10.1.Actually, I think it is good practise for Oracle not to certify the public beta versions of an operating system.
    Please remember that Fedora and SuSE Linux are cycled every 6-8 months, making then truly unstable for commercial purposes. IN addition, they are often desupported by the comminuty within 2-3 years, forcing upgrades. And finally, Both Red Hat and SuSE/Novell publically state that these are 'proving grounds for new features' (meaning they are beta).
    Certification means that Oracle will invest heavily and train people on the specific operating system and work with the operating system supplier, 24x7 if needed, to make sure that customers will continue in production. I am not aware that the SuSE Linux or Fedora supporters are willing to put in 24x7 support they way the Red Hat and SuSE Enterprise groups are.
    This does not imply the public OSs are bad. It just means that Oracle (and I) believe they are unsuited for commercial, business mission critical, immediate support required, environments.
    By the way, I have the combination of Oracle10g and SuSE Linux 10.1 working, and it works well. However, I did need to make sure that the libraries to which Oracle10g was compiled are available in the OS.
    Or maybe Sybase does better.... ;-pNot if the [glibc] libraries are incompatible. Nor does PostgreSQL nor MySQL.

  • Oracle 10g on SuSE 9 with kernel 2.6.4

    Hi,
    i have installed Oracle 10g on SuSE 9 Professional with kernel 2.4.21-192 and it works fine.
    For testing purposes i have installed a 2.6.4 Kernel and get the following error on database startup:
    SQL> Connected to an idle instance
    SQL> ORA-27125: unable to create shared memory segment
    Linux Error: 1: Operation not permitted
    SQL> Disconnected
    Do you have any hints or is the kernel 2.6 not supported.
    Thanks Klaus

    /* using strace I have narrowed this down to the shmget call for allocating SGA memory. Specifically 2.6 kernel generates a WAIT in this call and Oracle specify IPC_NOWAIT flag, hence the failure condition.*/
    #include <sys/types.h>
    #include <sys/shm.h>
    #include <sys/types.h>
    #include <sys/mman.h>
    #include <errno.h>
    extern int errno;
    #define SHM_HUGETLB 04000
    #define SGA_SIZE 192937984
    #define dprintf(x) printf(x)
    #define ADDR 3285588844UL
    main()
    int shmid;
    int i, j, k;
    volatile char *shmaddr;
    if ((shmid = shmget(ADDR, SGA_SIZE, IPC_CREAT|IPC_NOWAIT|IPC_EXCL|0660) )
    < 0) {
    perror("IPC_NOWAIT Failure:\nTry without NOWAIT condition");
    if ((shmid = shmget(ADDR, SGA_SIZE, IPC_CREAT|IPC_EXCL|0660) )
    < 0) {
    perror("Failure:");
    exit(1);
    printf("shmid: 0x%x\n", shmid);
    shmaddr = shmat(shmid, (void *)ADDR, SHM_RND) ;
    if (errno != 0) {
    perror("Shared Memory Attach Failure:");
    exit(2);
    printf("shmaddr: %p\n", shmaddr);
    dprintf("Starting the writes:\n");
    for (i=0;i<SGA_SIZE;i++) {
    shmaddr[i] = (char) (i);
    if (!(i%(1024*1024))) dprintf(".");
    dprintf("\n");
    dprintf("Starting the Check...");
    for (i=0; i<SGA_SIZE;i++)
    if (shmaddr[i] != (char)i)
    printf("\nIndex %d mismatched.");
    dprintf("Done.\n");
    if (shmdt((const void *)shmaddr) != 0) {
    perror("Detached Failure:");
    exit (3);

  • Error when Installing Oracle XE on Suse Linux 10.0

    I am installing Oracle xe on Suse Linux 10.0.
    I get following error.
    gthomas@linux:~/oraclexe> rpm -ivh oracle-xe-10.2.0.1-0.1.i386.rpm
    error: cannot get exclusive lock on /var/lib/rpm/Packages
    error: cannot open Packages index using db3 - Operation not permitted (1)
    error: cannot open Packages database in /var/lib/rpm
    Please help
    George

    I found another thread in this forum where you can look up how to extend your swap space (look at the bottom of that thread):
    re:Out of swap space during 9iAS install.
    I am very new to Linux, I am very much disappointed,
    I installed Linux with lots of hopes that I can
    Install Oracle tools easily on Linux and work
    comfortably. Now If I cannot intall a small database
    Oracle XE, even with 1GB Ram and 25GB harddrive on
    Linux, I don't realize why people run for Linux.
    I could Oracle XE on windows on a machine with 512
    mb ram in 4 minutes.Maybe you should take into consideration that you are not so "new" to windows and that each new system has a learning curve.
    Someone please help.. in detail. How to resize the
    swap partition at this point.Look in the provided link.
    I have very limitted or no knowldge in Linux.Maybe you should change that or stay with what you know. I don't see any other way ...
    As a sidenote, each command under Linux does have a so called "man" page (from manual). You also need to open a shell to access those commands as shown in the thread.
    And please, take a look at the commands in that thread before you start implementing, since for example the dd command seems only to create a file with a size of 512M.
    Knowing how to use a search engine would also be a valuable asset in your current position.
    C.

  • Oracle 9i and suse 10.0

    Hello everyone,
    i have just been trying installing oracle 9i on sus linux 10.0, but whent i get on the first installer screen, the next button is not working (no action triggered) so as the exit button,
    i can see some java exceptions in the console :
    View passed to RootItemDataSource does not contain data in TopicTree format.
    sun.io.MalformedInputException
    also for :
    View passed to KeywordDataSource does not contain data in TopicTree format.
    sun.io.MalformedInputException
    with loads of line containing classname and line numbers
    on that point, all i can do is close the installer window by clicking ont he closing cross, clicking on 'about' button and uninstall other products
    note that some line in the exceptions specify the message "unknown source"
    how could i solve this problem ??

    Hello,
    perhaps this may help (from www.novell.com):
    : buttons don't work
    The NUMLOCK key on the numeric keyboard must be OFF when the installer is started or the Installer may not function correctly, like you cannot press any of the buttons. Cancel the installer, turn off NUMLOCK and restart the installer.

  • To install oracle 9i on Suse 10

    Hi,
    I want to install oracle 9i on Suse 10.
    Can i install?
    Do i need download any patches?(What are patches?)
    I dont have cd's also.
    So what should i do?
    Regards,
    Chaitra

    Yet another useful link
    http://dbis.informatik.uni-freiburg.de/content/courses/SS06/Praktikum/Programmierung%20in%20SQL/oracle-linux.html

  • How to install oracle 10g on suse linux

    Hi,
    can anybody let me kbow how to install oracle 10.2 on suse linux.....
    i have installed suse linux but couldn;t able to install oracle 10g on the same....
    looking for gud suggestion.....

    These two are good to start with
    Installing Oracle Database 10g on SUSE Linux Enterprise Server 9 and on SUSE Linux Professional 9.1, 9.2, and 9.3
    http://www.puschitz.com/InstallingOracle10gOnSUSE.shtml
    Oracle Products on SUSE Linux Enterprise: Documents
    http://www.novell.com/products/server/oracle/documents.html

  • Help in installing Oracle Xe in suse 10.2

    I have successfully installed Oracle XE in suse linux 10.2.(my laptop)
    The place I had installed had a Lan network available.
    Now I usually work in a location where there is no network.
    after I get the message that oracle XE is succesfully installed, I tried to open the oracle home page, but i was getting an error, that there is no network,
    I followed the instructions to give no proxies for my oracle home page address, etc.but to no avail.
    Can someone help me in this.
    Do reply to [email protected] incase you need more information, or reply to this thread.

    Ok..
    This is not a network issue at all..
    I am unable to connect to oracle even though there is network..
    I was wrong.
    Now here is the scenario..
    I downloaded the rpm for oracle XE
    i ran this command
    rpm -ivh downloads/oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    then i ran the command for configuring
    $ /etc/init.d/oracle-xe configure
    gave the default settings
    then I went to
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
    and from there ran the script file
    . ./oracle_env.sh
    the instruction says....
    You may also want edit your login or profile files so that these environment variables are set properly each time you log in or open a new shell.
    For Bourne, Bash, or Korn shell, enter the following line into the .bash_profile (to log in) or .bashrc file (to open a new shell):
    . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
    For C or tcsh shell, enter the following line into the .login file (to log in) or .cshrc file (to open a new shell):
    source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.csh
    Where do I find the .bash_profile file in suse 10.2?
    is this the final step to start working on my database...?
    has anyone worked on this before?
    It also says...
    You can find the database creation logs in $ORACLE_HOME/config/log/*.
    I cant find this path in my system...
    Someone help me..

  • Installing Oracle 8i on Suse 6.3

    I am trying to install Oracle 8i on Suse, and having problems.
    When i do:
    oracle@linux:/cdrom/install/linux > ./runInstaller
    bash: ./runInstaller: Permission denied
    I am keep getting the error!

    Try SuSE 7.0. Works out of the BOX.

  • Problems Installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0)

    I have problems installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0). When I try to create the repository the installation hang up. I try over Oracle 8i (WIndows 2000) and the problems remain.
    Please any body can help?
    Is it possible to install Designer 6i and generate forms 6.0 (I mean for using Developer 6.0 (NOT 6i))?
    Best regards,
    JAGC

    Marcel,
    I had the same problem. Oracle gives as an answer that Designer 6.0 is not supported against 8.1.7. In the specified package a statement is issued which is a problem for 8.1.7. I changed that package and now it works fine.
    Comment as below and replace with the delete statement, then it compiles fines.
    I don't know if any problem can occur after that, but a Migration from a 1.3.2 repository to 6i works fine through this repository. Hope this helps.
    Kind Regards
    Jan Boersma
    Email: [email protected]
    see here:
    -- Remove Reserved Names entry and comment
    -- delete from sdd_reserved_names
    -- where (rn_res_name, rn_type) in ((upper(view_name), 'VIEW')
    -- ,(upper(pack_name), 'PACKAGE')
    -- ,(upper(pack_name), 'PACKAGE BODY')
    -- ,(upper(app_view_name), 'VIEW BODY'));
    delete from sdd_reserved_names
    where ((rn_res_name = UPPER(view_name) AND rn_type = 'VIEW') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE BODY') OR
    (rn_res_name = UPPER(app_view_name) AND rn_type = 'VIEW BODY'));
    null

  • Stopping the Enterprise Manager Console (Oracle 10g on SuSE 9.1)

    I'm trying to stop the Enterprise Manager Console by issuing the command:
    ${ORACLE_HOME}/bin/emctl stop dbconsole
    Unfortunately, the command fails to stop the EM Console. Here's the output I get:
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://<hostname>:5505/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    The only way I can stop the EM Console (and related services--i.e., emagent) is to kill its process.
    Everything (Listener, DB Instance, EM Console) starts fine. I can stop the Listener and DB Instance without any problems. It's just the EM Console shutdown that doesn't happen cleanly.
    Has anyone else encountered the same condition? If so, what was the solution?
    Here's my operating environment:
    SuSE 9.1 (Kernel 2.6.5-7.108-default)
    Oracle 10g
    Thanks in advance for any help/insight.

    Has anyone else encountered the same condition? If so, what was the solution?Yes. Shutdown/reboot of the system made the error go away.
    Sorry, no better clues,
    Toni

  • Installation of Oracle 11gR2 in suse 12.1

    Hi,
    I recently installed the the linux Open suse 12.1, I have only one os in my pc. Now i want to install Oracle, can any one help me how to install and what are the packages to install before installation of oracle and where can i get those package.
    One more point is I am newly to the linux, I dont know anything about this linux, Just 2 days before i installed the os. Can any one help me for this query
    Thanks and regards,
    G.Manikanta

    How many PC's and OS's do you have ;-) Installation of oracle 11gR2 in fedora 16
    Supported OS versions are listed in the Install Doc - http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD
    If you insist on using an unsupported OS, you are on your own.
    HTH
    Srini

  • Installation problem Oracle 9i on SuSE Linux 7.2 s390

    Hi all
    I've got a problem after having installed Oracle9i on a S390 box with SuSE linux 7.2. When I launch sqlplus, I've got the following message :
    sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot load shared object file: No such file or directory
    It appears the shared library libclntsh.so.9.0 was not included in the tarball I've downloaded from the Oracle site.
    Any idea ?
    Thanks
    Frangois Basquin

    Forget my question : I've found the answer in the document ID 158104.1. Even if my problem was not exactly the one mentioned (I hadn't any problem during compile time), the cure was good.
    Frangois

  • Error while Oracle 10g  Installation suse linux

    Hi,
    All i am facing issue while installing Oracle 10g release 2 on open suse.
    All test are getting passed but getting a error reltated to ip address as follows.
    INFO: Checking DetectIfDHCPAssignedIP
    This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:10.31.215.64
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :SuSE
    INFO: Check complete. The overall result of this check is: Not executed <<<<
    Also while installing getting error as,
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public
    IP addresses. However, the primary network interface on the system should be
    configured with a static IP address in order for the Oracle Software to function
    properly. See the Installation Guide for more details on installing the software
    on systems configured with DHCP.
    Please help me to resolve issue.
    BR,
    Rajesh
    Edited by: Rajesh.Rathod on Dec 20, 2010 12:52 AM

    Hi,
    I tried to follow each step of oracle documentation but network configuration requirement is failing.
    please find following log.
    Checking operating system requirements ...
    Expected result: One of redhat-3,redhat-4,SuSE-9
    Actual Result: SuSE-9
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking operating system package requirements ...
    Checking for make-3.79; found make-3.81-128.14.     Passed
    Checking for binutils-2.14; found binutils-2.19.51-10.26.4.     Passed
    Checking for gcc-3.2; found gcc-4.4-4.2.     Passed
    Checking for libaio-0.3.96; found libaio-0.3.104-144.2.     Passed
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=1250.     Passed
    Checking for semmns=32000; found semmns=32000.     Passed
    Checking for semopm=100; found semopm=100.     Passed
    Checking for semmni=128; found semmni=256.     Passed
    Checking for shmmax=536870912; found shmmax=3294967296.     Passed
    Checking for shmmni=4096; found shmmni=4096.     Passed
    Checking for shmall=2097152; found shmall=2097152.     Passed
    Checking for file-max=65536; found file-max=131072.     Passed
    Checking for VERSION=2.6.5-7.201; found VERSION=2.6.31.5-0.1-desktop.     Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000.     Passed
    Checking for rmem_default=262144; found rmem_default=4194304.     Passed
    Checking for rmem_max=262144; found rmem_max=4194304.     Passed
    Checking for wmem_default=262144; found wmem_default=262144.     Passed
    Checking for wmem_max=262144; found wmem_max=262144.     Passed
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.3-98.28
    Actual Result: 2.10.1-10.4
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 5460MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking available swap space requirements ...
    Expected result: 5460MB
    Actual Result: 10244MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Please suggest how to resolve.

  • Problem with installing Oracle 10g on Suse Linux

    Hi everybody!
    I downloaded Oracle 10g Express from this url:
    http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html
    it is free version for developers.
    I copied it into computer where was installed Suse Linux Enterprise Edition.
    But when I run it shows this kind of error:
    error: rpmReadSignature failed: region failed: BAD, tag 15872 type 2047 offset 20480 count 4096
    error: oracle-xe-univ-10.2.0.1-1.i386.rpm cannot be installed
    It was downloaded without any problem. But checksum is different from that shown on website. I think this is the problem.
    What is the problem? Does anybody know answer?
    Regards,
    Seti's fiction

    Yes, you appear to have a bad copy.
    I have not had a problem when the check sum matched. Therefore I encourage you to download again.

  • Install Oracle 10g on SUSE Enterprise 10

    Hi,
    I'm having some trouble with my Oracle installation and it would be great if someone could please point me in the right direction!
    At about 62% into the install I receive the following error message:
    Error in invoking target 'client_sharedlib' of makefile '/opt/oracle/product/10.2/db_1/network/lib/ins_net_client.mk'. See '/opt/oracle/oraInventory/logs/installActions2009-08-10_08-49-40AM.log' for details.
    The log file says:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: /opt/oracle/product/10.2/db_1/bin/genclntsh
    INFO: /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /opt/oracle/product/10.2/db_1/lib/libxml10.a when searching for -lxml10
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lxml10
    INFO: collect2: ld returned 1 exit status
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    INFO: make: *** [client_sharedlib] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/opt/oracle/product/10.2/db_1/network/lib/ins_net_client.mk'. See '/opt/oracle/oraInventory/logs/installActions2009-08-10_08-49-40AM.log' for details.
    Exception Severity: 1
    but it's unclear to me what's wrong and where I can obtain lxml10 from...
    Advice greatly appreciated! Thanks!

    Hi,
    It seems that you are attempting to install a 32bit database version on a 64-bit Linux.
    Please check your OS weather it is 32 or 64 bit using below command.
    $ uname -m
    Regards,
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com

Maybe you are looking for

  • Lack of First and Last Name Reversal in Address Book

    I just got a new iMac and transferred the contents of my old eMac running on OS 10.3---(latest) using the Mac transfer system. Problem: in the address book most of the cards do not respond to the Preference setting for First or Last name first. Some

  • Selecting two different Names using the same table with same field

    Hello, I am trying to display several fields from different tables. Here are some of the fields that I need: The instructor needs to go after the social. WESL | ENGR-1101-SW1 | Hinojosa | Ashley | Social | Instructor | I am using a table where they h

  • URL call works in windows and not in linux

    HI, I am using the below code to call a URL from my java code. It works fine when I access the application from local tomcat service, but it doesn't work under linux where my production server is setup. URL url = new URL(urlData);                    

  • Turn Off Location in Title?

    Is there a way to turn off the location in the titles.

  • Webdynpro testing using Ecatt from Solution Manager

    Hi Experts, I am trying to do test a Webdynpro application using Ecatt. But when i go to test script --> pattern in the following popup i am maintaing the following data group       :  UI Control Command : Webdynpro Interface  : [GENERATED] then STAR