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

Tags: Database

Similar Questions

  • Satellite A350: Error Messages at startup when start Toshiba Console

    We just bought a new A350. I installed Comodo during a Windows Update.
    Cannot complete installation of Comodo, but makes the update of Windows. We were initially three problems;

    1 loses internet connectivity, but not LAN. This has been resolved by installing the Comodo.
    2 getting started the following message appears "Cannot find file C:\Program Toshiba Toshiba Console\TOSHealthLocalS.vbs management script"
    3. when I run Toshiba Management Console, the following message box shows:

    C:\Program Toshiba Toshiba Console\TOSMgmt.exe management
    The specified path does not exist.

    Check the path and then try again

    I checked the path and this component does not seem to be responsible.

    Does anyone have a solution for this?

    Hello

    It looks like the software Toshiba Console does not work properly due to instillation of the Comodo
    I put t know exactly what is happening, but I think something was confusing to the top

    I think that the Toshiba Console should be installed again but to be honest I didn t find on the European driver Toshiba page!

    Maybe you can stitch to the BONE at the beginning of time before you have installed the Comodo this should also help you

  • Oracle instance does not start

    Hello

    I set config the memory_max_target of the B instance, by change of 600M to 500M, the instance does not start.

    I tried to start instance by

    > sqlplus/nolog

    > conn / as sysdba

    > stop immediately

    > startup pfile = d: \testparam.ora

    then it turn to the starting instance A, may I know how to change the setting of 500 M to 600 M of the B instance memory?

    Thank you.

    Try simple:

    sqlplus / as sysdba

    create a pfile='/tmp/init.ora' of spfile;

    "exit";

    It should work even if the instance is down (and ASM). If you are on 12 c and your spfile is on ASM only you must specify the location of the spfile (as it appears initially in $ORACLE_HOME/dbs).

    This pfile file can be edited with the correct settings and you can recreate the spfile.

  • 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.

  • When starting my computer there is delay at startup once the bios key not the OS boot process

    Original title: when my computer starts is it lag start-up after the hands of the bios outside the process of Lout to the bone. This shift lasts about 30 to 40 seconds and occurs when starting untouched.

    Start lagin windowd 7 Professional 32-bit

    Hello

    Make sure you have the Superfetch service running and then try to speed up the startup using my guide [1]. This causes the prefetcher in Windows 7. This increase startup performance a lot. All other tweaking tools are useless. Use this method only with this Toolkit from Microsoft.

    If it is not to speed up the startup process, follow my guide [2] to do a followed by start-up and compress the boot_BASE + CSWITCH + DRIVERS + POWER_1.etl RAR or 7z and transfer it to your Skydrive [3] and post the link here.

    I take a look at the trace, maybe I see what's wrong with your Windows.

    André

    [1] http://www.msfn.org/board/index.php?showtopic=140262
    [2] http://www.msfn.org/board/index.php?showtopic=140247
    http://social.technet.Microsoft.com/forums/en-us/w7itproui/thread/4fc10639-02db-4665-993a-08d865088d65 [3] "a programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • Listener (and the database instance) does not start automatically: ORA-12514: TNS:listener does not currently of service requested in connect descriptor

    Hi all... I am a newbie with oracle database.,.

    I have the problem of monitoring:

    I installed Oracle Database 11 g R2 XE on my CentOS 6.5 guest operating system.

    I changed the host name in my CentOS so (where installed oracle 11g R2 XE) after the installation was completed successfully.

    Installation-) before and during the hostname is localhost.

    (-) After the installation, I changed the host name in VMCentOS

    From the moment where I changed the host name, nothing starts automatically. In particular, the listener and the database instance does not start automatically.

    When I start the listener manually and I try to connect to the instance of database with SQLPLUS I get this error:

    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    I think that the problem is due host name changed because I have to test and debug the object, re-installed a machine virtual operating system CentOS, re-installed oracle database 11 g and I do not have this problem. The database instance and the listener starts automatically!

    Can someone tell me if, maybe, the problem is with the host has changed? ... and why?

    P.S.: After changing the hostname I also modified the listener.ora and the tnsnames.ora by changing the HOST with the correct host name.

    Hello

    It seems that you don't install Oracle Database Express Edition (XE). If you post this question in the wrong forum.

    When you install EA or there is no script that starts the database at startup.

    If you wish, you can create by yourself. For example search for instructions to Google how to create script.

    Kind regards

    Jari

  • Problems Linux - instance of stop - start instance.

    Hello

    I don't know if anyone has had this problem before, I read in some messages and have not found a solution.

    I have install Oracle 11 g on a Fedora box and a box of Ubuntu. In both I have the same situation.

    After the installation of Oracle, I can work with it without any problems, create the table, users, views, store, procedures, etc, etc...

    I have a problem when I try to shut down the instance. When I do cela the listener no longer works, and therefore, I can not start the instance. The only way I can do is start 'EM and start the instance with her...

    Here's what I have:

    * 1. I have check the listener: *.

    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$. / lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on August 24, 2010 12:52:34

    Copyright (c) 1991, 2009, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start date August 24, 2010 10:08:01
    Uptime 0 days 2 h 44 min 32 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /U01/app/Oracle/diag/tnslsnr/HP/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))
    Summary of services...
    Service "orcl" has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    Service 'orclXDB' has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    The command completed successfully
    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$


    Then I start sqlplus and connect as sysdba:

    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$. / sqlplus/nolog

    SQL * more: Release 11.2.0.1.0 Production on Mar 24 12:53:15 August 2010

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

    SQL > connect sys@orcl as sysdba
    Enter the password:
    Connected.
    SQL >


    And I stop the instance

    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL >

    I have check the listener again (notice that there more my service):

    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$. / lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on August 24, 2010 12:54:43

    Copyright (c) 1991, 2009, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start date August 24, 2010 10:08:01
    Uptime 0 days 2 h 46 min 42 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /U01/app/Oracle/diag/tnslsnr/HP/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))
    The listener supports no services
    The command completed successfully



    and that's why, when I try to start again:

    SQL > startup
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor
    SQL >


    =========================

    More information:

    * / etc/oratab: *.

    ORCL:/U01/app/Oracle/product/11.2.0/dbhome_1:Y


    ORACLE_HOME/network/admin/TNSNAME.ora

    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))


    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )


    ORACLE_HOME/network/admin/listener.ora

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    )
    )

    ADR_BASE_LISTENER = / u01/app/oracle


    Any help will be greatly appreciated!

    Add the following lines to listener.ora

    SID_LIST_LISTENER =
      (SID_LIST =
         (SID_DESC =
             (SID_NAME = orcl)
             (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
            )
      )
    
  • 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.

  • ORA-1033, ORA-00020: ERRORS WHEN STARTING THE DATABASE

    Hi... I am the server of Oracle 11 G (11.1.0.7.0) and here is the overview of the alert.log.

    It seems that 2-3 processes had problem while starting up... but later, they began... I checked in the alert file.

    ________________________________________________________________________________________
    ksuapc: ORA-1033 foreground process begins before PMON ksuapc: ORA-1033 foreground process begins before PMON ksuapc: ORA-1033 foreground process begins before PMON ksuapc: ORA-1033 foreground process begins before PMON
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00450: background process "CJQ0" is not started
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00450: background process "CJQ0" is not started
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00444: background process 'OCMS' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00444: background process 'OCMS' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00444: background process 'OCMS' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00444: background process 'CJQ0' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.
    ORA-00444: background process 'OCMS' failed during startup
    ORA-00020: maximum number of processes () exceeded
    ORA-00020: maximum number of errors ORA-20 process 0 overwhelmed will not be written in the journal of the alert to errors ORA-20.


    ________________________________________________________________________________________


    This doesn't come very often, but once in a blue moon... so is there a reason behind it? because it seems an error when starting only?

    ORA-00020: maximum number of processes (string) exceeded
    Cause: All process status objects are in use.
    Action: Increase the value of the initialization of the PROCESS parameter.

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e17766/E0.htm#sthref23

  • FRM-92101: Service ask form fault when starting

    Hello

    First of all, I would like to say that I searched for thi erro in this forum before posting.

    So the question is

    We use 12.0.4 instance VISION and when we try to open the "create service request" form in the Service Module, we get the following error:

    =========
    FRM-92101 there has been a failure in the Forms Server when starting...

    oracle.forms.net.ConnectionException: form session < 30 > abandoned: unable to communicate with
    enforcement process.
    at oracle.forms.net.ConnectionException.createConnectionException (unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse (unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush (unknown Source)
    at oracle.forms.net.HTTPNStream.flush (unknown Source)
    at java.io.DataOutputStream.flush (unknown Source)
    at oracle.forms.net.streamMessageWriter.run (unknown source)
    =====================

    I also wanto to say that other forms and features work correctly.


    Can someone suggest something to solve this problem!

    Thanks in advance,
    Gonçalo

    Thanks for sharing the solution.

    I need to set the following environment:

    1.EVENT_10932 = 8
    2.DE_DISABLE_PLS_512 = 1
    3 FORMS_FLAG_DIFFERENT_SUBORD = 1

    This must be specified in the .bash_profile file.

    You are right. And this is mentioned in the following note:

    Note: 444248.1 - using OracleAS 10.1.2 and forms builders reports with Oracle Applications version 12
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=444248.1

  • FRM-92101: there was a failure when starting Server Forms... (R12 charge installation on windows server 2008 32-bit)

    Hello

    I encountered the following error when I try to open the form in oracle EBS R12.1.1

    It stuck for a little while and then appears an error message

    FRM-92101: there was a failure when starting Server Forms...

    (I've never been able to run the form on this)

    I ran a vision online forum that works very well which means java is ok.

    It is the new installation on windows server 2008 32-bit with costs of database (no vision).

    I search on the internet and tested all of the available options, including;

    change in the registry for example 1024,12288,1024 etc.

    marking the check box for oracle process manager to PROD "allow service to interact with desktop".

    check the configuration files of forms (all files of any bad path that I found and corrected)

    running files adautocfg.cmd for db and apps (returned errors and can be verified at the following link)

    https://DL.dropboxusercontent.com/u/60474194/adconfig%20apps.log

    https://DL.dropboxusercontent.com/u/60474194/adconfig%20dB.log

    I'm not a technical professional and unable to solve the problem, please help

    Problem solved

  • get the error: 1720-smart hdd imminent failure (failing attr:0 = |) when starting?

    HP cpmpaq notebook 6710 model skuno:rj459av b

    I am getting error 1720-smart hdd imminent failure (failing attr:0 = |) when starting.

    Need to change the HARD drive or other needs please specify.

    Can I replace it with new 500 0r 320 HD (like my perivious one is 120 GB 5400 RPM)?

    If not then where I get the 160 GB HARD drive or less because of our days is hard to find this type of HARD drive, out service in the market.

    Please give me as soon as.

    Kind regards

    Varun Pandey

    Oracle DBA

    Varun Pandey
    Oracle DBA

    You can use everything you can find on the market. Just be sure that it is a portable thickness 9.5 mm SATA HDD. The maximum size available is 1 TB. Here's the manual showing how to replace the drive.

    http://bizsupport1.Austin.HP.com/BC/docs/support/SupportManual/c00911959/c00911959.PDF

    I don't remember if the 6710 b has a connector on the connector sata on the standard black plastic drive but do not panic if the drive when you pull a link that seems different from that of a disk sata hard. There is a piece of plastic card black you need to remove the old drive and reuse. It can be put in place so that the sata connections just plug right into the motherboard.

    This is a good deal on a 7200 RPM 320 GB drive:

    http://www.Newegg.com/product/product.aspx?item=N82E16822152235

    I won't use anything other that a disc of 7200 RPM... it offers a significant improvement in access to time and the boot file.

  • Exception when starting Server EMGC_OMS1 (updated 12.1.0.2)

    Hello

    I just upgraded my EM 12 c R1 to R2 test environment.
    The environment runs on Windows: Server Admin and monitor targets.

    After the steps after installation in the migration guide, Weblogic console starts well (using % DOMAIN_HOME%\startWebLogic.cmd), but I'm having trouble to start Enterprise Manager Cloud Control console/web server.

    After trying to start the EMGC_OMS1 managed server in WebLogic console, I get the following:

    -EMGC_OMS1 State goes to FAILED_NOT_RESTARTABLE.
    -The Server Admin log show the following errors:
    14:33:05EMReposLoginModuleImpl 28-Sep-2012: throw LoginException: authentication failed: User. Password not supplied
    < 28 sep 2012 14:33:05 CEST > < WARNING > < DeploymentService > < BEA-290014 > < username or password. >
    14:33:07EMReposLoginModuleImpl 28-Sep-2012: throw LoginException: authentication failed: User. Password not supplied
    < 28 sep 2012 14:33:07 CEST > < error > < Configuration Management > < BEA-150035 > < an attempt was made to download the configuration for > EMGC_OMS1 server by the user with an invalid password. >
    < 28 sep 2012 14:33:13 CEST > < error > < NodeManager > < BEA-300048 > < could not start the server EMGC_OMS1: Exception when starting Server > "EMGC_OMS1" >
    I tried the following:

    -Write file boot.properties in %DOMAIN_HOME%\servers\EMGC_ADMINSERVER\security and %DOMAIN_HOME%\servers\EMGC_OMS1\security with the credentials for the user the Weblogic admin again.
    -Value username and password on "Parameters of EMGC_OMS1" > Configuration > Weblogic Console tab to start the server.

    None of them succeeded.

    I also compared the former (R1) installation folder with a new one for the R2, but I don't see any relevant difference.

    You have suggestions on what can be wrong?

    Thanks in advance,
    Angel

    Hi Angel,

    Please see the following doc for instructions on starting a CMS.

    http://docs.Oracle.com/CD/E24628_01/doc.121/e24473/emctl.htm#BABFEEAJ

    Kind regards
    -Loc

  • Error when starting the weblogic Server

    Hi all

    I get the following error when starting the weblogic server (10.3.5.0). I couldn't access the EM.

    < 9 July 2012 19:00:23 IST > < error > < org.apache.beehive.netui.pageflow.internal.AdapterManager > < BEA-000000 > < ServletContainerAdapter manager not initialized successfully. >

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.EMDClientInitializer.setHttpConnectionTimeout(EMDClientInitializer.java:97)

    at oracle.sysman.eml.app.EMDClientInitializer.init(EMDClientInitializer.java:85)

    at oracle.sysman.emSDK.svc.ServiceUtil.initService(ServiceUtil.java:94)

    at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:432)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)

    ... more than 40

    PostInstallConfigIntegration:oracle_ias_farm target auth check is performed.

    < 9 July 2012 19:00:49 IST > < WARNING > < HTTP > < BEA-101162 > < oracle.sysman.eml.app.ContextInitializer listener has not defined by user: java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException.

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:1035)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Truncated. check the log file full stacktrace

    >

    < 9 July 2012 19:00:49 IST > < WARNING > < HTTP > < BEA-101162 > < oracle.sysman.eml.app.ContextInitializer listener has not defined by user: java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException.

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:1242)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:482)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Truncated. check the log file full stacktrace

    >

    < 9 July 2012 19:00:49 IST > < error > < hats > < BEA-149231 > < cannot create the activation to true for the em application state '.

    weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)






    How to solve this problem. Pls suggest me.


    Kind regards
    Deena.

    Copy the file http_client.jar in $ORACLE_HOME/Yes/jlib to $DOMAIN_HOME/lib. Also check if the classpath has been defined for this under $DOMAIN_HOME/bin/setDomainEnv.sh jar file

    https://forums.Oracle.com/forums/thread.jspa?MessageID=10200685

  • Error when starting server in UNIX environment

    Hello

    I get the following error when starting the server:

    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) start.
    ---------------------------------------
    Type: error
    Severity: 40
    Time: Thu Jun 3 06:41 2010
    File: project/webcatalog/localwebcatalog.cpp line: 761
    Properties: ThreadID-1
    Geographical area:
    saw.catalog.local.readObject
    saw.catalog.local.loadCatalog
    Saw.webextensionbase.init
    Saw.sawserver

    Error outside of the catalogue of presentation.
    ---------------------------------------
    Type: error
    Severity: 40
    Time: Thu Jun 3 06:41 2010
    File: project/webcatalog/localwebcatalog.cpp line: 761
    Properties: ThreadID-1
    Geographical area:
    saw.catalog.local.readObject
    saw.catalog.local.loadCatalog
    Saw.webextensionbase.init
    Saw.sawserver

    Error outside of the catalogue of presentation.
    ---------------------------------------
    Type: error
    Severity: 20
    Time: Thu Jun 3 06:41 2010
    File: project/sawserver/main.cpp line: 338
    Properties: ThreadID-1
    Geographical area:
    Saw.sawserver

    Error loading of security account.
    ---------------------------------------


    Tried to use a unstructured lock.
    The current owner thread ID: 0 (0x0)
    The current thread ID: 1 (0x1)
    Lock pointer: 0xf2a2efa8
    Lock created in the file: server/include/Utility/Generic/SUGRecursiveLock.h
    Lock created online: 34
    Lock created in the function: NQRecursiveLock < NQCriticalSection >: NQRecursiveLock
    Error in file: server/Utility/Generic/NQThreads/SUGCriticalSection.cpp
    Error on line: 242
    Error in function: NQCriticalSection::Acquire

    [/ orapsdev/BI/setup/sawserver.sh[7]: 786638 trap (coredump) ITO/cancel

    Kindly help to find a solution to this.

    Kind regards
    Rahul

    Hello

    I came accrossed this kind of problems before, when I checked the log, I found almost the same error that you mentioned and BI Preenstation services is not started upward.

    As my experience, there is something wrong with the catalog of presentation, I changed the catalogue at samplesales and it's ok, so I fired the specific catalog, and then it's ok.

    I hope this can help.

    Thank you & best regards
    Henry

Maybe you are looking for

  • Yet a kernel panic, please help?

    Hey there, I knew panic the kernel for a few weeks now, although a couple of them had not signed in, the original did it. Well, today I literally only had my Macbook for 10 minutes or less when it rebooted and panicked. I don't know exactly what the

  • Plugin - Container.exe is consuming system resources.

    This new process associated with the recent release of Firefox 3.6.4 is just hammering my system, with Plugin - Container.exe stealing approximately 60% of the time CPU from other applications under XP SP3. This problem started with the upgrade that

  • Satellite Pro 4600: what DVD player?

    Can Hi anyone tell me if I can replace my CD drive with a DVD drive for this model? My current set up is:650 Celron, 128 MB, CD-rom, win 2000.If so, what is the part number I need? Thanks in advance!

  • JSON with double type number

    How to avoid converting value that occurs when flattening a number of double type JSON? Converts a value from 9999.12 to 9999.12000000008 in the JSON string.

  • When displating some web pages happens in Wordpad in PDF format and I can not read how to change?

    I have XP when wordpad opens a file, it makes no sense. It's like the language used to write a web page. How can I change?