Oracle on RHL ES3

Hi all,
Am horning my skill on linux box so could any one help me with the script for starting up 10g database and oem on linux.
Am also aware you could bind the script to a user (oracle) so each time the user logs on after shutdown these services are started.
Thank you in advance.
Tolu

You need to start Oracle only once, at machine boot.
Assuming that oracle is OS user owner of the Oracle software, do the following, as root user :
Update /etc/oratab, putting an "Y" as last character for each DB to be automatically started/stopped.
Create the following script in /etc/init.d directory, naming it, say, oracle :
case "$1" in
start)  echo "Starting Oracle Database(s) "
        su - oracle -c ". $HOME/.bash_profile; lsnrctl start; dbstart; emctl start dbconsole"
        touch /var/lock/subsys/oracle
stop)   echo "Shutting down Oracle Database(s) "
        su - oracle -c ". $HOME/.bash_profile; emctl stop dbconsole; dbshut; lsnrctl stop"
        rm -f /var/lock/subsys/oracle
esacMake it executable :
# chmod 755 /etc/init.d/oracle
Create symbolic links to the oracle script in the appropriate run-level script directories, as follows:
# ln -s /etc/init.d/oracle /etc/rc0.d/K02oracle
# ln -s /etc/init.d/oracle /etc/rc3.d/S98oracle

