Oracle Install on Mandrake Linux 9.1 (Dell Laptop 600)

I have a full install of Oracle 10G running on a Dell Laptop using Mandrake Linux 9.1:
First I did an install of the OS, I built the swap file to be 2GIGs, the /oracle partition as 5GIGS and the /home partition as 25GIGS.
I made sure to choose the Development packages and the Office packages, I did not choose any of the WEB and other stuff.
As root, edit the file /etc/sysctl.conf. Add the following lines to the end of the file:
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
As root, issue the following commands at a terminal:
groupadd oinstall
groupadd dba
useradd –g oinstall –G dba oracle
passwd oracle <supply new password>
You then need to set up the new user’s environment variables. Edit the file /home/oracle/.bashrc and add the following between the “# User specific aliases and functions” and the “# Source global definitions” lines. In Mandrake Linux all I did was edit the /etc/profile file and add the below at the end. This way all users get the added. Works like a charm.
ORACLE_SID=lx10g
ORACLE_BASE=/oracle
ORACLE_HOME=/oracle/10g
PATH=$ORACLE_HOME/bin:$PATH:.
export ORACLE_SID ORACLE_BASE ORACLE_HOME PATH
You can choose what you like for the ORACLE_SID: it represents what you will eventually call your database.
Make install directories, In my case, for example, I did this:
mkdir /oracle
mkdir /oracle/10g
chown -R oracle:oinstall /oracle
First when you try to run the Universal Installer do the following:
./runInstaller -ignoreSysPrereqs (this gets you by the error on the OS)
Then just follow the normal screens and at the end you should have a complete system. There is a bug in the installer and you will need to re-run the ./runInstaller and selct just the ISQLPlus* and it will then only re-install this package. It seems it misses it during the initial install. I also suggest downloading the Compaign CD and installing the APACHE and HTMDB using the same as above when running the ./runInstaller as everything else is already setup.

check pre-requisites for a Linux OS here:
Installation Guide for UNIX Systems: AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, Linux Intel and Sun Solaris Contents / Search / Index / PDF
http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
Remember that the OS has to be certified to install
Oracle sucessfully.
Joel P�rez

