Database startup failure

I have installed the NW4-Testdrive on a SuSE Linux 9.0 System. All installation processes have been finished very well. After I typed 'sapstart' (in user context of nw4adm, as described) the saposcol starts up all right. But starting the database failed.
The error message in /sapmnt/home/nw4adm/startdb.log is:
dbmcli: connect check finished with return code: 0
Starting Database Instance...
OK
Opening Database...
ERR
-24894,ERR_SHUTDOWN: shutdown of database occured
-71,connection broken server state 6
Connect to the database to verify the database is now open
dbmcli check finished with return code: 0
Database start failed
What can I do to get started??

Hallo Ralf,
please look into MaxDB/SAP DB independend data directory for the file  /<indep_data>/wrk/<DBID>/knldiag . The reason must be traced there. The note must be placed before the token 'current write position'. It would be enough if you search using just 'current' token. Check additionally whether the xserver is running. As <sid>adm user just enter the shell command: x_server -U.
greetings,
Alexander

Similar Messages

  • Database initialisation failure

    Hi all, i put this question to all you solaris heads out there. I installed Solaris 10 on a HP ML-110, and installation was a success, however upon booting into Solaris i am greeted with the above mentioned error; database initialisation failure svc.configd exited with status 102. I am only a newbie and wondering if someone can help me to create or restore one of these database repositories which it needs to successfully startup?
    Any help is greatly appreciated.
    Cheers, Andrew

    Hi Deepali,
    In case you are using g6 and above, try running the diagnostics to see all 15 tasks are complete with OK status. Then
    1)check for the port your database server is using for SQL. Its by default 1433 but in case its an instance, you would need to check from the registry to see what is the exact port being used by the instance. The test would actually show you "database found" result for the default port but that might be wrong
    2)make sure you run the database scripts in correct order.
    Hope this helps

  • After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version"

    After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version".  Any help will be greatly appreciated.

    Sorry,
    Yes, the error message is exactly like that  ("Database error: failured to persist version")
    No photos will import at all.  I use USB to import from iPhone 5s or iPad 2. 
    About the difference?  iPhoto and Photos .  Are there two softwares?
    I also will like to merge and/or synchronize all my photos I had saved to iCloud backups, Macbook Pro,  iPhone 5s and iPad hard drives using iPhoto.  It's call iPhoto library.  At one point I turned off streaming. 
    Thanks again Larry HN.

  • Database startup issue

    Dear all
    when i am going to startup the database i am getting this
    below mentioned issue
    database is mounted for your information.
    Unix process pid: 5402, image: [email protected] (TNS V1-V3)
    *** SERVICE NAME:(SYS$USERS) 2010-05-23 23:04:28.988
    *** SESSION ID:(159.3) 2010-05-23 23:04:28.988
    Error in executing triggers on database startup
    *** 2010-05-23 23:04:28.988
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 34
    ORA-06512: at line 2
    *** 2010-05-23 23:04:48.636
    *** 2010-05-23 23:04:48.636 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    *** 2010-05-23 23:04:49.638 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    pls. let me reason for the issue.
    Tks/regs
    Sunrise~

    Error in executing triggers on database startup
    *** 2010-05-23 23:04:28.988
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 34
    ORA-06512: at line 2
    *** 2010-05-23 23:04:48.636
    *** 2010-05-23 23:04:48.636 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    It appears that a startup trigger has a bug.
    01089, 00000, "immediate shutdown in progress - no operations are permitted"
    // *Cause:  The SHUTDOWN IMMEDIATE command was used to shut down
    //        a running ORACLE instance, so your operations have been
    //        terminated.
    // *Action: Wait for the instance to be restarted, or contact your DBA.

  • Personal Oracle 8i Database startup password

    Can someone provide the database startup password for Personal Oracle 8i.I have tried passwords like "oracle","sys","manager"in both uppercase and lowercase.
    None of this works.I have read the required documentation for the same.But I haven't recd any information.
    Thanks.

    Hi,
    Normally this combination should work.
    Anyway, try this out.
    In the command prompt,
    set ORACLE_SID=<sid name>
    start server manager/svrmgrl
    connect internal.
    At this juncture , if you are getting errors, exit the svrmgr application.
    try to reset the password for internal with a new password file. (Backup the old one).
    Tr connecting.
    Regards
    Lakshmanan, K

  • Database startup error message

    Hi Guys,
    When I startup my Database, I always see this error message printed in the trace file:
    Error in executing triggers on database startup
    *** 2005-12-09 11:12:42.817
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Error in executing triggers on database startup
    *** 2005-12-09 11:12:42.869
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 4
    I have a few questions about the above message:
    1. How can I see which database startup trigger is having this error? Is there a way to determine that?
    2. Is there a way I can disable all triggers that fire on database startup? (just like we can disable triggers on a table)
    3. Any idea what ORA-36961: Oracle OLAP is not available. means?
    Thanks

    hey..thanks for the reply, I have checked to see if any triggers are enabled on startup from the USER_TRIGGERS
    SQL> select TRIGGER_NAME from DBA_TRIGGERS where TRIGGERING_EVENT='STARTUP';
    no rows selected
    SQL>
    But when I start my database, I again see this error message:
    Error in executing triggers on database startup
    *** 2005-12-12 05:32:40.778
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 4
    Is there any way I can check what trigger Oracle is complaining about?
    Also, how can I disable OLAP so that I don't see the OLAP error message?
    Thanks

  • Issue with database startup

    hi,
    getting below error on database startup.
    log is attached from alert log file.
    Wed Nov 16 14:24:20 2011
    ALTER DATABASE MOUNT
    Wed Nov 16 14:24:20 2011
    ORA-00202: control file: '/oradata2/ctftdb2/data/controlctftdb201.ctl'
    ORA-27086: unable to lock file - already in use
    SVR4 Error: 11: Resource temporarily unavailable
    Additional information: 8
    Additional information: 5457
    Wed Nov 16 14:24:20 2011
    ORA-205 signalled during: ALTER DATABASE MOUNT...

    user12052679 wrote:
    SID is ctftdb2
    bash-3.00$ ps -ef | grep pmon
    oracle 5992 1 0 14:24:19 ? 0:07 ora_pmon_ctftdb2
    oracle 1680 1 0 May 25 ? 193:47 ora_pmon_hddb
    oracle 5445 1 0 Jul 19 ? 287:57 ora_pmon_ctftdb2
    oracle 14334 28506 0 16:28:22 pts/3 0:00 grep pmonyour instance is already up, why trying to start again? are you not aware as it is already running?
    First shutdown the current instance which you facing errors to mount database
    export ORACLE_SID=ctftdb2
    sqlplus / as sysdba
    select name,open_mode from v$database;Might it is already either mounted or opened. post output here

  • When the Database startup and open? please please not alert log

    Hello all
    is there is a script or dinamic view which query what time the database startup and shutdown.
    please don't answer me with opent alert log, am looking for view or script only
    thank you
    regards

    You wrote you don't want to use the alert.log. But
    still this could provide all the information you want
    to have.
    If you dont want to use the alert.log because you
    need to query the information by using sql you may
    consider to access the alert.log via a external table.Even the alert log may not meet the new requirements of 'all startup and shutdown history'. In a typical shop, the alert log is periodically archived or wiped.
    The answer to the OPs question probably lies in creating a new table to store the v$instance information, and create a database startup and possibly a database shutdown trigger to fill that table.
    Or start using Grid Control which has that information tucked away in one of the internal sysman tables.

  • How to automate database startup/shutdown in RHEL4

    Dear All
    I have Oracle 10gR2 database on RHEL4.
    If i want to automate database startup/shutdown with OS startup/shutdown,
    Then where i need to update about dbstart.sh & dbshut.sh
    I have already made entry in /etc/oratab as Y for database SID.
    I am using Bourn Shell.
    Thanks

    You can refer to my post in my Blog
    [Automatically StartUp and Shutdown an Oracle Database in Linux OS|http://kamranagayev.wordpress.com/2008/12/22/automatically-startup-and-shutdown-database-in-linux-os/]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Database startup trigger on a RAC

    I cant seem to find a definitive answer to this question in the doc anywhere, and I haven't got a RAC to test it on, but can anyone confirm that a trigger defined as 'AFTER STARTUP ON DATABASE' will fire just once immediately after database open. It will not fire for every node of the RAC - or will it? :-)
    In my understanding, in a rac, there are multiple instances, but just one database. It seems logical therefore that the above trigger will fire just once.
    However, why then would there be a System-Defined Event Attribute "ora_instance_num" available to the database startup trigger? See:
    [See Tables 9-4 and 9-5 here|http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/triggers.htm#g1722284]
    This seems to contradict my assumption.

    On my test RAC database the trigger was fired on each instance startup.
    So when the database is bounced the trigger is executed twice (once per instance for my 2 node RAC).

  • Start a job upon database startup

    Hi,
    I have created a job which I would like to run on database startup. What is the best way to do this. I tried using "after startup on database" but could not get it to work.
    What is the best way to make sure a job gets scheduled as soon as the database startsup.
    thanks for the help

    Hi,
    There is no documented way of using the Scheduler to do this and the "after startup on database" trigger sounds like the right thing to do. Why doesn't it work ?
    One thing which might work is creating a one-time job in the trigger to run immediately (if you use dbms_scheduler.create_job it must be in an autonomous transaction) . Or having the job exist but calling run_job from the trigger (with use_current_session=>false) - this would also have to be in an autonomous txn.
    If you are having trouble getting the trigger to work you might need to post on the general database forum.
    Hope this helps,
    Ravi.

  • SQL Database Login failure

    I'm getting a SQL database login failure on one customer after many successful installations at other customers. My app uses OLE DB (ADO) database type with the SQLOLEDB provider to access the database. I create the table logon info structure internally in my app and use that to connect the Crystal Report for.Net framework to the database. I've verified that the server name is correct and the database allows access from SQL Management Studio and from the rest of my app, which uses VB SQL connection objects. But on this one customer I get a "Database Login" prompt when the Crystal Report is run. The prompt shows the correct user name and password. When I hit "Login" the login fails (as it failed internally leading to the dialog being shown in the first place).
    Anyone have any idea on what's going on here? Any idea on where else to look? I suspect some software the customer is running is interfering somehow with Crystal Reports. But I don't have any idea of what to check for. Any help will be appreciated.
    Jon Webb
    PEP Systems, Inc.

    Some of the more common causes for this are:
    1. Firewalls - If you have a firewall between the database server and your computer
    2. Different SubNets.  If your database server is on a different sub-net than the computer you are trying to connnect from - then it might not be able to see it / resolve the name.  To verify this, trying pinging the database computer by machine name  (e.g. ping myDBServer).   This can also be caused by the computer not being able to see the DNS server, and so not able to resolve the DB server machine name.
    3. Wrong DB driver version.  Sometimes if you are trying to connect to a newer version of SQL server using older drivers - it won't work.  Verify what version of the SQL server drivers are being used.
    4. MDAC is not installed.  To connect via ODBC you sometimes need MDAC installed.  You can check the version using the info in this kbase http://support.microsoft.com/kb/301202
    Shawn

  • How to fix windows 7 startup failure? Windows startup repair cannot help

    Recently, my laptop have problem with the startup and unfortunately it is showing crash dump error as well.
    This is the error mesage for startup issues: c000021a fatal system error, intial session process or system process terminate
    and this is error message for crash dump: STOP: 0x0000000A (0xFFFFF80003BEDE60, 0x0000000000000002, 0x0000000000000008, 0xFFFFF80003BEDE60)
    So, when i start my laptop it comes up with the startup c000021a fatal system error. I tried to go to startup repair and chose the "Last Known Good Configuration (advanced)" after that it shown system crash dump error message.
    Unfortunately, I did not make the restore point. I want to reinstall my windows but it cant boot from CD/DVD due to startup failure. I already choose the booting sequence to CD/DVD as first sequences but it still does not work.
    Anyone can help me with this issues?
     

    Hi Arie K,
    Please explain a bit about the following question for better analyzation:
    1. What changes have you made before this issue?
    2. Do you receive the same error message when we use the normal boot, safe mode and Last Known Good Configuration? If no please share it with us.
    3. What error messages do you receive when we try to boot from CD/DVD?
    We could try to use the USB driver to performance the system restore or reinstall.
    For more information, please refer to the following article.
    How to Build a Bootable USB Drive? or How to Install an Operating System from a USB Device?
    http://blogs.technet.com/b/chenley/archive/2011/10/06/how-to-build-a-bootable-usb-drive-or-how-to-install-an-operating-system-from-a-usb-device.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Error on database startup ORA-03113: end-of-file on communication channel

    Dear All,
    I'am getting following error while database startup. 
    Database version : 11.2.0.1.0
    OS Windows 2008 R2
    ORA-03113: end-of-file on communication channel
    Process ID: 8800
    Session ID :96 Serial number : 3
    alter log contains following error
    </msg>
    <msg time='2015-04-27T15:11:41.167+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='223497679' type='INCIDENT_ERROR' group='Generic Internal Error'
    level='1' host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'
    prob_key='ORA 600 [kdtigetrow-2]' upstream_comp='' downstream_comp=''
    ecid='' errid='147059' detail_path='e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc'>
    <txt>Errors in file e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc  (incident=147059):
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    </txt>
    </msg>
    <msg time='2015-04-27T15:11:41.233+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='dbgexProcessError:1176:3370026720' type='TRACE' level='16'
    host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'>
    <txt>Incident details in: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    </txt>
    </msg>
    And the trace file shows
    Symbol file E:\ORADB\product\11.2.0\dbhome_1\BIN\orannzsbb11.SYM does not match binary.
    Symbol TimeStamp=4b62bd94, Module TimeStamp=0 are different
    *** 2015-04-27 15:11:41.230
    Incident 147059 created, dump file: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    Thanks.
    Vivek

    vivekvm wrote:
    Dear All,
    I'am getting following error while database startup. 
    Database version : 11.2.0.1.0
    OS Windows 2008 R2
    ORA-03113: end-of-file on communication channel
    Process ID: 8800
    Session ID :96 Serial number : 3
    alter log contains following error
    </msg>
    <msg time='2015-04-27T15:11:41.167+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='223497679' type='INCIDENT_ERROR' group='Generic Internal Error'
    level='1' host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'
    prob_key='ORA 600 [kdtigetrow-2]' upstream_comp='' downstream_comp=''
    ecid='' errid='147059' detail_path='e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc'>
    <txt>Errors in file e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc  (incident=147059):
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    </txt>
    </msg>
    <msg time='2015-04-27T15:11:41.233+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='dbgexProcessError:1176:3370026720' type='TRACE' level='16'
    host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'>
    <txt>Incident details in: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    </txt>
    </msg>
    And the trace file shows
    Symbol file E:\ORADB\product\11.2.0\dbhome_1\BIN\orannzsbb11.SYM does not match binary.
    Symbol TimeStamp=4b62bd94, Module TimeStamp=0 are different
    *** 2015-04-27 15:11:41.230
    Incident 147059 created, dump file: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    Thanks.
    Vivek
    Seems these lines are telling the tale:
    Symbol file E:\ORADB\product\11.2.0\dbhome_1\BIN\orannzsbb11.SYM does not match binary.
    Symbol TimeStamp=4b62bd94, Module TimeStamp=0 are different
    I don't understand why the symbol table doesn't match the binary unless someone 'stepped' on one of them (meaning overwrote them).  Have you checked %ORACLE_HOME%\bin for file times?
    David Fitzjarrell

  • How to make rollback segments online on database startup?

    I create some rollback segments in users tablespace, but how can I auto make these rollback segment online on database startup?
    thanks!!

    Add the name of the rollback segments to rollback_segments parameter in the init.ora file.
    edwin

Maybe you are looking for

  • How to save artwork to a specific size in Adobe Illustrator CC?

    Hey, So I'm creating a channel art for someone. I used the template provided from YouTube and opened it up in Illustrator. The problem is once I finished with the art, I deleted the template, and there's a big art board there and it's in the way, I d

  • Why the execution time increases with a while loop, but not with "Run continuously" ?

    Hi all, I have a serious time problem that I don't know how to solve because I don't know exactly where it comes from. I command two RF switches via a DAQ card (NI USB-6008). Only one position at the same time can be selected on each switch. Basicall

  • Creating CRM Widgets on Desktop (r15)

    Anyone using CRM OnDemand widgets on desktop? I can get CRM message centre / fave list widget on to iGoogle. I have google desktop to capture the CRM widget on to desktop. I'm following a document sent out by Bob. I'm having problem with page 6 on th

  • Payload XML

    Hi All, Payload XML in BPM Process should contain element with '*response' or not??? When I added a service task activity in the BPM process i can see some .xsd got generated in the SOA project under xsd. Can I consider this as my payload?? But, it d

  • How to pass parameters to Responder functions?

    Hi guys, Im using AMFPHP, and would like to pass some paramteres to Function in Responder, how can i do that? new Responder('success', 'fault'); // I would like to pass few simple parameters to success function. Saludos marcin