Similar Messages

  • Error while installing Oracle 9i on Red Hat ES3

    Hi,
    while installing Oracle on ia64 machine, I get these errors:
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /home/u01/app/oracle/product/9.2.0.2.0/rdbms/lib/ins_rdbms.mk
    Guys, any ideas???

    Hmmmm.
    I already googled for this error and also read www.puschitz.com as you recommended, but I found no results.
    Similar situation was for the guy in this thread:
    Installing oracle10g on Fedora fails

  • Fatal errors while installing oracle 10 r2 in RHL AS 4 update 5

    hi
    i am trying to install oracle 10 r2 in red hat linux AS 4 update 5.
    getting these errors while installing....
    1. Error in invoking target 'install' of make file 'u01app/oracle/product/10.2.0/db_1/ctx/lib/ins_ctx.mx
    See '/u01/app/oracle/oraInventory/logs/installActions2006-07-24_04-50-34PM.log' for details.
    2. Error in invoking target 'install' of make file 'u01app/oracle/product/10.2.0/db_1/sysman/lib/ins_sysman.mk
    See '/u01/app/oracle/oraInventory/logs/installActions2006-07-24_04-50-34PM.log' for details.
    3. Error in invoking target 'install' of make file 'u01app/oracle/product/10.2.0/db_1/rebms/lib/ins_rdbms.mk
    See '/u01/app/oracle/oraInventory/logs/installActions2006-07-24_04-50-34PM.log' for details.
    can anyone give a solution to this issue.

    i had tried both, still the same...
    tried opening the log file...
    45PM/oui/jlib/oneclick.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/srvm.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/share.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/xml.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/emCfg.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstImages.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/help4.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ewt3.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/classes12.jar::/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/jewt4.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,dba,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2008-06-30_08-40-45PM
    INFO: -sourceLoc
    INFO: /opt/database/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2008-06-30_08-40-45PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME =
    INFO:      PATH = /opt/database/install:/usr/bin:/usr/ccs/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    INFO:      CLASSPATH =
    INFO: Username:oracle
    INFO: This installation is being performed using response file /opt/database/install/response/ee.rsp.
    INFO: This installation is being performed using response file /opt/database/install/response/ee.rsp.
    INFO: Setting variable 'FROM_LOCATION' to '/opt/database/install/../stage/products.xml'. Received the value from the command line.
    INFO: Setting variable 'ORACLE_HOME' to '/home/oracle/oracle/product/10.2.0/db_1'. Received the value from the command line.
    INFO: Setting variable 'COMPONENT_LANGUAGES' to 'en,'. Received the value from response file.
    INFO: Setting variable 'SHOW_WELCOME_PAGE' to 'false'. Received the value from response file.
    INFO: Setting variable 'SHOW_CUSTOM_TREE_PAGE' to 'false'. Received the value from response file.
    INFO: Setting variable 'SHOW_COMPONENT_LOCATIONS_PAGE' to 'false'. Received the value from response file.
    INFO: Setting variable 'SHOW_SUMMARY_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_INSTALL_PROGRESS_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_REQUIRED_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_RELEASE_NOTES' to 'true'. Received the value from response file.
    it's just a part of the log file viewed..

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Oracle 8.1.6 on Linux 6.2

    Hi,
    I am trying to install oracle 8.1.6(oracle 8i) on redhat linux 6.2.
    But i am not able to execute the runInstaller script. It says the datafiles are unable to expand...
    connection to 168.4.9.206:0.0 refused by server and
    xlib : invalid mit-magic cookie - 1 key
    can't connect to x11 window.
    i have installed jre 1.1.8 in the linux.
    can anybody please me in getting the installation right as i am trying vigourously to install ora 8i in linux.

    Hello,
    Narender,you have to include DISPLAY in your .bash_profile and set to your hostname, somewhat like this DISPLAY=hostname:0.0
    or read the installation guides, installation of Oracle 8.1.6 in RHL 6.2 is straight forward.

  • Register database problem (oracle 8.1.6) on Linux 6.2

    I'm unable to register my database using RMAN. I'm using Oracle 8.1.6 on Redhat Linux 6.2 (glibc - 2.2.14-5.0). Is there any known bug in Oracle 8.1.6 / rman on Linux 6.2.
    These are the steps I followed:
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------
    Actually I followed the same steps in my own PC with Oracle 8.1.7 on Win2k, It worked!!

    Hello,
    Narender,you have to include DISPLAY in your .bash_profile and set to your hostname, somewhat like this DISPLAY=hostname:0.0
    or read the installation guides, installation of Oracle 8.1.6 in RHL 6.2 is straight forward.

  • Attention! About problems with Oracle 8.1.6 on newer Linux distributions!!

    Hello all, I've just got some feedback from a helful person at http://www.crunge.com/ about the problems concerning RedHat Linux 7.0 and Oracle 8.1.6, this MAY apply to other newer linux distributions.
    I've tried, without luck, to install Oracle on RedHat 7.0 and Slackware 7 (the newest one), and it would not install properly, kept stopping right about when the database initialization started at 80% finished install procedure. Sp i wrote them a mail, not expecting an answer really, but I did got an answer, and below is what the person said;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, that if you install the latest
    glibc errata (2.1.94) then the DBCA completes but the Oracle executables
    still die. The DBCA problem was apparently a Java issue that is fixed in
    the errata. But you're still out of luck since the exes won't work.
    It might appear that this is a problem with Red Hat Linux 7. But it appears
    that it is a problem with some assumptions that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library included with RHL 6.2) but which
    prove false with later glibc versions. As other Linux distributions adopt
    the new glibc Oracle will fail to work on them as well.
    The best advice I can give at this point is to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will address the glibc issues with the
    8.1.7 release.
    Chris
    p.s. Do not construe this
    as an official Red Hat response; I merely forwarded your e-mail from my
    home account. This response and the web pages I put up are mine.
    So i guess one sollution to the problem is to try a bit older version of the linux you are having problems with (i tried it on RH 6.1 and it worked like a dream).
    Another solution can be to wait it out to check and see if Oracle put a fix out here on technet...?
    Hope this helps people bogged down in fustration.
    Regards
    Ole-Henrik Helin
    Computer consultant, Mesan AS
    Norway

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Graham Strang ([email protected]):
    Hey all. Just to let you know that it is entierly possible to get Oracle to install under RedHat 7 and run happily. I have done it on two differenct machines. There is a bit of fooling with glibc to get it to work. However after you do that it works like a dream. VALinux has a work around posted at: http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/
    The READEME.Oracle8i has the work around and the two tar balls are the necessary files. I followed the directions to the letter and they worked like a dream. Any questions feel free to drop me a line.
    Cheers,
    Graham<HR></BLOCKQUOTE>
    OK, so i followed your instructions to the letter (several times), sure I get past the 80% bug but now I have new erros coming up , -"Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk". I get a whole series of these errors for various mk files. These errors apear during the link phase of the install, prior to the glibc workaround I was not getting this. I am a newbie to Linux and trying to give it a serious go but so far I have had little luck
    Any help appreciated.
    Nick
    null

  • OWB 9.2 (for linux) can be installed on ES3.0?

    Hi,
    I am having OWB 9.2 for Linux. I installed the same on Linux AS2.1
    When I am trying to install it on ES3.0 (2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux), I am facing the below error
    "Initializing Java Virtual Machine from ../../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/bin/java. Please wait...
    [oracle@bplinux55 Disk1]$ Error occurred during initialization of VM
    Unable to load native library: /OWB_DISK/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    The Java version installed on the m/c is
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    How I can install OWB9.2 on ES3.0, or Oracle will issue some patch for the same.
    Regards
    Vipin Rana

    I had a similar problem using Red Hat. The solution was to reinstall JVM. There is an article in metalink describing the process:
    http://metalink.oracle.com/metalink/plsql/ml2_gui.startup
    Subject: How to Reload the JVM in 9.2.0.X
    Doc ID: Note:209870.1

  • NIC Teaming/Bonding Support by Oracle or NOT

    hi:
    I have customers using RedHat Linux ES3 Update 6 with NIC Bonding/Teaming on the Oracle 10G RAC's private/heartbeat LAN, I would like to hear from you all or Oracle Support whether SUCH CONFIGURATION IS SUPPORTED BY ORACLE OR NOT.
    Thanks.
    Bennie

    hi:
    I have customers using RedHat Linux ES3 Update 6 with NIC Bonding/Teaming on the Oracle 10G RAC's private/heartbeat LAN, I would like to hear from you all or Oracle Support whether SUCH CONFIGURATION IS SUPPORTED BY ORACLE OR NOT.
    Thanks.
    Bennie

  • Oracle 8i on IBM Netfinity Servers

    Hi there!
    Anyone can share an experience installing Oracle 8i under Red Hat Linux on IBM Netfinity servers? Did you needed to patch the kernel, tunnung SGA, etc? What were the maximum parameters you were able to set for Oracle and the linux kernel? MTS worked well?
    I am having trouble configuring more than a few MB for the SGA, and I really need it. My database has ver big batch processes and thousand of on-line users. We are worried we had chooses the wrong hardware or OS for our database.
    null

    Could you please tell me about your configuration? We have a NetFinity 7000-86801SY with 4Gb RAM. When we apply patchs for the Linux kernel so it supports more RAM I cannot start Oracle.
    Besides when we use standard RHL 6.1 kernel, maing the SGA bigger (about 300Mb) the instance runs without errors but incredbly slow and eating up all CPU.
    null

  • Increasing Swap Area on Oracle In Linux

    Hi guys,
    I was trying to install oracle on Linux and i got an error my swap area is small.
    when i do $ grep SwapTotal /proc/meminfo
    i get 524280 kb
    then i did $ i did the dd if=/dev/zero of =/var/my_swap bs=1024 count=131072
    then i activate it by $mkswap -f /var/my_swap
    swapon $/var/my_swap
    i went to etc/fstab and point to /var/my_swap as my new swap area but when
    i did SwapTotal /proc/meminfo i still get the same figure 524280.
    question: can i do vi meminfo and change the size of SwapTotal on that file? just curious
    Thanks.

    question: can i do vi meminfo and change the size of
    SwapTotal on that file? just curiousThe answer is NO NO. Don't ever manual change anything(file) under /proc
    Howto add swap space here
    http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-swap-adding.html

  • ORACLE 9i DS ON RED HAT ENTERPRISE LINUX  3 WS

    I made a download of oracle 9i DS on linux which was in an archive file(.cpio) after extracting with the cpio -idmv command i tried to run the runInstaller exec file but got the following error:
    'Error occured during initialization of VM, Unable to load native library /tmp/oraInstall2005-01-10_06-44-48PM/jre/lib/i386/libjava.so: Symbol__libc_wait, version GLIB C_2.0 not defined in file libc.so.t with link time reference'.
    Could it be that my downloaded file is corrupted or that i need to carry out some pre-installation procedures? I would appreciate any help or link to any document that could be needed to resolve the problem
    Thanks..

    try it on RHL7.3 will get smoothly installed
    or search for 10gIDS on RHL 9 in google along with pre and post installation tasks are given..
    apprenly it seems, it requires some libraries from RHL site.
    good luck..

  • Problems compiling executable under RHL 7.1 and 8.1.7

    I had some errors compling execuables during install on 8.1.7 on
    RHL 7.1. Proceeded will install anyway. Configuration
    Assistant failed during install as well. Now when I try to run
    sqlplus, or any other Oracle app, I get:
    sqlplus:error while loading shared libraries: libclntsh.so.8.0:
    cannot load shared object file: No such file or directory
    Any ideas?
    Jeff

    Can't fit all of it, so here's some. It repeats this 4 times and
    attempts the other executables.
    /usr/bin/make -f ins_sqlplus.mk install
    ORACLE_HOME=/usr/local/oracle/8i/u01/app/oracle/product/8.1.7
    rm -f sqlplus
    Linking sqlplus
    rm -f sqlplus
    gcc -o sqlplus
    -L/usr/local/oracle/8i/u01/app/oracle/product/8.1.7/sqlplus/lib/
    -L/usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/sqlplus/lib/s0afimai.o
    -lsqlplus -lclntsh
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/rdbms/lib/kpuadef.o
    `cat
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/ldflags`
    -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/ldflags`
    -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8
    -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8
    `cat
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/ldflags`
    -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/ldflags`
    -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8
    -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8
    -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore8
    -lnls8 -lcore8 -lnls8 `cat
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/sysliblist`
    -Wl,-rpath,/usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib:/lib:/usr/lib
    -lm -lpthread `cat
    /usr/local/oracle/8i/u01/app/oracle/product/8.1.7/lib/sysliblist`
    -ldl -lm -lpthread
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [sqlplus] Error 1

  • Oracle VM Server Installation Issues

    The Oracle VM Server 2.2.1 installation hangs after I pick US keyboard and does nothing after. I’ve tried other options including an old version of VM Server and I receive an error that states "isw: untested metadata version 1.2.04 found on /dev/sda", although the installation hangs in the same place. I’m not sure what the issue is and need some help.
    Also, just as a test, I installed Oracle Enterprise Linux R5-U5-Server on the hardware without any issues. I see everything, and it is a nice OS.
    Hardware details:
    I had Fry’s build a U4 server.
    Six 300 GB 10k rpm SATA on a raid 5 stripe
    Two 1.8 TB 7200 rpm SATA on a raid 0 mirror
    Motherboard GIGABYTE GA-X58A-UD3R
    24GB of DDR3 memory
    Intel Core i7-980X 3.33 GHX 12MB 6Core processor 64Bit
    Thanks for any help!!
    Robert
    [email protected]

    In order to get your HDs detected you will need to create a driver disk. Check this link out so you can create one.
    http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide/ch-driverdisk.html
    What the driver disk will do is load the driver disk image you need, and once you do that it should auto detect your drives.
    This should at least get you headed in the right direction :)
    Of course steps before creating the driver disk you will need to find out what driver you require and get a driver disk image of that driver to load to your bootable floppy/usb. In the example page they use a floppy, but any bootable media will work.
    Good luck,
    Roger.

  • OHS11g Webgate for 64 bit RHL env.

    Hi all,
    Can someone clarify and point me the right installable for OHS 11g on RHL 4.1 64-bit machine ?
    All I could see is Oracle_Access_Manager10_1_4_3_0_linux_OHS11g_WebGate from OAM 10.1.4.3 installables.
    Please confirm if this 32 bit installer works on 64 bit environment or there is a separate installer?
    Thanks,
    Mahendra.

    Hi Mahendra,
    There is a 64 bit installer (the 32 bit installer will probably seem to install, but would be incompatible with the 64 bit web server). You can download this from the link under "x86-64" from
    http://www.oracle.com/technology/software/products/middleware/htdocs/fmw_11_download.html
    and the installer name is Oracle_Access_Manager10_1_4_3_0_linux64_OHS11g_WebGate
    Regards,
    Colin