Similar Messages

  • Problem Installing oracle 9iAS in Mandrake Linux 8.1

    1.When iam trying to install Oracle 9iAS in Mandrake linux 8.1 iam getting the
    below error. Pls help me out.
    A Initializing Java Virtual Machine from /tmp/OraInstall0/jre/bin/jre.
    Please wait...
    SIGSEGV received at bffff190
    in /tmp/OraInstall0/jre/lib/linux/native_threads/libjava.so.
    Processing terminated Writing stack trace to javacore1520.txt ... OK
    2.Does Orale 9iAS have Orace Database Server

    I don't really understand why you are using almost 6 years old distribution (release date 2002/09/30).
    What's the sense? Time has changed and of course SW included in this distro has changed (significantly) and especially glibc.
    10g R1 is certified for RH EL 2.1. When I compare version of packages (RH 8 vs RHEL 2.1) it could be possible (easily) to install on RH 8. For 10g R2 you need defintely upgrade at least glibc* packages.

  • Dual  Boot Pre install Windows 7 with  oracle linux  on a dell laptop

    I'm new in linux. want to install oracle linux on my dell aptop. it has existing windows 7. how can i install oracle linux without affecting win 7 files.
    is oracle linux can be install on laptop.

    My advice to you is, since you have established such a reputation on this board, on issues that you don't have any knowledge or don't feel comfortable about, please just keep quiet. I don't think your job is to answer every question that has been posted on this board. Recklessly, or worse, knowingly, providing a wrong answer is much worse than no answer at all. These are serious personal accusations. Are you trying to make some noise to create some visibility for yourself? Please don't steal any of my limelight! ;-)
    Personally, I don't particularly appreciiate many of your responses to some of the questions that I posted. To me, your responses are rude, idiotic (and insults to my intelligence)!Sorry, I have no idea what makes you so upset. Are you just making this up? What questions and answers are you taking about?
    Are you referring to this post: Ralink RT5390 Does Not Work on the UEK Kernel
    May I quote/remind you of your own posting:
    We installed OL6.3 and Ubuntu 12.04 on a new Asus X45A notebook. It has a Ralink RT5390 wireless card. With Ubuntu, both wifi and video work flawlessly. However, the wifi driver (from elrepo) does not work for the the uek kernel (2.6.39). While the wifi driver works when boot into the RHEL kernel (2.6.32), it created an "even bigger problem" in that the video starts at about 1/10 from the left edge of the screen.
    But again, please no one be fooled by my overly optimistic and simplistic comments*. The reality is, I am glad OL6 desktop works at all.
    * For example, I actually installed OL6 on 4 notebooks, one of them "does not work" because I couldn't dim the screen. I did not intend to lie, but subconsciously, I somewhat forgot that there was this failed case.
    So what are you really trying to tell us/me here?
    I think you have shot yourself in the foot here. I'm afraid the best I can offer to you is to remove my response if you remove your post.
    User Profile for Ping-Wu
    Handle:      Ping-Wu
    Status Level:      Newbie
    Registered:      Oct 8, 2012
    Total Posts:      13
    Total Questions:      2 (2 unresolved)
    Name      Ping-Wu
    Location      Hawaii Linux
    Occupation      Attorney
    You will never hear from me again...Too bad ;-)

  • Oracle install dies on linux

    Hi,
    I'm using Mandrake (top of redhat linux).
    Oracle install dies with the message:
    [oracle@watson oracle]$ runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    [oracle@watson oracle]$
    Can you mail me a reply at [email protected]
    Thanks,
    erach
    null

    Third important note.....
    go to install/linux subdirectory and type
    ./runInst.sh
    i find it more descriptive than the error
    message I got from runInstaller
    Victor

  • Oracle install problem in linux

    hi,
    cannot execute the Export command before running the command ./RUNINSTALL.SH
    Error is
    OraSID#export DISPLAY=ipaddress:0.0
    cannot find the command but i can find the export command in sbin and also i checked echo$DISLPAY and got output as :0.0 and also i can export in root user.

    So if you get a value, don't set DISPLAY manually, it's only necessary if you display
    - on a different host
    - on the same host using a different user than the one you're logged in
    RUNINSTALLER will run for some time before it fires up a GUI so be patient
    Markus

  • Failed when installing windows and linux on my lenovo laptop E440

    Good day, I have a problem with my lenovo Thinkpad E440 Laptop. The laptop and brings the windows installed by default but I need to install linux and also have both systems on the machine. That said I do the preceded the installation of linux and I had not any problem, but when I restart the machine and choose the grub operating system Windows boots the system and everything but the picture does not give me good, I thought it was the d elinux version installed and that it had generated some conflict with windows but I got another and equally the same error, here I leave the image to see what I am talking about ....... you do not help me please.

    www.everydaylinuxuser.com/.../install-ubuntu-1404-alongside-windows.html

  • How can i install a previously installed PS Elements 12 on new Dell Laptop using USB DVD drive?

    When I insert the DVD program, my laptop does not give me the option to install. I have the product key. What next?
    Thanks!

    I don't know if there will be a compatibility issue, but you should be able to find a download thru one of the links below...
    PSE 7, 8, 9 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-7-8-9-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    http://prodesigntools.com/photoshop-elements-9-premiere-elements-9-direct-download-links.h tml

  • Help with CS5 Install to New Dell Laptop!

    I am consistently getting this (ERROR: DW050:  - Adobe Color EU CS5.5: Install failed), after several attempts to install CS5.5 on my new Dell laptop computer. I turned off my firewall and antivirus security, as suggested by the installer, but none of it made any difference. I have the download exe. file on my  network drive, however I did place a copy on my desk top to do the install. Any assistance would be appreciated.

    Please provide us with the following logs.
    You can find them at:
    PS Installer logs
    For Mac:
    Library\Logs\Adobe\Installer
    For Win:
    Program Files(x86)\Common Files\Adobe\Installers
    You can zip all the files together and send us through mail. This would help us in finding the root cause.
    Appreciate your help. Apologize for the inconvenience.
    Regards,
    Ashutosh
    [email protected]

  • Error message with install of Oracle 9.2 on Mandrake Linux 9.0

    Hi,
    I hope somebody can help with this. I'm getting an error message during the installation for oracle 9.2 on mandrake linux 9. An error get thrown saying the IP address of a host cannot be determined.
    Here is what is in the log:
    *** Database Configuration Page***
    TitleLabel = Database Configuration
    Prompt = Select a database suited to your needs.
    ConfigList = General Purpose,Installs a pre-configured database optimized for general purpose usage,Transaction Processing,Installs a pre-configured database optimized for transaction processing,Data Warehouse,Installs a pre-configured database optimized for data warehousing,Customized,Allows you to create a customized database. This option takes longer than the pre-configured options,Software Only,Installs software only and does not create a database at this time,
    Selection = s_cfgtyperet = General Purpose
    Setting value of s_dbcaProgressOnly to -progress_only
    Setting value of b_autoStartApache to true
    Setting value of b_launchNETCA to true
    Calling query netQueries2.2.0.7.0 getHostIPAddress
    Query Exception: UnknownHostException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    Anyone know how to resolve this error and whether or not it is very critical to the oracle installation?
    Cheers
    Johnny

    Hi johnny,
    You should first check the hosts file to see if the correct hostname and the IP address are shown. You can also check if the "hostname" command returns the correct result. If everything looks good so far, then next check if command "nslookup" returns the correct IP address. If the nslookup <hostname> command returns error, you will need to talk to the Domain Name Server (DNS) administrator to correct this network configuration problem.
    Yogi

  • Error while installing oracle 9i(9.2.0.1.0) on Mandrake Linux

    Hi,
    My default jdk is jre1.3.1_07 and oracle install is trying to use 1.3.1_02-b02 to install itself, it should not really matter. Anyway,
    I get the following error when running runInstall:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x400cd980
    Function name=getDefaultConfig
    Library=/usr/java/jre1.3.1_07/lib/i386//libawt.so
    Current Java thread:
    at sun.awt.motif.MToolkit.init(Native Method)
    at sun.awt.motif.MToolkit.<init>(MToolkit.java:65)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at java.awt.Toolkit$2.run(Toolkit.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:503)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:165)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:93)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:74)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:584)
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)
    # An error report file has been saved as hs_err_pid4846.log.
    # Please refer to the file for further information.
    Thanks for any help,

    Try setting LD_KERNEL_ASSUME to 2.2.5
    Rob

  • Mandrake Linux 8.0 - can't get Oracle Universal Installer to run

    Hi all.
    I'm having trouble getting Oracle's Universal Installer to run.
    I'm trying to become DBA certified, so I went and purchased
    (among
    other materials) a book titled "Oracle8i for LINUX Starter Kit",
    authored by Steve Bobrowski, published by Oracle Press / Osborne
    McGraw-Hill, ISBN 0-07-212442-3.
    The book includes a CD-ROM with Oracle8i Enterprise Edition,
    Release 2, version 8.1.6 for LINUX.
    I'm running an Intel P-III 500 MHz with 512MB RAM, 30GB hard disk
    exclusively configured for Linux (no other O/S on it) and Oracle
    (so LOTS of hard disk space is available), Matrox Millennium G400
    video card (32MB).
    My hardware exceeds all requirements listed in aforementioned
    book, and also in Oracle's own documentation (from their web
    site).
    I'm running Mandrake's Linux 8.0, PowerPack Edition, with:
    kernel = 2.4.3
    XFree 4.0.3 (and I've also tried 3.3.6, with identical results
    to those listed below)
    glibc 2.2.2
    I've followed the book's instructions to the letter, and set up
    the environment variables, oracle user, and subdirectories as
    required.
    So far, so good.
    OK. Now, here's where the problem appears:
    I log in as the oracle user, and try to start the Oracle
    Universal Installer (following the instructions in the book)
    as follows:
    cd /mnt/cdrom
    ./runInstaller
    The computer tries to do some stuff, then spews the information
    listed at the bottom of this posting to the screen. I press
    <ENTER> after "OK" and get dumped back to the bash prompt.
    That's it. I can't go any further. No Oracle Universal
    Installer.
    By the way, I've also downloaded Oracle8i Enterprise Edition
    Release 3, version 8.1.7 from Oracle's website, and tried to
    install that, too. Exactly same results.
    The nice folks at Oracle have politely told me to get lost,
    and not bug them for unpaid support.
    I'd really like to get this stuff up and running, so I can
    start studying and practicing for DBA, but I need help 'cause
    this problem is beyond me.
    So... can anyone help??
    Thanks in advance.
    [email protected]
    [email protected]
    =================================================================
    =========
    Here's what shows up when I try to start the Oracle Universal
    Installer:
    [oracle@localhost cdrom]$ ./runInstaller
    [oracle@localhost cdrom]$ Initializing Java Virtual Machine
    from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
    d/linux/bin/jre. Please wait...
    SIGSEGV received at bfffedac
    in /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/E
    xpanded/linux/lib/linux/native_threads/libjava.so. Processing
    terminated
    Sat Sep 29 12:58:56 2001
    jre full version "JDK 1.1.8 IBM build l118-20000429 (JIT
    enabled: jitc)"
    Operating Environment
    Host : localhost.localdomain.localdomain
    OS Level : 2.4.3-20mdk.#1 Sun Apr 15 23:03:10 CEST 2001
    glibc Version : 2.2.2
    No. of Procs : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
         Mem: 525901824 116862976 409038848 0 6377472
    61140992
         Swap: 1069244416 0 1069244416
         MemTotal: 513576 kB
         MemFree: 399452 kB
         MemShared: 0 kB
         Buffers: 6228 kB
         Cached: 59708 kB
         Active: 63740 kB
         Inact_dirty: 2196 kB
         Inact_clean: 0 kB
         Inact_target: 1072 kB
         HighTotal: 0 kB
         HighFree: 0 kB
         LowTotal: 513576 kB
         LowFree: 399452 kB
         SwapTotal: 1044184 kB
         SwapFree: 1044184 kB
         User Limits (in bytes except for NOFILE and NPROC) -
         RLIMIT_FSIZE : infinity
         RLIMIT_DATA : infinity
         RLIMIT_STACK : 2093056
         RLIMIT_CORE : 0
         RLIMIT_NOFILE : 1024
         RLIMIT_NPROC : 16383
    Application Environment
    Signal Handlers -
    SIGQUIT : ignored
    SIGILL : sysThreadIDump (libjava.so)
    SIGABRT : sysThreadIDump (libjava.so)
    SIGFPE : sysThreadIDump (libjava.so)
    SIGBUS : sysThreadIDump (libjava.so)
    SIGSEGV : sysThreadIDump (libjava.so)
    SIGPIPE : ignored
    SIGUSR1 : doSuspendLoop (libjava.so)
    Environment Variables -
    PWD=/mnt/cdrom/install
    LTDL_LIBRARY_PATH=/usr/lib
    ORACLE_SID=oralin
    TMPDIR=/usr/oracle/tmp
    XAUTHORITY=/usr/oracle/.Xauthority
    mc=
    LC_MESSAGES=en_US
    HOSTNAME=localhost.localdomain
    LD_LIBRARY_PATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/
    1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib
    :/usr/lib
    NLSPATH=/usr/share/locale/%l/%N
    CLASSPATH=/usr/oracle/tmp/OraInstall:../stage/Components/oracle.s
    wd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/OraInstaller.jar:../s
    tage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/l
    ib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/
    1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.
    swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/oracleice.jar:../sta
    ge/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib
    /help.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFi
    les/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.0
    .18.0A/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components
    /oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/swingaccess.
    jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/
    Expanded/linux/lib/rt.jar:/mnt/cdrom/stage/Components/oracle.swd.
    jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/mnt/cdrom/stag
    e/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/
    math.jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataF
    iles/Expanded/linux/lib/classes.zip
    LESSKEY=/etc/.less
    LANGUAGE=en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    BROWSER=kfmclient openProfile webbrowsing
    LESS=-MM
    USER=oracle
    LC_TIME=en_US
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;3
    3;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;
    32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.
    tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=
    01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz
    2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;3
    5:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.t
    if=01;35:*.tiff=01;35:
    THREADS_TYPE=native_threads
    MACHTYPE=i586-mandrake-linux-gnu
    KDE_MULTIHEAD=f
    KDE_MULTIHEAD=false
    HELP_BROWSER=kfmclient openProfile webbrowsing
    THREADS_FLAG=native
    MAIL=/var/spool/mail/oracle
    INPUTRC=/etc/inputrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/usr/oracle/.gtkrc
    XMODIFIERS=@im=none
    LANG=en
    JAVA_HOME=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/Data
    Files/Expanded/linux
    ORACLE_BASE=/usr/oraInventory
    LC_NUMERIC=en_US
    COLORTERM=
    ORACLE_HOME=/usr/oracle
    TMP=/usr/oracle/tmp
    DISPLAY=localhost:0.0
    LOGNAME=oracle
    SHLVL=3
    LC_CTYPE=en_US
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-
    unix/1074
    SHELL=/bin/bash
    HOSTTYPE=i586
    QT_XFT=0
    OSTYPE=linux-gnu
    HISTSIZE=1000
    HOME=/usr/oracle
    TERM=xterm
    PATH=/bin:/usr/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/u
    sr/X11R6/bin:/usr/games:/usr/oracle/bin
    SECURE_LEVEL=3
    LC_MONETARY=en_US
    RPM_INSTALL_LANG=en_US:en
    LC_COLLATE=en_US
    LIBPATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFi
    les/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    Current Thread Details
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf764 used
    (128932) free(-12196)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    Total Thread Count: 3
    Active Thread Count: 3
    JNI Thread Count: 0
    Full thread dump:
    "Async Garbage Collector" (TID:0x4032a238,
    sys_thread_t:0x80dca78)
    Native Thread State: ThreadID: 00000803 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf5ffb20 pointer bf5ff914 used
    (524) free(116212)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait
    sysThreadSleep
    threadSleep
    SetOrigArgs
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x4032a288, sys_thread_t:0x80dc7f8)
    Native Thread State: ThreadID: 00000402 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf7ffb20 pointer bf7ff988 used
    (408) free(116328)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait - waiting on Finalize me queue lock
    finalizeOnExit
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf758 used
    (128944) free(-12208)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip lock: unowned.
    BinClass lock: unowned.
    Class loading lock: unowned.
    Java stack lock: unowned.
    Code rewrite lock: unowned.
    Heap Lock: unowned.
    Has finalization queue lock: unowned.
    Finalize me queue lock: unowned.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    OK
    [oracle@localhost cdrom]$
    =================================================================
    =========
    [email protected]
    [email protected]

    I have Mandrake 8.0 on PII-600, 256 RAM. I used the downloaded
    8.1.7. Edit JRE_LOCATION in Disk1/install/oraparam.ini to point
    to your version of JRE 1.1.8 v3 (JRE from
    http://www.backdown.org). Then try with NUMLOCK=OFF.
    I just clicked the 'typical' installation. It failed at the end
    and did not install the database manager. The error message was:
    SIGGEV received at bfffea90 in
    /u01/app/oracle/jre/1.1.8/lib/linux/native_threads/libjava.so
    Process terminated
    Writing stack trace to javacore30299.txt... OK
    /u01/app/oracle/product/8.1.7/bin/dbassist: line 103: 30229
    Segmentation fault $JRE_EXEC -Duser.dir=$USER_DIR -classpath
    $CLASSPATH DBCreateWizard $ARGUMENTS
    If you get beyond this point, let me know. Good luck!

  • Oracle 8.1.7 on Red Hat Linux on a Dell Poweredge

    We have a Dell PowerEdge 6400 server with PERC 2/DC raid
    controllers.
    We have installed Red Hat Linux 6.2.
    According to the installation guide in order to install Oracle
    8.1.7 we need to recompile the Kernal to get to version 2.2.19-
    6.2.7.
    Recompiling the Kernal causes a failure in the Raid controllers.
    I realise that this isn't strictly Oracle but I wondered if
    anyone had met this problem before. It appears virtually
    impossible to configure this combination to support Oracle.

    Yes there is a lot of information out there. Oracle 8.1.6,
    8.1.7, 9 on Linux 6, 7, 9.
    Which glibc? binutils? compat-libs?
    For 8.1.7 on Redhat 9
    Please try: http://www3.sympatico.ca/arothmel/oracle/817.html
    Still evolving. Feedback welcome :)

  • OUI Hangs during Oracle 8i install on Mandrake 7.1

    I have gone through all of the instructions I have found on this forum for installing 8i on Linux. I have downloaded and installed the JRE, created the oracle user, added the necessary lines to my .bash_profile, etc.
    When I change to the /install/linux directory on my 8i installation cd and try to run ./runInstaller, the initial OUI welcome screen comes up. When I click on the "next" button, nothing happens, and I can't proceed. Has anyone out there experienced this? Any suggestions?

    Which version of oracle ?
    It works with oracle 8.1.6 and Mandrake 7.2
    Hi have tested oracle 8.1.5 / 8.1.6 on mandrake 7.1 and Corporate and it works too
    [email protected]
    Professional Services
    null

  • Installing Oracle App Server on Linux

    Hi,
    Has anyone installed the App Server on Linux? Can they tell me if it was difficult, complicated, etc. bearing in mind that I am not a DBA, and have basically no experiance with this sort of stuff at all. So basically what I am asking is can you stick in the CDs and follow the install guide and get it done in half a day or less.
    Cheers.

    I would say that a half a day is grossly underestimating it, by my experience and what you indicate your level of expertise is. I ended up installing, getting to a fail point, uninstalling and re-doing. Some errors are "recoverable", but some do not seem to be (from my experience). I'd make a few recommendations. I have it installed on Mandrake 8.x (latest release, I think), which seems to be "doable" but I'd recommend going with a certified platform if you don't know what you are doing. Also, Mandrake had some quirks like their security management software which resets file permissions "behind the scenes". This was my first experience with Mandrake so it took me a while to figure out which files to edit/fix so that Enterprise manager would get the right data.
    Read the readme!
    Read the installation docs all the way through!
    Read the release notes all the way through!
    I had a NUMBER of problems, some specific to my platform (which is not certified by Oracle, so it's not their fault) and some which were covered in the readme. It took me a while to get everything right and I ended up struggling most with the Infrastructure install. Most likely that was due to my hardware & OS (Mandrake), but there are some issues in the release notes that are important. The reason I would restart many times is that I wanted the installation to go smoothly from start to finish so that I could better understand the requirements, etc. Examples of issues (which includes things from the readme/release notes and otn):
    - either install PDKSH or link /bin/bash to /bin/ksh. /bin/ksh is listed in one of the scripts as the shell during installation configuration. This should be in the installation guide as a pre-requisite.
    - install the sysstat package so the enterprise manager will show graphs, etc. This should be in the installation guide as a pre-requisite.
    - link (symbolic) your perl binary to /usr/local/bin/perl
    - I received numerous link errors due to two problems:
    - genclntsh didn't have a good link command for my platform. There seems to be two work-arounds posted around here, but I chose to add -lgcc and -L/path/to/gcclib on the ld line. E-mail me if you want more details ([email protected]). My path was something like: /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96 where I found the libgcc.a
    - Reports server and Forms server failed because the link line was linking to libXm.2.1.so instead of libXm.2.0.1.so (or libXm.2.so, etc). The development team evidently used a later version of Motif than I had, so I fixed it in the forms and reports makefiles, respectively.
    I can't remember, offhand, what else I had to do, but this covers it. Obviously, a lot of this depends upon the type of install you choose. I wanted the reports server, which requires the infrastructure, etc.
    Good luck.
    Jeff

  • 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/]

