[LINUX] Start Oracle DB

I installed DB Oracle 11g on Linux.
When the installation is complete, I could create a new DB (using DBCA) and connect from a client (Navicat).

I have however to restart my system, and now, as nothing is begun, I can't understand how to start it.
The dbstart tool runs for 1 second (I gave my ORACLE_BASE), starting a process that is listening on port 1521, that's all.

Before restarting, 1 GB of RAM was used for the Oracle DB, now 5 MB just for the tnslsnr.

My client tells me that the listener does not know my SID. The DBCA tool also won't start.

-What did I do wrong? Thank you for helping us to be a starter.

(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

This listener can only respond to clients that exists / has its source on the DB Server System.
Customer remote can NOT Exchange package with this listener.

A possible solution is the following

lsnrctl stop
MV listener.ora listener.ora.sav
lsnrctl start

Wait 1 + minutes then after rsults from the bottom

lsnrctl status
lsnrctl service

Tags: Database

Similar Questions

  • How to start Oracle Linux Builder

    Hi all

    Can someone please by telling how to start Oracle Linux Builder?

    Thanks and best regards to all

    Hello

    There should be a rwbuilder.sh script
    in ORACLE_HOME/bin for 10.1.2.
    in ORACLE_INSTANCE/config/reports/bin for 11g

    Of course, you must have a "X display server" facing up and running and the DISPLAY variable must be on this 'X display server.

    Example:

    Export DISPLAY = 123.456.789.12:0
    $ORACLE_HOME/bin/rwbuilder.sh

    Concerning

  • Oracle on Linux VS Oracle under Windows

    Hello

    I've been using oracle on 64-bit windows 8 for recent years.

    Is there a big difference in performance between Oracle on Oracle VS Linux on Windows?

    Can I migrate to Linux and start learning early on my curve?

    Kind regards

    Hussien Sharaf

    Hello

    Most people will tell you that Linux is the best OS for the execution of Oracle database. In General, Windows has a bad reputation when it comes to Oracle databases running.

    I worked with both platforms and from my point of view, Windows is as good as Linux in terms of performance.

    Oracle supports all Windows and there is a lot of customers Oracle that works with Windows. What is more, Linux requires the DBA to have system administration skills more than Windows. Windows is simpler and easier to manage and deploy in terms of 'Skills' If you team COMPUTER lacks these skills, it will be problematic to install more advanced as RAC environments.

    Google will show you that this question is common and you can find more information in the following links:

    ORACLE is slower on Windows and on Linux?

    http://www.Scribd.com/doc/3713222/comparison-Oracle-Windows-Linux

    Windows Linux vs Oracle Oracle

    Linux vs. Windows: For the Oracle database?

    Which OS is best for optimal performance for Oracle? -Toolbox for IT groups

    Bottom line:

    • Choose the operating system really depends on what you the company is used to work with and comfortable you and your sysadmins with each platform.
    • I think that finally, you will have to perform (repositories) stress tests yourself in order to be 100% sure that Windows can provide as good as Linux performance in order to get the confidence you need.
  • Failed to start oracle-ohasd, error: ioctl inappropriate for the ohasd device was able to start to roothas.pl

    Hello

    I am trying to install the Oracle 11.2.0.1 on Oracle Linux 7.0 database 64-bit deployed on VirtualBox. I'll put up a single on making ASM instance database so the grid on a stand-alone server installation. I launched the installer of grid with YES. When I run the script from root

    /U01/app/grid/product/11.2.0/grid/root.sh

    I get the following error:

    Default: no such file or directory for the command/sbin/initctl start oracle-ohasd

    Failed to start oracle-ohasd, error: Inappropriate ioctl for device

    ohasd could not start: ioctl inappropriate for this device, /u01/app/grid/product/11.2.0/grid/crs/install/roothas.pl line 296

    After installing Oracle Linux 7.0 there is no/etc/init and also no/sbin/initctl created automatically under Linux. I don't know if these directories need to be created automatically or not?

    I googled this problem. Most of the solutions is like this:

    """"""""""""""""""""""""""""""""""""""""""""""

    Hello

    Problem is indeed due to the incompatibility of the upstart/init. Here are the average working:

    1) proceed with the installation as usual until root.sh invocation.

    (2) prior to root.sh edition $GRID_HOME/crs/install/s_crsconfig_lib.pm, go to line 1173 (you should find a code like: if ($srv eq 'ohasd') {# OHASD Start).

    (3) insert a following code snippet before starting the game OHASD (line 1173)

    My $UPSTART_OHASD_SERVICE = 'oracle-ohasd. "

    My $INITCTL = "/ sbin/initctl;

    ($status, @output) = system_cmd_capture ("$INITCTL start $UPSTART_OHASD_SERVICE");

    If (0! = $status)

    {

    error ("' cannot start $UPSTART_OHASD_SERVICE, error: $! '");

    return $FAILED;

    }

    (4) create a file /etc/init/oracle-ohasd.conf with the following content inside

    # Start OHASD oracle

    start the runlevel [35]

    Stop the runlevel [. 35]

    respawn

    exec /etc/init.d/init.ohasd run > / dev/null 2 > & 1 </dev/null

    (5) call root.sh

    (6) complete the installation.

    If you have already run root.sh (unsuccessfully), simply roll back:

    $GRID_HOME/crs/install/roothas.pl - deconfig - force - verbose

    Make changes above and continue.

    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

    The part above is not the solution!

    How to solve the problem?

    Thank you!!!

    11.2.0.1 is not supported on RHEL7, even on RHEL6, you must install at least 11.2.0.3.

    You can see the matrix certification Oracle Support for Linux look at this document: master Note Linux OS requirements for database server (Doc ID 851598.1)

    Kind regards

    Oscar

  • How to start Oracle HTTP server automatically during the startup of the server?

    I installed the software of Oracle 11 g (fusion).

    I use only the Oracle HTTP component in any merger software for my Apex 4.0 to work.

    Now to start the Oracle HTTP server is a command:

    opmnctl startall


    (1) I wanted my Oracle HTTP server starts automatically each time my server reboots (Windows 2008 R2).

    How do I do that? Is there a place in Windows (autoexec) or somewhere I can copy the above command
    If the operating system runs this command every time when the server is restarted, instead of me manually
    execution of the command.



    Thanks in advance.

    I have a Linux script that does this. Maybe you can convert:

    #! / bin/bash

    ###############################################################################
    # Description: Script starting and stopping iAS and reboot after shutdown #.
    # File: iasora #.
    ###############################################################################

    # Global Variables - change as needed.
    #
    #
    IAS_FILE = "/ u01/app/oracle/product/midtier/bin/emctl." PID.
    RETRIES = 3

    # Set the script excution environment

    . / Home/Oracle/ias10g_midtier. Profile

    # Determine and perform actions based on the command line parameter

    case '$1' in

    implementation)

    LOOP_COUNTER = 1
    up to [f $IAS_FILE]
    do
    echo 'date '.
    "ECHO"
    echo "Starting Oracle iAS components."

    sleep 2

    Su - oracle-c ' $ORACLE_HOME/opmn/bin/opmnctl startall verbose; output.

    echo "Starting Oracle iAS Server Control Application"

    sleep 2

    Su - oracle - c "$ORACLE_HOME/bin/emctl start iasconsole '.

    If [! f $IAS_FILE]
    then
    If ['$LOOP_COUNTER"- eq"$RETRIES"]
    then
    echo "I give up. The file does not exist on the server.
    Echo "or something else failed."
    ECHO «»
    # At this point we could not download the file, send an alert...
    mailx-s 'cannot restart iAS' [email protected]<>

    on the other
    echo "the next restart attempt will be in 15 seconds... Please wait. »
    LOOP_COUNTER = ' expr $LOOP_COUNTER + 1' # increment the counter.
    sleep 15

    FI
    FI

    fact

    touch/var/lock/subsys/iasora

    sleep 30
    ECHO «»
    ECHO «»

    ;;

    *)

  • Oracle in RHEL 5. Which to learn first? Linux or Oracle?

    My office uses the Oracle database in RHEL 5. Which one should I control everything first to be a qualified DBA? Linux or Oracle? If the answer is Linux, where can I find Linux tutorial for Dummies since I have never handled Linux in my life before. Thank you

    Both.

    Best way to start is to install a virtual machine on your computer and download a distribution (Ubuntu, Fedora Core, etc.) Live, install it. While you play around Linux in your virtual machine, install oracle on your windows system and start playing. The only real difference you will encounter when playing with the oracle databases is the path to the file reference. It may seem hard to start, but have arrived at the point where you know enough to install oracle on linux (install apps via YUM or rpm, configuration change, install other demons or services; IE: postfix, samba, smtp, etc.) and learn about creating users, create spaces for storage, creating tables/procedures/packages, change system settings, creating the database links, etc. you'll be on your way.

    However becoming a DBA is not as simple as all about Linux and Oracle. Since you have not indicated what you know on this area, I'll assume a few things. First when you start working as a DBA, you can just run Oracle under Linux, you can run oracle on HP - UX, AIX, Linux, Solaris and Windows. In addition, you will be expected also know about writing queries and queries optimization. There is no magic parameters that make the databases to run fast, you have to know how they work, how queires are executed by the sql parser (this is where are real performance gains).

    One thing that I was constantly should know (with details) is oracle licenses. This is a nightmare, and it takes time to learn how the licenses work so that you can give advise for new projects that want to use certain technologies to oracle. It is very intimidating at first, but as learn you more about it and become more comfortable on the use and to know all these things it will become second nature to you. If you know WHAT DBA (work colleagues or friends) to talk to them, encourage them to show you, you will learn a lot more in less time than learning by yourself.

  • Don't start Oracle BAM Server

    Do not start Oracle BAM Server.


    Here is the log file.

    Any suggestion?

    Thank you!

    The problem has been resolved.

    The BAMDataSource JNDI was wrong, the correct JNDI is jdbc, oracle, bam, adc.

    Thank you.

  • automatically start oracle...?

    Hi all,

    I installed oracle 11 GR 2 successfully in redhat 6.4 on my pc. After that, I want to

    do auto-start when pc starts. I used the follwing script: -.

    #! / bin/bash

    #

    # oracledb - little shell script for autostart your databases oracle and Auditor

    #

    # chkconfig: 2345 90 90

    # Source function library.

    . /etc/init.d/functions

    # Source network configuration.

    . sysconfig

    PROG = oracledb

    LOCKFILE = / var/lock/subsys / $prog

    ORACLE_HOME=/opt/Oracle/app/Oracle/product/11.2.0/dbhome_1

    ORACLE_USER = oracle

    Start() {}

    ["$NETWORKING" = "no"] & & exit 1

    If [f $LOCKFILE]; then

    echo $0 already running.

    Output 1

    FI

    echo - n $"Starting oracle database."

    known - $ORACLE_USER - c "start ORACLE_HOME/bin/lsnrctl $".

    Su - $ORACLE_USER-c "$ORACLE_HOME/bin/dbstart $ORACLE_HOME.

    known - $ORACLE_USER - c "$ORACLE_HOME/bin/emctl start dbconsole.

    RETVAL = $?

    ECHO

    [$RETVAL - eq 0] & & touch $LOCKFILE

    return $RETVAL

    }

    Stop() {}

    If [! f $LOCKFILE]; then

    echo $0 already stopped

    Output 1

    FI

    echo - n $"Stoping oracle database."

    known - $ORACLE_USER - c "judgment of $ORACLE_HOME/bin/lsnrctl.

    Su - $ORACLE_USER-c "$ORACLE_HOME/bin/dbshut $ORACLE_HOME.

    known - $ORACLE_USER - c "$ORACLE_HOME/bin/emctl stop dbconsole.

    RETVAL = $?

    ECHO

    [$RETVAL - eq 0] & & rm-f $LOCKFILE

    return $RETVAL

    }

    case '$1' in

    'Start')

    beginning

    ;;

    'stop')

    stop

    ;;

    "restart")

    stop

    beginning

    ;;

    'status')

    If [f $LOCKFILE]; then

    echo $0 began.

    on the other

    echo $0 stopped.

    FI

    ;;

    *)

    echo "use: $0 [start |]» stop | status].

    Output 1

    ESAC

    Exit 0

    I did like this: -.

    # cp /etc/rc.d/init.d/oracledb oracledb

    # chkconfig - add oracledb

    # chkconfig oracledb on

    everything is ok except

    After restarting pc

    https://localhost:1158 / em

    404 not found

    to do this: -.

    $sqlplus / as sysdba

    SQL > startup;

    then

    " https://localhost:1158 / em "works very well "

    question of making the autostart oracle database and I wouldn't need to explicitly

    start as sysdba

    ------------------------

    If I manually give the orders

    $lsnrctl start

    successful

    $dbstart $ORACLE_HOME

    and

    $dbshut $ORACLE_HOME

    immediately after the gift of command, it shows no output. How will I know whether it is successful or not.

    and finally

    $emctl start dbconsole

    works very well (no error)

    what I would do.

    Thanks in advance.

    A manual start with dbstart work? Have you checked your file/etc/oratab to see if entries for ORACLE_SID: ORACLE_HOME: Y?

    If you do not have oratab, just run root.sh as user root

    replace chkconfig with---> chkconfig: 35 99 10

    chmod 755 /etc/init.d/dbora

    Register the Service with

    / sbin/chkconfig--add released

    Kind regards

    Suntrupth

  • error starting Oracle Enterprise manager

    I have oracle database 11 g 2 on windows 7, when I want to launch the Enterprise Manager, the following error: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

      C:\Users\SHOJAIE>emctl start dbconsole Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0 Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved. https://SHOJAIE-PC:1158/em/console/aboutApplication Starting Oracle Enterprise Manager 11g Database Control ...System error 5 has occurred.  Access is denied.

    check if the services oracle is up and running, also export ORACLE_SID, ORACLE_HOME and ORACLE_BASE and try again.

    new error?

  • How to automatically start Oracle on SUSE Linux

    I have Oracle 11g installed on a server running SUSE Linux 11. I followed the official Oracle instructions to try to implement the Oracle for an automatic start.

    My/etc/oratab file contains the following:

    sidname:/opt/oracle/product/11gR2/db:Y
    

    I created a /etc/init.d/dbora file that contains the following:

    #! /bin/sh  -x
    #
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    
    ORACLE_HOME=/opt/oracle/product/11gR2/db
    #
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    #
    ORACLE=oracle
    
    PATH=${PATH}:$ORACLE_HOME/bin
    HOST=`hostname`
    PLATFORM=`uname`
    export ORACLE_HOME PATH
    #
    if [ ! "$2" = "ORA_DB" ] ; then
       if [ "$PLATFORM" = "HP-UX" ] ; then
          remsh $HOST -l $ORACLE -n "$0 $1 ORA_DB"
          exit
       else
          rsh $HOST -l $ORACLE  $0 $1 ORA_DB
          if [ "$PLATFORM" = "Linux" ] ; then
              touch /var/lock/subsys/dbora
          fi
          exit
       fi
    fi
    #
    case $1 in
    'start')
            $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
            ;;
    'stop')
            $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
            ;;
    *)
            echo "usage: $0 {start|stop}"
            exit
            ;;
    esac
    #
    exit
    

    So I ran the following commands:

    chgrp dba /etc/init.d/dbora
    chmod 750 /etc/init.d/dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc0.d/K01dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    shutdown -r now
    

    After the reboot, Oracle did not work:

    server:~ # ps -fea | grep ora
    root      2681  2563  0 21:18 ?        00:00:00 hald-addon-storage: no polling on /dev/fd0 because it is explicitly disabled
    root      2688  2563  0 21:18 ?        00:00:00 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    root      4491  4333  0 21:19 pts/1    00:00:00 grep ora
    server:~ # ps -fea | grep lsnr
    root      4493  4333  0 21:19 pts/1    00:00:00 grep lsnr
    

    Oracle works very well after the start of the instance (by logging in as "sys as sysdba" sqlplus and the command 'boot') and the listener. But it will not start automatically after the server is restarted. Why is this?

    I got it to work.  I had to change the file released to look like this:

    #! /bin/sh  -x
    #
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    
    ORACLE_HOME=/opt/oracle/product/11gR2/db
    #
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    #
    ORACLE=oracle
    
    PATH=${PATH}:$ORACLE_HOME/bin
    export ORACLE_HOME PATH
    
    touch /var/lock/subsys/dbora
    
    case $1 in
    'start')
            su - $ORACLE $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
            ;;
    'stop')
            su - $ORACLE $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
            ;;
    *)
            echo "usage: $0 {start|stop}"
            exit
            ;;
    esac
    #
    exit
    

    Then I had to delete the files auto_listener.sh and startup.log in $ORACLE_HOME because they were incorrectly owned by root.

  • Problem to start Oracle 10 G Enterprise Linux

    Hi guys! Please I need help.
    Recentlly I installed Oracle 10 g on Linux Enterprise 5.4, the finished good, instalation I loged in isqlplusselect a few example of table, but then when I reboot to start computer oracle can't, I changed/var/opt/oracle/oratab the opsion 'Y' in oracle sid: oracle home.
    When I manually start isqlplus and try to connect, I get this error "ERROR ORA 12541: TNS: no listner, I tried to start id form/oracle/bin, but I gess, it's not working."
    Can someone help me with this, I mean how can I start to oracle, and what I need to chang for automatic start
    Thank you

    OK, here's what you need to do to 10.2.0.1 (I guess that's what you mean by 10 gr 2):

    1. open the dbstart script located in /home/oracle/product/10.2.0/db_1/bin

    2. search for all occurrences of the string "/ ade/vikrkuma_new/oracle" and replace it with "$ORACLE_HOME". This is a known bug fix.

    3. edit/etc/oratab and set option to Y for the database that you want to start automatically.

    4. create a file /etc/init.d/dbora as root with the following content (defining the correct values for ORA_HOME and ORA_OWNER):

    #!/bin/sh
    # chkconfig: 345 99 10
    # description: Oracle auto start-stop script.
    #
    # Set ORA_HOME to be equivalent to the $ORACLE_HOME
    # from which you wish to execute dbstart and dbshut;
    #
    # Set ORA_OWNER to the user id of the owner of the
    # Oracle database in ORA_HOME.
    
    ORA_HOME=+path_to_your_oracle_installation+
    ORA_OWNER=+your_database_sid+
    
    if [ ! -f $ORA_HOME/bin/dbstart ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    
    case "$1" in
    'start')
    # Start the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORA_OWNER -c $ORA_HOME/bin/dbstart
    ;;
    'stop')
    # Stop the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORA_OWNER -c $ORA_HOME/bin/dbshut
    ;;
    esac
    

    5 set permissions for the new file (replace "dba" with defined during the installation of Oracle dba OS group):

    # chgrp s/n /etc/init.d/dbora
    # chmod 750 /etc/init.d/dbora

    6. run:

    # chkconfig--level 345 released on

    Restart and test if the DB starts correctly.

    I hope this helps.

    And by the way, I'm not Russian, Bulgarian. But you were close enough ;)

  • Oracle instance startup when starting (Oracle 10 g on Suse Linux 10.2)

    Dear Oracle expoerts,

    I have a problem with a server, Oracle 10g R2 to start on Suse Linux 10.2 at boot time.

    I created a startup script (see below) and this startup script works perfectly if I call it with
    /etc/init.d/Oracle start as user root.

    But during system startup it doen't work.

    I've placed links to
    /etc/rc3.d/S99oracle
    and
    /etc/rc3.d/K01oracle

    As you can see in my script I also wrote that all calls to my boot option to be independent of
    Variable environment since during my desperate attempts to start the database, I thought that I had a problem with my
    environment variables.

    Now I can not find any reason why the belkow script should not working at boot time.

    I'm happy for any help.

    Best regards

    Daniel


    #! / bin/sh - x
    #
    # Change the value of ORACLE_HOME to specify the right Oracle home
    # To your installation directory.
    ORACLE_HOME=/home/Oracle/Oracle/product/10.2.0/Db_1
    ORACLE = oracle # user der Oracle data base browser
    PATH = ${PATH}: $ORACLE_HOME/bin
    HOST = "hostname".
    Platform = 'uname '.
    export ORACLE_HOME PATH


    case '$1' in
    implementation)
    /Home/Oracle/Oracle/product/10.2.0/Db_1/bin/lsnrctl start
    echo "Listener started.
    Su oracle - c /home/oracle/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    echo 'EM started... ". »
    /Home/Oracle/Oracle/product/10.2.0/Db_1/bin/DBSTART $ORACLE_HOME
    echo "dbstart called...". »
    Su-oracle - c ' /home/oracle/oracle/product/10.2.0/db_1/bin/sqlplus s / as SYSDBA @/ home/oracle/Systemskripte/startupDB.sql ' &
    ;;
    stop)
    judgment of su oracle - c $ORACLE_HOME/bin/lsnrctl &
    Oracle - c $ORACLE_HOME/bin/emctl known stop dbconsole &
    Oracle to su - c $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
    ;;
    *)
    echo "use: $0 {start |}". stop}.
    output
    ;;
    ESAC
    #
    output

    Hello

    I don't know if its standard location, but I have on SLES script /etc/profile.d/oracle.sh
    Please modify this script and db should start automatically.

    Kind regards
    Tom
    http://OracleDBA.cz

  • Unable to start oracle

    Dear all,

    I installed oracle 12 c on my linux machine and today I shot two or three cold backups back to back and later, when I try to connect, I'm not able to start/stop database.

    Help, please.

    [oracle@Rac1 oraInventory] $ sqlplus "/ as sysdba".

    SQL * more: Production of the version 12.1.0.1.0 on Mon Jan 11 15:01:15 2016

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    Connected.

    SQL >

    SQL > startup

    ORA-01012: not connected

    Process ID: 0

    Session IDs: serial number 0: 0

    SQL > the judgment

    ORA-01031: insufficient privileges

    SQL > shutdown immediate;

    ORA-24324: service handle not initialized

    ORA-24323: value not allowed

    ORA-01089: immediate shutdown or closing in progress - no operations are allowed

    I see several potential problems.  Sent alert messages could come from the second closed database backup being launched before the first completed.  Your display startup do not appear if you connected in fact first.

    - -

    First check the OS to see if you have closed the backups are still running?  If so, you probably want to kill.  Then try to connect as sysdba using the following:

    - -

    sqlplus/nolog

    Connect / as sysdba

    aside the judgment.

    - -

    If the foregoing connects and issues the demolition, out, then use the same model and deliver start rather than give up.

    - -'

    Let us know how it goes.

    - -

    HTH - Mark D Powell.

  • Starting Oracle 11 g Express problems

    First of all, sorry for my English.

    My problem is the following, after a successful Oracle installation, I double click on started with Oracle Database 11 g Express Edition and opened with Mozilla Firefox url:

    http://127.0.0.1:8080/apex/f? p = 4950

    Firefox says problem loading page.

    This is the first time I use Oracle and don't know what to do. If you can tell me a few troubleshooting steps.

    My OS is windows vista.

    Thank you very much for your help.

    Angel.

    Hello

    You can also install Linux for VirtualBox.

    Kind regards
    Jari

  • R12 Quick Installation on Suse Linux or Oracle Linux fails

    Hello

    I tried several combinations of operating systems to try and install correctly using the Oracle R12 / quick installation but I could not. My last attempt was on Suse Linux 10. When the installation wizard is complete, database checks are successful but HTTP server is unresponsive and all subsequent checks fail.

    The reading of google and the various threads on this forum, I found that for Oracle Linux, we must apply the patch that contains libdb.so.2. Since then, I do not have an account to support oracle, I cannot get this fix and based on rules, no body can send it in an email, which means that we can not install this distribution on Oracle Linux without having to pay for the supported. Since then, it is a learning exercise without the use of serious production of R12 apps, we do not have any arrangement with Oracle support.

    For Suse, I also have the same problem, but when I try to start the opmn manually using opmnctl beginning, she responds with message, began. But when I use opmn stopall, the computer stops responding. Now, I don't know yet how to start debugging this problem.

    I would give just to try to install it or there at - it a hope?

    Thank you.

    Hello

    I finally managed to install R12 on Suse Linux Enterprise 10 SP3. I decided to start again after a repair for the past two days. Here's the process:

    a. install Suse Enterprise 10 SP3 with office and all development packages offered in the facility.

    b. click the computer--> install the software--> search for the 'db1 '. It will give you two or more packages. Install db1_185xx (from Berkley). This provides a required libdb.so.2.

    c. then go through the installation as outlined in the instructions using rapidwiz.

    It fills correctly and I can see the login screen now.

    Now, I need to know how to put in place to automatically start all services after startup.

    Thank you for your help.

    Kind regards

    Sohail naima.

Maybe you are looking for