Maybe you are looking for

  • After Effects CS5.5 Wont Open - Application Just Bounces In The Dock.

    Hi all, I appear to have encountered a problem with After Effects... I was working on a project earlier today which usalizes a VideoCopilot plug-in called Element 3D. After a quick break I came back to the project and attempted to load in the 'Free E

  • Lost control of desktop, and the hard drive is creating aliases on it's own

    I am unable to save to my desktop, or move the one remaining (hard drive) icon around on my desktop. I have double checked the organization settings, and there are set to none. I have run the user permissions repair via disc utilities, and cleared th

  • My editor in PSE13 will not open. I am on Windows 7 64-bit

    I have installed PSE13 and when I try to run the editor, the message displays that it's loading but nothing further happens.

  • New to Apple, trying to do a clean install?

    Hi, 20 year pc user that has just been given an old ibook g3 to use. It has osx 10.4.11 but that isn't the original software, I believe it had os 9 on it. Anyway, I would like to completely clean the hard drive and do a clean install of 10.4.11. On a

  • Problem with BAPI invocation in UDF

    Dear SDN-Experts, I have the following java code in an user defined function: JCO.Repository mRepository; JCO.Client mConnection = JCO.createClient( "101", "de", "frba02.buc.fristo.de", "10" ); mConnection.connect(); mRepository = new JCO.Repository(