Maybe you are looking for

  • OCS2007R2 - how to create a list of users and meeting policies assigned to them?

    Hi all is it possible to create a list of users and policy assigned? For example UserA   Default UserB   High UserC    High UserD   Medium and so on? Thanks in advance!

  • Problem by java per PHP to connect a database

    hallo, I have tried to call out a PHP page with the following Java code,             StringBuffer querySippet = new StringBuffer("WHERE (");             for(int m=0; m<measurePointNames.size()-1; m++)                 querySippet.append("measurepoint_

  • Printing options for 8750 PhotoSmart

    I'm stunned to note there are so few options for printing various projects on my 8750 via Mavericks. No draft printing? No page setup for horizontal or portrait, no black and white mode? Is there a driver with more of these kinds of options available

  • XMP File Info Panels in Lightroom?

    I read in: http://www.adobe.com/products/xmp/related.html Adobe applications that support XMP: Eventually all Adobe applications will use XMP. What about Lightroom? /Thomas.

  • Problems with PSE for Mac Trial - Downloaded it and cannot find it

    I am fairly computer savvy, but new to Mac.  I had PSCS2 on my old PC and with the conversion to Mac I was going to go for PSE8 (since a lot of the things I use PS for weren't available in PSE when I bought CS2, but are now available with PSE8).  I d