Oracle RDBMS Kernel Executable Error

Hi People
First of all let me say all you my English is not very good.
I am from Mozambique and now we are working with Oracle 10g on Windows Server 2003 OS.We have a lot of servers, all of them have more than one million records.But one of them now is displaying the following message error:
ORACLE RDBMS KERNEL EXECUTABLE ERROR.
This message appears when i start the server (means that appear when i start the database). I think the problem is related with file ORACLE.EXE...perhaps is damaged or corrupted.Until now we still connect the database but i don't know the real dimension of this error, i don't if i wiil wake up tomorrow with my database crashed or not.
How can i fix this error?Is possible to repair that file without losing data?
Afonso Pene

This is a windows problem. What comes into my mind:
1. Check event log, are there any other messages. Are there any windows error codes.
2. If problem after one more restart still exists, then think about reinstalling oracle or restoring oracle.exe from opsystem backup if You have such.
Seems oracle services are automaticaly started when system reboots?
You can try to put them into manual mode and then restart server and try to start them manualy - will error again appear or this was one time error.
Anyway, debug should be done from windows side.
If database is running just fine and users are not complaining, then maybe it's just windows error reporting as it suddenly went down and when came up again, it reported some errors. as a result no actions should be done.

Similar Messages

  • Error RDBMS Kernel Executable

    I have a stored procedure in my database, this procedure performs many operations in a loop of a cursor, as time elapses generates an windows error that says: oracle rdbms kernel executable encountered an error, and in event log says: The service OracleServiceDBXXX was completed unexpectedly
    can anyone help me is very urgent?

    I ran the procedure and got this error in sqlplus console: ORA-03113: end-of-file on communication channel,
    and the alert_dbXXX.txt log of database include the following:
    Fatal NI connect error 12570, connecting to:
    (LOCAL=NO)
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
    Time: 09-MAY-2011 16:20:41
    Mon May 09 16:20:41 2011
    Fatal NI connect error 12570, connecting to:
    (LOCAL=NO)
    Tracing not turned on.
    Mon May 09 16:20:41 2011
    Tns error struct:
    Fatal NI connect error 12570, connecting to:
    (LOCAL=NO)
    ns main err code: 12570
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
    Time: 09-MAY-2011 16:20:42
    Time: 09-MAY-2011 16:20:42
    Tracing not turned on.
    Tns error struct:
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12570
    TNS-12570: TNS:packet reader failure
    ns main err code: 12570
    TNS-12570: TNS:packet reader failure
    Mon May 09 16:20:43 2011
    ns secondary err code: 12560
    Fatal NI connect error 12570, connecting to:
    (LOCAL=NO)
    ns secondary err code: 12560
    nt main err code: 0
    nt main err code: 0
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.2.0.1.0 - Production
    Time: 09-MAY-2011 16:20:43
    TNS-12570: TNS:packet reader failure
    nt secondary err code: 0
    nt OS err code: 0
    Tracing not turned on.
    ns secondary err code: 12560
    nt main err code: 0
    nt secondary err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    nt OS err code: 0
    Tns error struct:
    opiodr aborting process unknown ospid (2164) as a result of ORA-609
    opiodr aborting process unknown ospid (3728) as a result of ORA-609
    ns main err code: 12570
    TNS-12570: TNS:packet reader failure
    ns secondary err code: 12560
    nt main err code: 0
    nt secondary err code: 0
    opiodr aborting process unknown ospid (1988) as a result of ORA-609
    nt OS err code: 0
    opiodr aborting process unknown ospid (1160) as a result of ORA-609

  • @/vobs/oracle/rdbms/admin/catproc.sql  error message

    After setting up 9i DB manually when i ran this script all went well with few errors , i am wondering these errors are ignoreable ....
    @/vobs/oracle/rdbms/admin/catproc.sql
    Grant succeeded.
    drop package body sys.diana
    ERROR at line 1:
    ORA-04043: object DIANA does not exist
    drop package sys.diana
    ERROR at line 1:
    ORA-04043: object DIANA does not exist
    Package created.
    Package body created.
    drop package body sys.diutil
    ERROR at line 1:
    ORA-04043: object DIUTIL does not exist
    drop package sys.diutil
    ERROR at line 1:
    ORA-04043: object DIUTIL does not exist
    Package created.
    ERROR at line 1:
    ORA-04043: object PSTUBT does not exist
    Procedure created.
    Grant succeeded.
    drop procedure sys.pstub
    ERROR at line 1:
    ERROR at line 1:
    ORA-04043: object SUBPTXT2 does not exist
    Procedure created.
    drop procedure sys.subptxt
    ERROR at line 1:
    ORA-04043: object SUBPTXT does not exist
    ERROR at line 1:
    ORA-04043: object DBMS_XPLAN_TYPE_TABLE does not exist
    drop type dbms_xplan_type
    ERROR at line 1:
    ORA-04043: object DBMS_XPLAN_TYPE does not exist
    Type created.
    ERROR at line 1:
    ORA-00942: table or view does not exist
    DROP TABLE ODCI_WARNINGS$
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Type created.
    Table truncated.
    drop sequence dbms_lock_id
    ERROR at line 1:
    ORA-02289: sequence does not exist
    Sequence created.
    drop table SYSTEM.AQ$_Internet_Agent_Privs
    ERROR at line 1:
    ORA-00942: table or view does not exist
    drop table SYSTEM.AQ$_Internet_Agents
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Table created.
    DROP SYNONYM def$_tran
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    DROP SYNONYM def$_call
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    DROP SYNONYM def$_defaultdest
    ERROR at line 1:
    DROP TYPE SYS.ExplainMVMessage FORCE
    ERROR at line 1:
    ORA-04043: object EXPLAINMVMESSAGE does not exist
    Type created.
    drop view sys.transport_set_violations
    ERROR at line 1:
    ORA-00942: table or view does not exist
    PL/SQL procedure successfully completed.
    drop table sys.transts_error$
    ERROR at line 1:
    ORA-00942: table or view does not exist
    drop operator XMLSequence
    ERROR at line 1:
    ORA-29807: specified operator does not exist
    drop function XMLSequenceFromXMLType
    ERROR at line 1:
    ORA-04043: object XMLSEQUENCEFROMXMLTYPE does not exist
    drop function XMLSequenceFromRefCursor
    ERROR at line 1:
    drop function XMLSequenceFromRefCursor2
    ERROR at line 1:
    ORA-04043: object XMLSEQUENCEFROMREFCURSOR2 does not exist
    drop type XMLSeq_Imp_t
    ERROR at line 1:
    ORA-04043: object XMLSEQ_IMP_T does not exist
    drop type XMLSeqCur_Imp_t
    ERROR at line 1:
    ORA-04043: object KU$_IND_PART_T does not exist
    drop type ku$_ind_part_list_t force
    ERROR at line 1:
    ORA-04043: object KU$_IND_PART_LIST_T does not exist
    drop type ku$_piot_part_t force
    ERROR at line 1:
    Grant succeeded.
    Synonym created.
    Grant succeeded.
    Package altered.
    Package altered.
    PL/SQL procedure successfully completed.

    These errors are ignorable, Oracle just trying to drop the package before creating them. If this is the first time you run catproc.sql, the errors are expected.

  • Oracle 9.2.0.1 ins.rdbms.mk link error

    I am installing Oracle RDBMS 9.2.0.1 on Sun Solaris8 machine. The link process stopped when trying to process the ins.rdbms.mk file. The .mk file exists, I am using the Oracle user and the permissions are correct. I can't seem to get around it.
    Any help would be appreciated.

    This sounds like the common bug found in the install scripts. Its discussed here:
    http://j2ee-consultants.com/Oranux/Oracle9i.htm
    The relevant excerpt is:
    >
    Before Oracle gets around to linking (or at least before it gets about 87% through the linking phase), you'll need to edit (or download) $ORACLE_HOME/ctx/lib/env_ctx.mk
    Use Emacs (or whatever editor the dog dragged in) to find INSO_LINK (near the end of the file, at line #1365), and add $(LDLIBFLAG)dl to it:
    INSO_LINK =
    -L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)dl $(LDLIBFLAG)sc_ca $(LDLIBFLAG)sc_fa
    $(LDLIBFLAG)sc_ex $(LDLIBFLAG)sc_da $(LDLIBFLAG)sc_ut $(LDLIBFLAG)sc_ch $(LDLIBFLAG)sc_fi
    $(LLIBCTXHX) $(LDLIBFLAG)c -Wl,-rpath,$(CTXHOME)lib $(CORELIBS) $(COMPEOBJS)

  • Issue with the report oracle.apps.xdo.XDOException:Error creating lock file

    I am getting an error while submitting the XML publisher report in Betsy N0 instance.
    Issue
    Log :- Beginning post-processing of request 145458120 on node BETSYN0DB1 at 22-DEC-2011 05:28:26.
    Post-processing of request 145458120 failed at 22-DEC-2011 05:28:28 with the error message: One or more post-processing actions failed. Consult the OPP service log for details
    Output :- Blank Report
    XML file :- XML file generated without any error
    Output process:-
    [12/23/11 4:28:10 AM] [1213640:RT145480622] Completed post-processing actions for request 145480622.
    [12/23/11 5:16:01 AM] [OPPServiceThread1] Post-processing request 145481427.
    [12/23/11 5:49:30 AM] [OPPServiceThread1] Post-processing request 145481923.
    [12/23/11 5:49:30 AM] [1213640:RT145481923] Executing post-processing actions for request 145481923.
    [12/23/11 5:49:30 AM] [1213640:RT145481923] Starting XML Publisher post-processing action.
    [12/23/11 5:49:30 AM] [1213640:RT145481923]
    Template code: XXWIP_WO_VLVS
    Template app: XXWIP
    Language: en
    Territory: US
    Output type: PDF
    oracle.apps.xdo.XDOException: Error creating lock file
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFromDB(FontCacheManager.java:320)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:198)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5824)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/23/11 5:49:31 AM] [UNEXPECTED] [1213640:RT145481923] oracle.apps.xdo.XDOException: Error creating lock file
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFromDB(FontCacheManager.java:320)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:198)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5824)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/23/11 5:49:31 AM] [1213640:RT145481923] Completed post-processing actions for request 145481923.

    The issue is fixed.
    Our XML Publisher TMP is not defined, so it uses the APPLTMP used by concurrent manager. There is a folder xdofonts/<SID> in $APPLTMP. It contains the fonts used by XML publisher and on the of font file (.ttf) was 0 byte. We copied the ttf file from QA. And it started working.
    Best practice is to define diffent TMP for concurrent managers and XML Publisher.
    Cherrish Vaidiyan

  • 32-bit Oracle UEK kernel in Oracle Linux 6.1

    According to the release notes for Oracle Linux 6 update 1 at http://oss.oracle.com/ol6/docs/RELEASE-NOTES-U1-en the Oracle UEK kernel is also available in a 32-bit version. It seems some previous documentation needs updating, e.g. Oracle Linux FAQ http://www.oracle.com/us/technologies/027617.pdf. There is also a UEK kernel source rpm in the public yum repository available for 32-bit OL 5.6.
    I was just wondering if this is this due to customer demand, or whether there are technical reasons to provide a 32-bit version? I thought the 32-bit platform was obsolete by now, and if I'm not mistaken, Oracle 11.2.0.2 for instance is x86_64 only.

    If you check "/proc/cpuinfo" and have the "lm" flag:
    $ fgrep -w lm /proc/cpuinfo
    and get any non-error output, then you have a 64-bit capable CPU. If you have a 64-bit capable system, you will probably be running an x86_64 kernel as the:
    $ uname -a ~
    Linux oel5.moth.darkzone.un 2.6.18-53.1.14.0.1.el5 #1 SMP Wed Mar 5 19:19:58 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    command shows. If your output shows "i386" instead of "x86_64" then you are running 32-bit system.
    A 64-bit system can run either 32-bit (i386) or 64-bit (x86_64) RPM packages, a 32-bit system can only run the i386 packages.
    Unfortunately, the default output from "rpm -q" does not display the RPM package architecture. Use the command:
    $ rpm -qa --qf='%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' foo
    will display the complete information.
    You will be able to install both the 32-bit and 64-bit versions of these packages, if you need them. Just use the style:
    # rpm -ivf /path/to/32/bit/package
    # rpm -ivg /path/to/64/bit/package
    In other words, do not use the "-U" (update) switch or the second package will delete the first.
    HTH

  • Starting Oracle 11gr2 Im getting Error: ORA-03135: connection lost contact

    Hi Guys!
    Thanks for your advises. I still working toward a resolution.
    But I encountered another issue from Enterp Manager :
    ERROR : Please correct the following error: Connection string must be specified.
    My connection has this format:
    //using connection string attributes to connect to Oracle Database
      con.ConnectionString = "User Id=scott;Password=tiger;Data Source=oracle";
      con.Open();
      Console.WriteLine("Connected to Oracle" + con.ServerVersion);
    Please tell me what is wrong here. Thanks. Dan.
    Hi all !
    I need help please for resolving the following :
    Problem:
    Im having frequent disconnection after abnormal shutdown due to power failure.
    starting Oracle 11gr2 Im getting Error: ORA-03135: connection lost contact
    Im on Laptop running Linux Centos 6.3 Host.
    and Im running Oracle 11gr2 on Oracle Enterprise Linux in VMware (Guest).
    When attempting login from the Oracle Enterprise Manager Database Control
    I got  Error: "Your username and/or password are invalid."
    The alert.log is at the bottom
    [test@localhost ~]$ xhost +
    access control disabled, clients can connect from any host
    [test@localhost ~]$
    [test@localhost ~]$ su - root
    Password:
    [root@localhost ~]#
    [root@localhost ~]# su - oracle
    [oracle@localhost ~]$
    [oracle@localhost ~]$ export ORACLE_SID=db11gr2
    [oracle@localhost ~]$
    [oracle@localhost ~]$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.2.0/db_1
    [oracle@localhost ~]$
    [oracle@localhost ~]$ echo $ORACLE_BASE
    /u01/app/oracle
    [oracle@localhost ~]$
    [oracle@localhost ~]$ echo $ORACLE_SID
    db11gr2
    [oracle@localhost ~]$
    [oracle@localhost ~]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-DEC-2013 12:23:07
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                04-DEC-2013 12:23:08
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "db11gr2" has 1 instance(s).
      Instance "db11gr2", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$
    [oracle@localhost ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://localhost.localdomain:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............... started.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/localhost.localdomain_db11gr2/sysman/log
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 12:26:38 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL>
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    ORA-00600: internal error code, arguments: [4194], [: no
    SQL> startup;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    SQL>
    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 12:59:23 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL>
    ERROR at line 1:
    ORA-03135: connection lost contact
    Process ID: 8973
    Session ID: 1 Serial number: 5
    SQL> startup;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 13:12:03 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL> select STATUS, DATABASE_STATUS from v$instance;
    STATUS       DATABASE_STATUS
    OPEN         ACTIVE
    SQL>
    SQL> SELECT * FROM v$instance;
    ERROR:
    ORA-03114: not connected to ORACLE
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 13:17:37 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL> SELECT * FROM v$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME
    VERSION           STARTUP_T STATUS       PAR    THREAD# ARCHIVE LOG_SWITCH_WAIT
    LOGINS     SHU DATABASE_STATUS   INSTANCE_ROLE      ACTIVE_ST BLO
                  1 db11gr2
    localhost.localdomain
    11.2.0.1.0        04-DEC-13 OPEN         NO           1 STOPPED
    ALLOWED    NO  ACTIVE            PRIMARY_INSTANCE   NORMAL    NO
    SQL>
    alert log file
    [oracle@localhost ~]$
    [oracle@localhost ~]$ adrci
    ADRCI: Release 11.2.0.1.0 - Production on Wed Dec 4 17:09:47 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    ADR base = "/u01/app/oracle"
    adrci> set editor emacs
    adrci> show alert
    Choose the alert log from the following homes to view:
    1: diag/rdbms/unknown/DB11G
    2: diag/rdbms/db11gr2/db11gr2
    3: diag/tnslsnr/localhost/listener
    Q: to quit
    Please select option: 2
    *** glibc detected *** adrci: malloc(): memory corruption: 0x09de7160 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0x1d42dd]
    /lib/libc.so.6(__libc_malloc+0x67)[0x1d5e97]
    /lib/ld-linux.so.2[0x331f8a]
    /lib/ld-linux.so.2[0x33215a]
    /lib/ld-linux.so.2[0x32e3ce]
    /lib/libc.so.6[0x272550]
    /lib/libc.so.6(_dl_sym+0x1a)[0x2728fa]
    /lib/libdl.so.2[0x110e08]
    /lib/ld-linux.so.2[0x331e66]
    /lib/libdl.so.2[0x1112cc]
    /lib/libdl.so.2(dlsym+0x63)[0x110d93]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(sskgds_save_text_start_end+0x47)[0xa0fb37]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(skgdsinit+0xb7)[0xa0a909]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x15edea8]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(kgdsdsts+0x26)[0x15ef8c2]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgemdGetCallStackWFlag+0x102)[0x198961a]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgemdGetCallStack+0x2d)[0x198950d]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1989250]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgemdFillIncCtx+0x72)[0x1989088]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgexPopulateIncCtx+0x67)[0x1994d25]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgexProcessError+0x75)[0x1996437]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x19601c5]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgePostErrorDirect+0x650)[0x1960b3c]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c58fb6]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x183c44e]
    [0x3bb440]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1cf7966]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrlrReadAlertMsg+0x562)[0x1cf7126]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrxae_alert_ext+0x2d4)[0xbbcf44]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0xb9f25c]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrmqmf_fetch_real+0x23f)[0xb9bc1f]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrmqmf_fetch+0xee)[0xb9b520]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0xb53c3e]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrip_relation_iterator+0x16c)[0xb531bc]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgripricm_rltniter_wcbf_mt+0x1f7)[0xb52709]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgripritc_rltniter_wcbf+0xe6)[0xb585f2]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvm_query+0x3f2)[0x1abe62c]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvm_query_wcmd+0x36f)[0x1abf053]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c3e116]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c3f5b7]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c4e2ae]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvciec_exec_cmd+0x4a2)[0x1c4d640]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvci_main_int+0x43b)[0x1c59e61]
    adrci[0x8048c5b]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(lpmcall+0x363)[0x1496ec3]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(lpmpmai+0x15c)[0x1497904]
    adrci[0x8048aa5]
    /lib/libc.so.6(__libc_start_main+0xdc)[0x17fe9c]
    adrci[0x8048811]
    ======= Memory map: ========
    00110000-00112000 r-xp 00000000 08:03 5925240    /lib/libdl-2.5.so
    00112000-00113000 r-xp 00001000 08:03 5925240    /lib/libdl-2.5.so
    00113000-00114000 rwxp 00002000 08:03 5925240    /lib/libdl-2.5.so
    00114000-00139000 r-xp 00000000 08:03 5925284    /lib/libm-2.5.so
    00139000-0013a000 r-xp 00024000 08:03 5925284    /lib/libm-2.5.so
    0013a000-0013b000 rwxp 00025000 08:03 5925284    /lib/libm-2.5.so
    0013b000-0014f000 r-xp 00000000 08:03 5925246    /lib/libpthread-2.5.so
    0014f000-00150000 r-xp 00013000 08:03 5925246    /lib/libpthread-2.5.so
    00150000-00151000 rwxp 00014000 08:03 5925246    /lib/libpthread-2.5.so
    00151000-00153000 rwxp 00151000 00:00 0
    00153000-00166000 r-xp 00000000 08:03 5925301    /lib/libnsl-2.5.so
    00166000-00167000 r-xp 00012000 08:03 5925301    /lib/libnsl-2.5.so
    00167000-00168000 rwxp 00013000 08:03 5925301    /lib/libnsl-2.5.so
    00168000-0016a000 rwxp 00168000 00:00 0
    0016a000-002a9000 r-xp 00000000 08:03 5925233    /lib/libc-2.5.so
    002a9000-002aa000 --xp 0013f000 08:03 5925233    /lib/libc-2.5.so
    002aa000-002ac000 r-xp 0013f000 08:03 5925233    /lib/libc-2.5.so
    002ac000-002ad000 rwxp 00141000 08:03 5925233    /lib/libc-2.5.so
    002ad000-002b0000 rwxp 002ad000 00:00 0
    002b0000-002b1000 r-xp 00000000 08:03 3905250    /usr/lib/libaio.so.1.0.1
    002b1000-002b2000 rwxp 00000000 08:03 3905250    /usr/lib/libaio.so.1.0.1
    002b2000-002bb000 r-xp 00000000 08:03 5925256    /lib/libnss_files-2.5.so
    002bb000-002bc000 r-xp 00008000 08:03 5925256    /lib/libnss_files-2.5.so
    002bc000-002bd000 rwxp 00009000 08:03 5925256    /lib/libnss_files-2.5.so
    002bd000-002c8000 r-xp 00000000 08:03 5925425    /lib/libgcc_s-4.1.2-20080825.so.1
    002c8000-002c9000 rwxp 0000a000 08:03 5925425    /lib/libgcc_s-4.1.2-20080825.so.1
    00324000-0033e000 r-xp 00000000 08:03 5925219    /lib/ld-2.5.so
    0033e000-0033f000 r-xp 00019000 08:03 5925219    /lib/ld-2.5.so
    0033f000-00340000 rwxp 0001a000 08:03 5925219    /lib/ld-2.5.so
    003bb000-003bc000 r-xp 003bb000 00:00 0          [vdso]
    003bc000-01fc3000 r-xp 00000000 08:03 4984633    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    01fc3000-020a7000 rwxp 01c07000 08:03 4984633    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    020a7000-020c1000 rwxp 020a7000 00:00 0
    025b1000-027ce000 r-xp 00000000 08:03 5006042    /u01/app/oracle/product/11.2.0/db_1/lib/libnnz11.so
    027ce000-027fc000 rwxp 0021d000 08:03 5006042    /u01/app/oracle/product/11.2.0/db_1/lib/libnnz11.so
    027fc000-027fe000 rwxp 027fc000 00:00 0
    08048000-08049000 r-xp 00000000 08:03 1407670    /u01/app/oracle/product/11.2.0/db_1/bin/adrci
    08049000-0804a000 rw-p 00000000 08:03 1407670    /u01/app/oracle/product/11.2.0/db_1/bin/adrci
    09d62000-09e0d000 rw-p 09d62000 00:00 0          [heap]
    b7e00000-b7e21000 rw-p b7e00000 00:00 0
    b7e21000-b7f00000 ---p b7e21000 00:00 0
    b7f68000-b7f90000 rw-p b7f68000 00:00 0
    bfc54000-bfc6d000 rwxp bffe5000 00:00 0          [stack]
    bfc6d000-bfc6e000 rw-p bfffe000 00:00 0
    starting Oracle 11gr2 Im getting Error: ORA-03135: connection lost contact
    Im on Laptop running Linux Centos 6.3 Host.
    and Im running Oracle 11gr2 on Oracle Enterprise Linux in VMware (Guest).
    Im having frequent disconnection after abnormal shutdown due to power failure.
    When attempting login from the Oracle Enterprise Manager Database Control
    I got  Error: "Your username and/or password are invalid."
    [test@localhost ~]$ xhost +
    access control disabled, clients can connect from any host
    [test@localhost ~]$
    [test@localhost ~]$ su - root
    Password:
    [root@localhost ~]#
    [root@localhost ~]# su - oracle
    [oracle@localhost ~]$
    [oracle@localhost ~]$ export ORACLE_SID=db11gr2
    [oracle@localhost ~]$
    [oracle@localhost ~]$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.2.0/db_1
    [oracle@localhost ~]$
    [oracle@localhost ~]$ echo $ORACLE_BASE
    /u01/app/oracle
    [oracle@localhost ~]$
    [oracle@localhost ~]$ echo $ORACLE_SID
    db11gr2
    [oracle@localhost ~]$
    [oracle@localhost ~]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-DEC-2013 12:23:07
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                04-DEC-2013 12:23:08
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "db11gr2" has 1 instance(s).
      Instance "db11gr2", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$
    [oracle@localhost ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://localhost.localdomain:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............... started.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/localhost.localdomain_db11gr2/sysman/log
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 12:26:38 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL>
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    ORA-00600: internal error code, arguments: [4194], [: no
    SQL> startup;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    SQL>
    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 12:59:23 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL>
    ERROR at line 1:
    ORA-03135: connection lost contact
    Process ID: 8973
    Session ID: 1 Serial number: 5
    SQL> startup;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 13:12:03 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL> select STATUS, DATABASE_STATUS from v$instance;
    STATUS       DATABASE_STATUS
    OPEN         ACTIVE
    SQL>
    SQL> SELECT * FROM v$instance;
    ERROR:
    ORA-03114: not connected to ORACLE
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 4 13:17:37 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  799313920 bytes
    Fixed Size                  1339484 bytes
    Variable Size             318771108 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5246976 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL> SELECT * FROM v$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME
    VERSION           STARTUP_T STATUS       PAR    THREAD# ARCHIVE LOG_SWITCH_WAIT
    LOGINS     SHU DATABASE_STATUS   INSTANCE_ROLE      ACTIVE_ST BLO
                  1 db11gr2
    localhost.localdomain
    11.2.0.1.0        04-DEC-13 OPEN         NO           1 STOPPED
    ALLOWED    NO  ACTIVE            PRIMARY_INSTANCE   NORMAL    NO
    SQL>
    alert log file
    [oracle@localhost ~]$
    [oracle@localhost ~]$ adrci
    ADRCI: Release 11.2.0.1.0 - Production on Wed Dec 4 17:09:47 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    ADR base = "/u01/app/oracle"
    adrci> set editor emacs
    adrci> show alert
    Choose the alert log from the following homes to view:
    1: diag/rdbms/unknown/DB11G
    2: diag/rdbms/db11gr2/db11gr2
    3: diag/tnslsnr/localhost/listener
    Q: to quit
    Please select option: 2
    *** glibc detected *** adrci: malloc(): memory corruption: 0x09de7160 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0x1d42dd]
    /lib/libc.so.6(__libc_malloc+0x67)[0x1d5e97]
    /lib/ld-linux.so.2[0x331f8a]
    /lib/ld-linux.so.2[0x33215a]
    /lib/ld-linux.so.2[0x32e3ce]
    /lib/libc.so.6[0x272550]
    /lib/libc.so.6(_dl_sym+0x1a)[0x2728fa]
    /lib/libdl.so.2[0x110e08]
    /lib/ld-linux.so.2[0x331e66]
    /lib/libdl.so.2[0x1112cc]
    /lib/libdl.so.2(dlsym+0x63)[0x110d93]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(sskgds_save_text_start_end+0x47)[0xa0fb37]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(skgdsinit+0xb7)[0xa0a909]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x15edea8]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(kgdsdsts+0x26)[0x15ef8c2]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgemdGetCallStackWFlag+0x102)[0x198961a]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgemdGetCallStack+0x2d)[0x198950d]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1989250]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgemdFillIncCtx+0x72)[0x1989088]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgexPopulateIncCtx+0x67)[0x1994d25]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgexProcessError+0x75)[0x1996437]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x19601c5]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgePostErrorDirect+0x650)[0x1960b3c]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c58fb6]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x183c44e]
    [0x3bb440]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1cf7966]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrlrReadAlertMsg+0x562)[0x1cf7126]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrxae_alert_ext+0x2d4)[0xbbcf44]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0xb9f25c]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrmqmf_fetch_real+0x23f)[0xb9bc1f]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrmqmf_fetch+0xee)[0xb9b520]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0xb53c3e]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgrip_relation_iterator+0x16c)[0xb531bc]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgripricm_rltniter_wcbf_mt+0x1f7)[0xb52709]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgripritc_rltniter_wcbf+0xe6)[0xb585f2]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvm_query+0x3f2)[0x1abe62c]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvm_query_wcmd+0x36f)[0x1abf053]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c3e116]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c3f5b7]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1[0x1c4e2ae]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvciec_exec_cmd+0x4a2)[0x1c4d640]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(dbgvci_main_int+0x43b)[0x1c59e61]
    adrci[0x8048c5b]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(lpmcall+0x363)[0x1496ec3]
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1(lpmpmai+0x15c)[0x1497904]
    adrci[0x8048aa5]
    /lib/libc.so.6(__libc_start_main+0xdc)[0x17fe9c]
    adrci[0x8048811]
    ======= Memory map: ========
    00110000-00112000 r-xp 00000000 08:03 5925240    /lib/libdl-2.5.so
    00112000-00113000 r-xp 00001000 08:03 5925240    /lib/libdl-2.5.so
    00113000-00114000 rwxp 00002000 08:03 5925240    /lib/libdl-2.5.so
    00114000-00139000 r-xp 00000000 08:03 5925284    /lib/libm-2.5.so
    00139000-0013a000 r-xp 00024000 08:03 5925284    /lib/libm-2.5.so
    0013a000-0013b000 rwxp 00025000 08:03 5925284    /lib/libm-2.5.so
    0013b000-0014f000 r-xp 00000000 08:03 5925246    /lib/libpthread-2.5.so
    0014f000-00150000 r-xp 00013000 08:03 5925246    /lib/libpthread-2.5.so
    00150000-00151000 rwxp 00014000 08:03 5925246    /lib/libpthread-2.5.so
    00151000-00153000 rwxp 00151000 00:00 0
    00153000-00166000 r-xp 00000000 08:03 5925301    /lib/libnsl-2.5.so
    00166000-00167000 r-xp 00012000 08:03 5925301    /lib/libnsl-2.5.so
    00167000-00168000 rwxp 00013000 08:03 5925301    /lib/libnsl-2.5.so
    00168000-0016a000 rwxp 00168000 00:00 0
    0016a000-002a9000 r-xp 00000000 08:03 5925233    /lib/libc-2.5.so
    002a9000-002aa000 --xp 0013f000 08:03 5925233    /lib/libc-2.5.so
    002aa000-002ac000 r-xp 0013f000 08:03 5925233    /lib/libc-2.5.so
    002ac000-002ad000 rwxp 00141000 08:03 5925233    /lib/libc-2.5.so
    002ad000-002b0000 rwxp 002ad000 00:00 0
    002b0000-002b1000 r-xp 00000000 08:03 3905250    /usr/lib/libaio.so.1.0.1
    002b1000-002b2000 rwxp 00000000 08:03 3905250    /usr/lib/libaio.so.1.0.1
    002b2000-002bb000 r-xp 00000000 08:03 5925256    /lib/libnss_files-2.5.so
    002bb000-002bc000 r-xp 00008000 08:03 5925256    /lib/libnss_files-2.5.so
    002bc000-002bd000 rwxp 00009000 08:03 5925256    /lib/libnss_files-2.5.so
    002bd000-002c8000 r-xp 00000000 08:03 5925425    /lib/libgcc_s-4.1.2-20080825.so.1
    002c8000-002c9000 rwxp 0000a000 08:03 5925425    /lib/libgcc_s-4.1.2-20080825.so.1
    00324000-0033e000 r-xp 00000000 08:03 5925219    /lib/ld-2.5.so
    0033e000-0033f000 r-xp 00019000 08:03 5925219    /lib/ld-2.5.so
    0033f000-00340000 rwxp 0001a000 08:03 5925219    /lib/ld-2.5.so
    003bb000-003bc000 r-xp 003bb000 00:00 0          [vdso]
    003bc000-01fc3000 r-xp 00000000 08:03 4984633    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    01fc3000-020a7000 rwxp 01c07000 08:03 4984633    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    020a7000-020c1000 rwxp 020a7000 00:00 0
    025b1000-027ce000 r-xp 00000000 08:03 5006042    /u01/app/oracle/product/11.2.0/db_1/lib/libnnz11.so
    027ce000-027fc000 rwxp 0021d000 08:03 5006042    /u01/app/oracle/product/11.2.0/db_1/lib/libnnz11.so
    027fc000-027fe000 rwxp 027fc000 00:00 0
    08048000-08049000 r-xp 00000000 08:03 1407670    /u01/app/oracle/product/11.2.0/db_1/bin/adrci
    08049000-0804a000 rw-p 00000000 08:03 1407670    /u01/app/oracle/product/11.2.0/db_1/bin/adrci
    09d62000-09e0d000 rw-p 09d62000 00:00 0          [heap]
    b7e00000-b7e21000 rw-p b7e00000 00:00 0
    b7e21000-b7f00000 ---p b7e21000 00:00 0
    b7f68000-b7f90000 rw-p b7f68000 00:00 0
    bfc54000-bfc6d000 rwxp bffe5000 00:00 0          [stack]
    bfc6d000-bfc6e000 rw-p bfffe000 00:00 0

    Hi,
    Please check Oracle support id : Troubleshooting ORA-3135 Connection Lost Contact (Doc ID 787354.1)

  • Oracle-rdbms-server-11gR2-preinstall withOUT Unbreakable ?

    In the Oracle Linux 5 (RHEL 5) world, we used to install an “oracle-validated” RPM to prep a box for the database software, as well as the middleware. It sets some tuneables, loads some dependencies and other good housekeeping.
    In the Linux 6 world, it appears that we now are supposed to use the “oracle-rdbms-server-11gR2-preinstall” RPM, but this also installs the Unbreakable kernel. Is there any such version of this RPM that will keep the RH Compatible kernel?
    see https://blogs.oracle.com/linux/entry/oracle_rdbms_server_11gr2_pre for other details.
    Thanks!
    -PH

    I think I just solved this issue... I was blindly installing the repo's per the link (http://public-yum.oracle.com/) - when I edited the
    /etc/yum.repos.d/public-yum-ol6.repo file, and turned off ol6_UEK_latest (by setting enabled=0 for that stanza), I did yum clean all, and let it rip - it looks like I stayed with the RedHat Compatable version.. sorry for the long post, but see the bold in the beginning and end of the following...
    *[root@Steve-Test-rh6 yum.repos.d]# yum clean all*
    Loaded plugins: refresh-packagekit, rhnplugin
    Cleaning repos: ol6_latest rhel-x86_64-server-6
    Cleaning up Everything
    *[root@Steve-Test-rh6 yum.repos.d]# yum install oracle-rdbms-server-11gR2-preinstall*
    Loaded plugins: refresh-packagekit, rhnplugin
    ol6_latest | 1.4 kB 00:00
    ol6_latest/primary | 22 MB 00:23
    ol6_latest 17992/17992
    rhel-x86_64-server-6 | 1.8 kB 00:00
    rhel-x86_64-server-6/primary | 11 MB 00:03
    rhel-x86_64-server-6 8588/8588
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package oracle-rdbms-server-11gR2-preinstall.x86_64 0:1.0-6.el6 will be installed
    --> Processing Dependency: kernel-uek for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: gcc-c++ for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: gcc for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: libaio-devel for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: libstdc++-devel for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: glibc-devel for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: compat-libstdc++-33 for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: ksh for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Processing Dependency: compat-libcap1 for package: oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    --> Running transaction check
    ---> Package compat-libcap1.x86_64 0:1.10-1 will be installed
    ---> Package compat-libstdc++-33.x86_64 0:3.2.3-69.el6 will be installed
    ---> Package gcc.x86_64 0:4.4.6-4.el6 will be installed
    --> Processing Dependency: cpp = 4.4.6-4.el6 for package: gcc-4.4.6-4.el6.x86_64
    --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-4.el6.x86_64
    ---> Package gcc-c++.x86_64 0:4.4.6-4.el6 will be installed
    --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-4.el6.x86_64
    ---> Package glibc-devel.x86_64 0:2.12-1.80.el6_3.5 will be installed
    --> Processing Dependency: glibc-headers = 2.12-1.80.el6_3.5 for package: glibc-devel-2.12-1.80.el6_3.5.x86_64
    --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.80.el6_3.5.x86_64
    ---> Package kernel-uek.x86_64 0:2.6.32-300.32.3.el6uek will be installed
    --> Processing Dependency: kernel-uek-firmware = 2.6.32-300.32.3.el6uek for package: kernel-uek-2.6.32-300.32.3.el6uek.x86_64
    ---> Package ksh.x86_64 0:20100621-16.el6 will be installed
    ---> Package libaio-devel.x86_64 0:0.3.107-10.el6 will be installed
    ---> Package libstdc++-devel.x86_64 0:4.4.6-4.el6 will be installed
    --> Running transaction check
    ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
    --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
    --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
    ---> Package cpp.x86_64 0:4.4.6-4.el6 will be installed
    ---> Package glibc-headers.x86_64 0:2.12-1.80.el6_3.5 will be installed
    --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.80.el6_3.5.x86_64
    --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.80.el6_3.5.x86_64
    ---> Package kernel-uek-firmware.noarch 0:2.6.32-300.32.3.el6uek will be installed
    ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
    --> Running transaction check
    ---> Package kernel-uek-headers.x86_64 0:2.6.32-300.32.3.el6uek will be installed
    ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
    --> Finished Dependency Resolution
    Dependencies Resolved
    ================================================================================
    Package Arch Version Repository Size
    ================================================================================
    Installing:
    oracle-rdbms-server-11gR2-preinstall
    x86_64 1.0-6.el6 ol6_latest 15 k
    Installing for dependencies:
    cloog-ppl x86_64 0.15.7-1.2.el6 ol6_latest 93 k
    compat-libcap1 x86_64 1.10-1 ol6_latest 17 k
    compat-libstdc++-33 x86_64 3.2.3-69.el6 ol6_latest 183 k
    cpp x86_64 4.4.6-4.el6 ol6_latest 3.7 M
    gcc x86_64 4.4.6-4.el6 ol6_latest 10 M
    gcc-c++ x86_64 4.4.6-4.el6 ol6_latest 4.7 M
    glibc-devel x86_64 2.12-1.80.el6_3.5 ol6_latest 970 k
    glibc-headers x86_64 2.12-1.80.el6_3.5 ol6_latest 600 k
    kernel-uek                      x86_64 2.6.32-300.32.3.el6uek ol6_latest  21 M
    kernel-uek-firmware             noarch 2.6.32-300.32.3.el6uek ol6_latest 3.0 M
    kernel-uek-headers              x86_64 2.6.32-300.32.3.el6uek ol6_latest 714 k
    ksh x86_64 20100621-16.el6 ol6_latest 684 k
    libaio-devel x86_64 0.3.107-10.el6 ol6_latest 13 k
    libstdc++-devel x86_64 4.4.6-4.el6 ol6_latest 1.5 M
    mpfr x86_64 2.4.1-6.el6 ol6_latest 156 k
    ppl x86_64 0.10.2-11.el6 ol6_latest 1.3 M
    Transaction Summary
    ================================================================================
    Install 17 Package(s)
    Total download size: 49 M
    Installed size: 147 M
    Is this ok [y/N]: y
    Downloading Packages:
    (1/17): cloog-ppl-0.15.7-1.2.el6.x86_64.rpm | 93 kB 00:00
    (2/17): compat-libcap1-1.10-1.x86_64.rpm | 17 kB 00:00
    (3/17): compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm | 183 kB 00:00
    (4/17): cpp-4.4.6-4.el6.x86_64.rpm | 3.7 MB 00:03
    (5/17): gcc-4.4.6-4.el6.x86_64.rpm | 10 MB 00:11
    (6/17): gcc-c++-4.4.6-4.el6.x86_64.rpm | 4.7 MB 00:05
    (7/17): glibc-devel-2.12-1.80.el6_3.5.x86_64.rpm | 970 kB 00:01
    (8/17): glibc-headers-2.12-1.80.el6_3.5.x86_64.rpm | 600 kB 00:00
    (9/17): kernel-uek-2.6.32-300.32.3.el6uek.x86_64.rpm | 21 MB 00:21
    (10/17): kernel-uek-firmware-2.6.32-300.32.3.el6uek.noar | 3.0 MB 00:03
    (11/17): kernel-uek-headers-2.6.32-300.32.3.el6uek.x86_6 | 714 kB 00:00
    (12/17): ksh-20100621-16.el6.x86_64.rpm | 684 kB 00:00
    (13/17): libaio-devel-0.3.107-10.el6.x86_64.rpm | 13 kB 00:00
    (14/17): libstdc++-devel-4.4.6-4.el6.x86_64.rpm | 1.5 MB 00:01
    (15/17): mpfr-2.4.1-6.el6.x86_64.rpm | 156 kB 00:00
    (16/17): oracle-rdbms-server-11gR2-preinstall-1.0-6.el6. | 15 kB 00:00
    (17/17): ppl-0.10.2-11.el6.x86_64.rpm | 1.3 MB 00:01
    Total 901 kB/s | 49 MB 00:55
    warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
    Retrieving key from http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    Importing GPG key 0xEC551F03:
    Userid: "Oracle OSS group (Open Source Software group) <[email protected]>"
    From : http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : mpfr-2.4.1-6.el6.x86_64 1/17
    Installing : libstdc++-devel-4.4.6-4.el6.x86_64 2/17
    Installing : cpp-4.4.6-4.el6.x86_64 3/17
    Installing : ppl-0.10.2-11.el6.x86_64 4/17
    Installing : cloog-ppl-0.15.7-1.2.el6.x86_64 5/17
    Installing : kernel-uek-headers-2.6.32-300.32.3.el6uek.x86_64 6/17
    Installing : glibc-headers-2.12-1.80.el6_3.5.x86_64 7/17
    Installing : glibc-devel-2.12-1.80.el6_3.5.x86_64 8/17
    Installing : gcc-4.4.6-4.el6.x86_64 9/17
    Installing : gcc-c++-4.4.6-4.el6.x86_64 10/17
    Installing : compat-libstdc++-33-3.2.3-69.el6.x86_64 11/17
    Installing : libaio-devel-0.3.107-10.el6.x86_64 12/17
    Installing : kernel-uek-firmware-2.6.32-300.32.3.el6uek.noarch 13/17
    Installing : kernel-uek-2.6.32-300.32.3.el6uek.x86_64 14/17
    Installing : ksh-20100621-16.el6.x86_64 15/17
    Installing : compat-libcap1-1.10-1.x86_64 16/17
    Installing : oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64 17/17
    Verifying : glibc-devel-2.12-1.80.el6_3.5.x86_64 1/17
    Verifying : compat-libcap1-1.10-1.x86_64 2/17
    Verifying : ksh-20100621-16.el6.x86_64 3/17
    Verifying : glibc-headers-2.12-1.80.el6_3.5.x86_64 4/17
    Verifying : gcc-4.4.6-4.el6.x86_64 5/17
    Verifying : kernel-uek-firmware-2.6.32-300.32.3.el6uek.noarch 6/17
    Verifying : libaio-devel-0.3.107-10.el6.x86_64 7/17
    Verifying : oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64 8/17
    Verifying : gcc-c++-4.4.6-4.el6.x86_64 9/17
    Verifying : cloog-ppl-0.15.7-1.2.el6.x86_64 10/17
    Verifying : libstdc++-devel-4.4.6-4.el6.x86_64 11/17
    Verifying : compat-libstdc++-33-3.2.3-69.el6.x86_64 12/17
    Verifying : kernel-uek-headers-2.6.32-300.32.3.el6uek.x86_64 13/17
    Verifying : mpfr-2.4.1-6.el6.x86_64 14/17
    Verifying : cpp-4.4.6-4.el6.x86_64 15/17
    Verifying : ppl-0.10.2-11.el6.x86_64 16/17
    Verifying  : kernel-uek-2.6.32-300.32.3.el6uek.x86_64                   17/17
    Installed:
    oracle-rdbms-server-11gR2-preinstall.x86_64 0:1.0-6.el6
    Dependency Installed:
    cloog-ppl.x86_64 0:0.15.7-1.2.el6
    compat-libcap1.x86_64 0:1.10-1
    compat-libstdc++-33.x86_64 0:3.2.3-69.el6
    cpp.x86_64 0:4.4.6-4.el6
    gcc.x86_64 0:4.4.6-4.el6
    gcc-c++.x86_64 0:4.4.6-4.el6
    glibc-devel.x86_64 0:2.12-1.80.el6_3.5
    glibc-headers.x86_64 0:2.12-1.80.el6_3.5
    kernel-uek.x86_64 0:2.6.32-300.32.3.el6uek
    kernel-uek-firmware.noarch 0:2.6.32-300.32.3.el6uek
    kernel-uek-headers.x86_64 0:2.6.32-300.32.3.el6uek
    ksh.x86_64 0:20100621-16.el6
    libaio-devel.x86_64 0:0.3.107-10.el6
    libstdc++-devel.x86_64 0:4.4.6-4.el6
    mpfr.x86_64 0:2.4.1-6.el6
    ppl.x86_64 0:0.10.2-11.el6
    Complete!
    *[root@Steve-Test-rh6 yum.repos.d]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 6.3 (Santiago)
    *[root@Steve-Test-rh6 yum.repos.d]# lsb_release -d*
    Description:    Red Hat Enterprise Linux Server release 6.3 (Santiago)
    *[root@Steve-Test-rh6 yum.repos.d]#*
    *[root@Steve-Test-rh6 yum.repos.d]# uname -r*
    *2.6.32-279.11.1.el6.x86_64*
    [root@Steve-Test-rh6 yum.repos.d]#
    Edited by: 966042 on Oct 17, 2012 1:15 PM

  • ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'

    Hi,
    I am working on Oracle 10g. When executed import datapump script in the UNIX box with option “RMAP_TABLE” I received the error “unknown parameter name 'REMAP_TABLE' “Can you please give me solution for it?
    Scripts :-
    impdp eimsexp/xyz TABLES=EIMDBO.DIVISION DIRECTORY=DATAMART_DATA_PUMP_DIR DUMPFILE=expdp_DATAMART_tables_%u_$BATCH_ID.dmp LOGFILE=impdp_DATAMART_tables.log REMAP_TABLE=EIMDBO.DIVISION:EIM2DBO:YR2009_DIM_DIVISION
    Note :- The YR2009_DIM_DIVISION table is available in the target database. It is without partition table. The EIMDBO.DIVISION is partition table.
    Thanks,

    See your post here
    ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'
    Srini

  • Oracle 11g oui-25031 error (oracle database configuration assistant)

    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/oracle/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any)
    before executing the same.
    The "/oracle/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script
    ->/oracle/app/oracle/product/11.1.0/db_1/oui/bin/runConfig.sh ORACLE_HOME=/oracle/app/oracle/product/11.1.0/db_1 MODE=perform ACTION=configure RERUN=false
    runConfig.sh ORACLE_HOME=/oracle/app/oracle/product/11.1.0/db_1 MODE=perform ACTION=configure RERUN=false
    ->
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: 인벤토리 포인터 위치 /etc/oraInst.loc을(를) 읽을 수 없거나 존재하지 않습니다.
    at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiIns tallAreaControl.java:1717)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS tandardInventorySession.java:292)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS tandardInventorySession.java:231)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS tandardInventorySession.java:180)
    at oracle.sysman.oii.oiic.OiicRunConfig.loadInventory(OiicRunConfig.java :278)
    at oracle.sysman.oii.oiic.OiicRunConfig.main(OiicRunConfig.java:1004)
    Exception in thread "main" java.lang.NullPointerException
    at oracle.sysman.oii.oiic.OiicRunConfig.getArgumentList(OiicRunConfig.ja va:519)
    at oracle.sysman.oii.oiic.OiicRunConfig.main(OiicRunConfig.java:1007)
    hi!
    i install oracle database 11g 1R .
    error occur during installing oracle database.
    please solve it!!

    OS version is fedora 3.
    uname -a: Linux db9.sangjicom.ac.kr 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386 GNU/Linux
    ORACLE_HOME is registred ORACLE_HOME=/oracle/app/oracle/product/11.1.0/db_1 in bash_profile.
    Inventory is /oracle/app/Inventory.

  • Oracle RDBMS Screen is missing.

    Dear Experts,
    Our Problem is, while Installing ERP6.0 it asks for Oracle Client instead of Oracle RDBMS.
    That Oracle RDBMS Screen is missing.
    So it doesn't create database and subsequent folder under /oracle/stage/102_64.
    We have Downloaded the file RDBMS_SAP_64.zip and unzipped as well but of no use, as document said "SAPinst extracts the Oracle RDBMS software to the staging area". However in our case while running SapInst it ask for Oracle Client.
    OS=HP-UX 11.31 PA-RISC
    Database=Oracle 10.2
    ERP6.0
    Please help to resolve the Issue.
    Warm Regards,
    Ajit
    +91 9818999536

    Hello Ajit,
    sorry i misunderstood you before.
    > Then Sapinst automatically extracted the oracle RDBMS installation files to the folder /oracle/stage/102_64/database.From there we executed ./RUNINSTLLER and successfully installed.
    Yes, that is true and also the way like it is described in the installation guide. Afaik you can set a flag in the SAPINST dialog, if you want to extract the files or not. Also the dialog for the RDBMS installation DVDs is just coming up by the database instance installation. Maybe you have select the wrong installation path in SAPINST?
    > When it prompts for Database Installation we need to extract Oracle RDBMS to the folder /oracle/stage/102_64/ and Download the file RDBMS_SAP_64.zip attached to SAP Note 819830.am i right?
    Yes, you can also do that stuff manually. You also need the zip file from sapnote #819830.
    This is described in sapnote #972263 (Inst.NW 7.0(2004s)SR2/Business Suite 2005 SR2-UNIX/Oracle).
    <D041703, 08/SEP/06>----
    Updating SAP-Specific Files in the Oracle stage area
    Use SAPinst extracts the Oracle RDBMS software to the staging area, usually /oracle/stage/102_64/database. The "SAP" folder located in /oracle/stage/102_64/database contains SAP-specific scripts as well as the response files. Before starting the Oracle software installation, you need to update this SAP folder so that the newest versions of the scripts or response files are used.
    Procedure
          1. Rename the original "SAP" folder by performing one of the following:
    mv /oracle/stage/102_64/database/SAP
          /oracle/stage/102_64/database/SAP_ORIG
    mv /oracle/stage/102_64/database/Disk1/SAP
          /oracle/stage/102_64/database/Disk1/SAP_ORIG
          2. Download the file RDBMS_SAP_32.zip (for 32-bit platforms) or RDBMS_SAP_64.zip (for 64-bit platforms) attached to SAP Note 819830 and copy it to a temporary location such as /tmp
          3. Extract the zip file by performing one of the following:
    cd /oracle/stage/102_64/database
          unzip /tmp/RDBMS_SAP.zip
    cd /oracle/stage/102_64/database/Disk1
          unzip /tmp/RDBMS_SAP.zip
    You should now see the directory "SAP" extracted with the updated
    version of SAP-specific files.
    Regards
    Stefan

  • Kernel: Read-error on swap-device (8:0:2778448)

    Last night I started par2 to repairing part of a large collection of file to make sure that the set of recovery data was good. This morning I was checking on it and saw "bus error (core dump)". I checked the systemd journal and saw the following.
    Oct 01 00:12:10 {computer-name} systemd-timesyncd[513]: interval/delta/delay/jitter/drift 2048s/-0.005s/0.083s/0.005s/+6ppm
    Oct 01 00:36:39 {computer-name} kernel: ata2.00: exception Emask 0x0 SAct 0x36c SErr 0x0 action 0x0
    Oct 01 00:36:59 {computer-name} kernel: ata2.00: irq_stat 0x40000008
    Oct 01 00:36:59 {computer-name} kernel: ata2.00: failed command: READ FPDMA QUEUED
    Oct 01 00:36:59 {computer-name} kernel: ata2.00: cmd 60/38:40:48:65:2a/00:00:00:00:00/40 tag 8 ncq 28672 in
    res 41/40:00:48:65:2a/00:00:00:00:00/40 Emask 0x409 (media error) <F>
    Oct 01 00:36:59 {computer-name} kernel: ata2.00: status: { DRDY ERR }
    Oct 01 00:37:00 {computer-name} kernel: ata2.00: error: { UNC }
    Oct 01 00:37:00 {computer-name} kernel: ata2.00: configured for UDMA/133
    Oct 01 00:37:00 {computer-name} kernel: sd 1:0:0:0: [sda] Unhandled sense code
    Oct 01 00:37:00 {computer-name} kernel: sd 1:0:0:0: [sda]
    Oct 01 00:37:00 {computer-name} kernel: Result: hostbyte=0x00 driverbyte=0x08
    Oct 01 00:37:00 {computer-name} kernel: sd 1:0:0:0: [sda]
    Oct 01 00:37:00 {computer-name} kernel: Sense Key : 0x3 [current] [descriptor]
    Oct 01 00:37:00 {computer-name} kernel: Descriptor sense data with sense descriptors (in hex):
    Oct 01 00:37:00 {computer-name} kernel: 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
    Oct 01 00:37:00 {computer-name} kernel: 00 2a 65 48
    Oct 01 00:37:00 {computer-name} kernel: sd 1:0:0:0: [sda]
    Oct 01 00:37:00 {computer-name} kernel: ASC=0x11 ASCQ=0x4
    Oct 01 00:37:00 {computer-name} kernel: sd 1:0:0:0: [sda] CDB:
    Oct 01 00:37:00 {computer-name} kernel: cdb[0]=0x28: 28 00 00 2a 65 48 00 00 38 00
    Oct 01 00:37:00 {computer-name} kernel: end_request: I/O error, dev sda, sector 2778440
    Oct 01 00:37:00 {computer-name} kernel: Read-error on swap-device (8:0:2778448)
    Oct 01 00:37:01 {computer-name} kernel: Read-error on swap-device (8:0:2778456)
    Oct 01 00:37:01 {computer-name} kernel: Read-error on swap-device (8:0:2778464)
    Oct 01 00:37:01 {computer-name} kernel: Read-error on swap-device (8:0:2778472)
    Oct 01 00:37:01 {computer-name} kernel: Read-error on swap-device (8:0:2778480)
    Oct 01 00:37:01 {computer-name} kernel: Read-error on swap-device (8:0:2778488)
    Oct 01 00:37:02 {computer-name} kernel: Read-error on swap-device (8:0:2778496)
    Oct 01 00:37:02 {computer-name} kernel: ata2: EH complete
    Oct 01 00:36:56 {computer-name} systemd-coredump[2139]: Coredump of 667 (par2) is larger than configured processing limit, refusing.
    Oct 01 00:36:57 {computer-name} systemd-coredump[2139]: Process 667 (par2) of user 1000 dumped core.
    Oct 01 00:46:18 {computer-name} systemd-timesyncd[513]: interval/delta/delay/jitter/drift 2048s/+0.000s/0.071s/0.005s/+6ppm
    A quick Google search lead to the assumption that this is due to a bad block, however I just tested it for bad block a few months ago. I'll check it again this after noon after work, but for now I wanted to get some other opinions. See if there is some other explanaition beyound a bad block.
    [edit] The result of "smartctl -a /dev/sda". It looks like I might have an issue with my cable or something from the UDMA count.
    === START OF INFORMATION SECTION ===
    Model Family: Western Digital VelociRaptor
    Device Model: WDC WD6000HLHX-01JJPV0
    Serial Number: {redacted}
    LU WWN Device Id: 5 0014ee 658312eaa
    Firmware Version: 04.05G04
    User Capacity: 600,127,266,816 bytes [600 GB]
    Sector Size: 512 bytes logical/physical
    Rotation Rate: 10000 rpm
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ATA8-ACS (minor revision not indicated)
    SATA Version is: SATA 2.6, 6.0 Gb/s
    Local Time is: Wed Oct 1 15:29:50 2014 EDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x82) Offline data collection activity
    was completed without error.
    Auto Offline Data Collection: Enabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 7860) seconds.
    Offline data collection
    capabilities: (0x7b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 84) minutes.
    Conveyance self-test routine
    recommended polling time: ( 5) minutes.
    SCT capabilities: (0x303d) SCT Status supported.
    SCT Error Recovery Control supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
    3 Spin_Up_Time 0x0027 234 232 021 Pre-fail Always - 3291
    4 Start_Stop_Count 0x0032 099 099 000 Old_age Always - 1120
    5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
    7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
    9 Power_On_Hours 0x0032 095 095 000 Old_age Always - 3963
    10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 1060
    192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 120
    193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 999
    194 Temperature_Celsius 0x0022 120 114 000 Old_age Always - 30
    196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
    197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 10
    200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
    SMART Error Log Version: 1
    No Errors Logged
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Extended offline Completed without error 00% 5 -
    # 2 Extended offline Aborted by host 90% 4 -
    # 3 Conveyance offline Aborted by host 90% 4 -
    # 4 Short offline Completed without error 00% 0 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    [edit2] Just to make sure, I checked and found that none of the other drives have UDMA CRC errors, even the one that shares the same controller.
    [edit3] Badblocks came back negative, and the previous time I tried this, just the night before, I didn't have any issues. I forgot to mention that last bit.
    Last edited by nstgc (2014-10-01 20:02:58)

    nomorewindows wrote:Try smartctl to see if it is showing anything.
    I will when I get home.
    I just remembered that I have another thread on these forums about my Steam library disappearing. My steam library is on a raid0 btrfs volume that does not include the drive that the swap partition is on. The point being that if this is a drive issue, it is unrelated to the previous problem. if its a different hardware issue or a software issue, it could still be related.
    [edit] The SMART information is in the opening thread now. It looks like it may be a cable issue.
    [edit2] Just to make sure, I checked and found that none of the other drives have UDMA CRC errors, even the one that shares the same controller.
    [edit3] Badblocks came back negative, and the previous time I tried this, just the night before, I didn't have any issues. I forgot to mention that last bit.
    Last edited by nstgc (2014-10-01 20:03:09)

  • Ineffective autocommit and  no statement executing error

    commit ineffective with AutoCommit enabled at script line **.
    I got the above error when i executed my perl script. What does this mean?
    In addition, i also got another error message"
    DBD::Oracle::st fetchrow_array failed: ERROR no statement executing (perhaps you need to call execute first) [for Statement " ...my sql select"]
    but when i do print out the value "$sth->{NUM_OF_FIELDS}" i get the correct number of fields.my code is
    $sth= $dbh->prepare ("select ......")
    $sth =->execute ();
    while (@row = $sth->fetchrow_array() ) {
    }

    Somebody asked nearly the same question Re: EMERGENCY! pl/sql syntax error!!!

  • Warning KERNEL.346520: Error initializing IDE drive D:

    Hi,
    im using a NI PXI-8176 Controller with Labview 7.1 RT, NI-DAQmx 7.5.0,
    IMAQ Vision RT 7.1.1, IMAQ for IEEE 1394 RT 2.0.1 and IMAQ Server 1.6.0 installed.
    After reboot i get the "KERNEL.346520: Error initializing IDE drive D:" error message on my VGA monitor and the system halts,
    on every second/third reboot the application startup.exe is loaded and everything seems to work fine.
    If there is no target application the KERNEL error message does not appear, so it has to be a
    problem with the startup.exe. There is no IDE drive D in the system.
    I suspect a problem with the IMAQ driver, because a system with the same hardware without IMAQ stuff installed does not show this behavior.
    Anybody out there who can give me a hint where to start the search?
    regards
    Frank

    Hi Frank,
    you told there is no HDD declared as D: in your controller.
    When you format a HDD with NTFS then this error occur.
    As you told here I think it's the IMAQ driver too.
    That error occur only when you start the application after boot.
    One solution could be a update of your IMAQ-Driver. Another possiblity is to make the startup program a simple VI that first waits 30 seconds and
    then launches the main (complete) executable using VI Server. The
    program will start every time.
    Hope that helps.
    regards
    Arsala
    National Instruments

  • QuartzPublisher::execute ERROR message ejb/bpel/services/notification/Noti

    Hello
    I am getting the following error.
    There are no instances in execution at this point in time but I still get this error.
    <2008-05-23 14:10:23,648> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> ERROR message : javax.nam
    ing.NameNotFoundException: ejb/bpel/services/notification/NotificationServiceBean not found
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at com.evermind.serve
    r.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at com.evermind.serve
    r.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at com.evermind.serve
    r.ApplicationContext.lookup(ApplicationContext.java:197)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at javax.naming.Initi
    alContext.lookup(InitialContext.java:351)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at oracle.bpel.servic
    es.notification.NotificationUtil.lookupRemoteBean(NotificationUtil.java:420)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at oracle.bpel.servic
    es.notification.queue.sender.QuartzPublisher.execute(QuartzPublisher.java:92)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at org.quartz.core.Jo
    bRunShell.run(JobRunShell.java:191)
    <2008-05-23 14:10:23,678> <ERROR> <collaxa.cube.services> <oracle.bpel.services.notification.queue.sender.QuartzPublisher::execute> at org.quartz.simpl.S
    impleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
    Regards
    Kalidass

    Hi,
    Please read Metalink Note:563321.1
    Thanks,
    Vijay

Maybe you are looking for