Oracle 9i R2 Installation on Linux -ORA-03113 error

I am in the process of installing Oracle 9i R2 trail version on Linux Server 2.2.4. The software did get installed but the DBCA did not create the sample database.
The error I get is:
ORA-03113:end-of-file on communication channel.
I have also after the installation re-run the DBCA but get the same error. Any help will be appreciated.
Thank you

Please post this question in the Database - Installation forum. The URL is:
Database Installation

Similar Messages

  • Following error occurs while oracle client 10g installation on Linux 5

    Following error occurs while oracle client 10g installation on Linux 5
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

    user8862191 wrote:
    Following error occurs while oracle client 10g installation on Linux 5
    What is Linux 5? Do you mean Oracle Enterprise Linux (OEL) 5 ???
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

  • Step by Step Oracle i-Learning Installation on Linux

    Hi all;
    I prepare one documentation about Step by Step Oracle i-Learning Installation on Linux.
    Its avaliable at:
    http://heliosguneserol.wordpress.com/2010/05/25/step-by-step-oracle-i-learning-installation-on-linux/
    Hope it helps to forum users
    Regard
    Helios

    Helios,
    Thanks for sharing this with us!
    Thanks,
    Hussein

  • Deleting application results in ORA-03113 error

    I'm having trouble deleting applications from my workspace. Every time I attempt to delete an application, I get an ORA-03113 error.
    It doesn't seem to matter whether or not I choose to include the Application Definition or Supporting Objects when deleting.
    If I cancel and keep trying to delete the application, the db crashes. When this happens the .trc file shows multiple memory errors and the alert log shows multiple core dumps.
    db version = *10.2.0.1*
    apex version = *3.2*
    If anyone has experience with similar issues, any suggestions would appreciated. This problem has been a real pain.
    Keith Malay
    www.sds-cg.com

    Keith,
    There are quite a few hits on Metalink for this error. You may want to go there and see if you can find a patch (of which there seems to be several) or some other method of troubleshooting this problem.
    Here is what Doc ID: 1020463.6 has to say in the introduction:
    The ORA-3113 error is a general error reported by Oracle client tools,
    which signifies that they cannot communicate with the oracle shadow
    process. As it is such a general error more information must be collected
    to help determine what has happened.
    Than note's title is "Diagnosing ORA-3113 Errors".
    Good luck,
    Don.

  • CTX_DDL.SYNC_INDEX  gives ORA-03113 error

    I am trying to use the CTX_DDL.SYNC_INDEX command in order to update the full Text Index on a table, which contains a word document as a binary object, but I get an ORA-03113 error every time I do this. I get the same error if the table contains an Excel file. It works perfectly OK if the table contains simple text files.

    Hi Barbara - thanks for your response.
    In answer to your questions;
    Oracle version is 9.2.0.1.0
    Table structure is created with following sql;
    CREATE TABLE DOCUMENTFILE
         (DOCUMENTFILEID      NUMBER (10,0) NOT NULL,
         DATA                LONG RAW,
         FILE_SIZE           NUMBER (10,0),
         FILENAME           VARCHAR2 (510),
         ENCRYPTIONKEY           VARCHAR2 (100),
         VALIDATIONKEY           VARCHAR2 (100),
         MIMETYPE           VARCHAR2 (255),
         FILEEXTENSION           CHAR (3),
         DELETED           NUMBER (1,0)
    Index is created with following command
    CREATE INDEX ORGANISATION_TEXT_INDEX
    ON COLLABORATOR.ORGANISATION(ORGANISATION_NAME)
    INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS ('');
    Resync command is as follows
    EXEC CTX_DDL.SYNC_INDEX('DOCUMENT_TEXT_INDEX');
    I am testing by runing the command via SQL Plus
    In response to question 'Are you using inso_filter or auto_filter? ' - I dont know
    Thanks for your help,
    Peter

  • Ora-03113 error in version 8.0.5

    kindly guide me through the procedure to solve ora-03113 error "end of file on communication channel" in database version 8.0.5

    after instance started up, in sqlplus type:
    SQL> show parameter background_dump_dest
    NAME TYPE VALUE
    background_dump_dest string /oracle/home92/admin/dump ->>>> this is in my caseGo to that folder (which is in your case) and there should be alert_YOUR_DB_NAME.log and open it with text editor and copy/paste last 100 lines here.
    Edited by: drop.any on Nov 2, 2009 2:53 AM

  • Ora-03113 error with XMLTABLE inside subquery or view

    I'm getting ORA-03113 error if I use a result of XMLTABLE inside a subquery of another query (whether XMLTABLE is inline, or from a view). Code below to reproduce this - vastly simplified and now rather meaningless - but produces same error. Has anyone saw this error re. XMLTABLE or know of metalink bugs on this ? I couldn't find anything. I'm having to use deprecated table(xmlsequence) instead, which doesn't get this error.
    --DROP TABLE TEST
    CREATE TABLE TEST(ID number(10), CUST_REF varchar2(50 char), XMLDATA XMLTYPE);
    INSERT INTO TEST(ID, CUST_REF, XMLDATA) VALUES (1, 'XYZ',
    XMLTYPE('<?xml version="1.0" encoding="utf-16"?>
    <TESTXML
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="urn:ABC-123:TESTXML">
    <collections>
    <TRANSACTION_COLLECTION>
    <TRANSACTION>
    <RECORD_ID>1</RECORD_ID>
    <TRANSACTION_ID>7791786</TRANSACTION_ID>
    <AMOUNT>335</AMOUNT>
    <TYPE>I</TYPE>
    <DC>DR</DC>
    </TRANSACTION>
    </TRANSACTION_COLLECTION>
    </collections>
    </TESTXML>'));
    COMMIT;
    CREATE VIEW TEST_XMLVIEW
    AS
    SELECT
    ID,
    CUST_REF,
    xmltbl.RECORD_ID,
    xmltbl.TRANSACTION_ID,
    xmltbl.AMOUNT,
    xmltbl.TYPE,
    xmltbl.DC
    FROM TEST,
    XMLTable(XMLNamespaces(DEFAULT 'urn:ABC-123:TESTXML'),
    '/TESTXML/collections/TRANSACTION_COLLECTION/TRANSACTION' PASSING TEST.XMLDATA
    COLUMNS
    "RECORD_ID" number(10) PATH 'RECORD_ID',
    "TRANSACTION_ID" VARCHAR(200 CHAR) PATH 'TRANSACTION_ID',
    "DC" VARCHAR(200 CHAR) PATH 'DC',
    "TYPE" VARCHAR(200 CHAR) PATH 'TYPE',
    "AMOUNT" NUMBER(38,8) PATH 'AMOUNT')
    AS xmltbl;
    WITH SUM_AMOUNTS (ID, CUST_REF, SUM_1, SUM_2, SUM_3)
    AS
    (SELECT ID, CUST_REF, SUM(AMOUNT) AS SUM_1, SUM(AMOUNT) AS SUM_2, SUM(AMOUNT) + SUM(AMOUNT) AS SUM_3
    FROM TEST_XMLVIEW
    GROUP BY ID, CUST_REF)
    select
    ID,
    CUST_REF,
    SUM_1,
    SUM_2,
    SUM_3
    from SUM_AMOUNTS;
    Version Details:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE     11.2.0.2.0     Production
    TNS for 64-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production

    Has anyone saw this error re. XMLTABLE or know of metalink bugs on this ? I couldn't find anything.Really?
    Go to the trace directory and find the relevant trace/incident file.
    On my system, I can see something like this :
    ORA-07445: exception encountered: core dump [evaopn3()+656] [ACCESS_VIOLATION] [ADDR:0x0] [PC:0x234A5B6] [UNABLE_TO_READ] []Copy/paste that line into the ORA-00600/ORA-07445 look-up tool on My Oracle Support and run the search for your version.
    You will find this article :
    *ORA-7445 (evaopn3) [ID 860969.1]*
    and at the bottom of the page, among the known related bugs, this one :
    *Bug 12724375 : ORA-7445 [evaopn3] from XQuery with GROUP BY*

  • ORA 03113 error creating database

    On Oracle 8.1.7, I've get an ORA 03113 error when creating the database. Pressing ignore leaves it hanging at 90%. I've tried creating db by copying files from CD and creating with custom parameters but same issue. There have been other threads regarding this error but no responses. I couldn't find any logs with specific error messages in my temp directory. Are there any logs I can refer to? How can I resolve this issue? I am on NT 4, SP6. Thanks.

    Hi Tim,
    Have you checked the setup files for the appropriate Net8 driver correctly installed on the server? I'd look at this you not have the correct Oracle networks drivers or a compatibility issue with them. Try reinstalling net8. This is really a Two-Task Common error (TTC) in the net8 stack.
    HTH
    Steve
    On Oracle 8.1.7, I've get an ORA 03113 error when creating the database. Pressing ignore leaves it hanging at 90%. I've tried creating db by copying files from CD and creating with custom parameters but same issue. There have been other threads regarding this error but no responses. I couldn't find any logs with specific error messages in my temp directory. Are there any logs I can refer to? How can I resolve this issue? I am on NT 4, SP6. Thanks.

  • Oracle 817 does not want to install on RH Linux (ORA-03113)

    I am trying to install Oracle 817 on RH Linux with kernel
    2.4.17. I have modified various recommended parameters
    as described in the doc and recompiled the kernel.
    But each time I try to create a database, I would be getting this error:
    ORA-03113: end-of-file on communication channel
    Please help!! My system has 512 MB of ram and 1GB of swap.
    It is a Pentium III about 700 MHZ.
    thanks
    --Vincent

    After Forms 6i it is only possible to run the Forms web based. Inside the the Developer Suite you can find an OC4J which allows you to run the Forms locally on the Development PC.
    There are setting in the formsweb.cfg which allows you to do some configuration. For instance the look and feel which is by default the green color. The size of your window which makes your current window smaller than your Form.
    At your last question. Do you want the other user to make use of your Forms or make use of your database. If you want him to make use of your Forms, the other user could call the locally installed OC4J with the http-address. If you want the user to make use of the database, the other pc should have a installed client software or make use a tool like SQL Developer to connect over JDBC.

  • ORA-03113 error when using Oracle 9i with Mapx 5.0

    Hello,
    I am using Personal Oracle 9i Release 2 with Mapx5.0 on Delphi.
    Accessing the layers using tab files also as server layers..,
    and commonly using the method of Mapx Layer.SearchAtPoint
    Search is done on region, line as well as on point objects...,
    at some point of time it flashes me the error
    ORA-03113 end-of-file on communication channel
    I am not exactly able to figure out when it gives..,
    but i m getting it after some clicks on the layers
    The same executable is working fine with Oracle 8.1.7
    As anybody faced such a problem and knows the possible cause
    Thanks,
    Binoy

    There is some java bug that is causing some problems if you are using 9.2.0.3. Here is some information:
    Workaround for bug 2755842:
    Event 10499 can be set (any non-zero level) to revert to the old behaviour.
    ==================================================
    Setting the EVENT 10499
    =======================
    Check if the database server is using a server parameter (spfile) a parameter (init.ora) file.
    From sqlplus, connect as sysdba and execute the command:
    show parameters spfile
    If the value is NULL or empty, then spfile is NOT enabled and init.ora is used.
    1) If SPFILE is used:
    SQL> show parameters spfile
    NAME TYPE VALUE
    spfile string
    %ORACLE_HOME%\DATABASE\SPFILE%ORACLE_SID%.ORA
    a) Using sqlplus logon as sysdba
    b) Execute: alter system set event="10499 trace name context forever,level 4" scope=spfile
    sid='*';
    c) shutdown
    d) startup the database
    2) If INIT.ORA is used:
    a) In the init<SID>.ora file, add the parameter event="10499 trace name context forever,level 4"
    b) Stop and start the database
    Hope this is it.
    Dan

  • Step by Step Oracle 10g ASM Installation on Linux

    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    Abbasi

    You should check the oracle learning library for any such doubts,
    http://apex.oracle.com/pls/apex/f?p=9830:28:0::NO:RIR:IR_PRODUCT,IR_PRODUCT_SUITE,IR_PRODUCT_COMPONENT,IR_RELEASE,IR_TYPE,IRC_ROWFILTER,IR_FUNCTIONAL_CATEGORY:,,,,,automatic%20storage%20management,
    HTH
    Aman....

  • ORA-03113 error in ifsconfig 9.0.1

    Hi,
    I'm new to Oracle, and I'd like to see what IFS can do. Unfortunatelly, I get an error message when lauching ifsconfig.
    First I "complete 9Ifs configuration" on the first screen. Then I enter my TNS service name and th SYS password.
    When clicking Next, the oracle connection test begins, until it gets to the "Verifying Oracle JServ" phase (the fifth one). It then fails and I got the following error message :
    "Oracle test failed.
    The following error occured: oracle.ifs.utils.action.ActionFailedExecption:errir executing loadjava process. The output given was:
    Error while creating class oracle/ifs/installer/Testjave
    ORA-03113: end-of-file on communication channel
    The following operations failed class oracle/ifs/installer/Testjava:creation
    exiting:failures occured during processing"
    Can anyone help me ?
    Thanks.

    This error means that the JServer in Oracle database is either not configured or it is misconfigured.
    Please reconfigure your JServer if you have not already done so.
    Also note that it is JServer and not JServ. They are two totally different things.

  • ORA-03113: Error while upgrading the Database from 11.1.0.6 to 11.1.0.7

    Hi,
    I am trying to upgrade the database from 11.1.0.6 to 11.1.0.7 on OEL operating system.
    After applying the patch "6890831" when trying to start the database using "Startup Upgrade" command I am getting the below error.
    ORA-03113: end-of-file on communication channel
    Process ID: 20826
    Session ID: 170 Serial number: 3
    I am getting the same error when trying to create the new database using "DBCA".
    Please provide me the probable outcomes.
    Thanks
    Amith

    Below entries found in alert_orcl.log file
    MMNL started with pid=15, OS id=20571
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = /u01/app/oracle
    Thu Dec 03 20:11:11 2009
    ALTER DATABASE MOUNT
    Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_mman_20557.trc:
    ORA-27103: internal error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: -1
    Additional information: 1
    MMAN (ospid: 20557): terminating the instance due to error 27103
    Instance terminated by MMAN, pid = 20557
    Below entries found in the Trace file generated
    error 27103 detected in background process
    ORA-27103: internal error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: -1
    Additional information: 1
    *** 2009-12-03 20:11:14.727
    MMAN (ospid: 20557): terminating the instance due to error 27103

  • Cannot create database ORA-03113 error

    Hi all,
    I ve just installed oracle 9i on win2k server , after installation i went to create a
    database using DBCA. After filling up the necessary, when i click on create database it gives me the following error.
    ORA-03113: end-of-file on communication channel
    Though i am getting a ignore option i preferred aborting it.
    Someone please help

    hi 477985,
    Is it some thing tat you want to create the db using wizard. you can actually save it as a script and run tat.
    Anyway, just check for disk & physical memory. Stop if any other server or service is running and give a try
    Cheers,
    kamaslesh jk

  • ORA:03113 Error occuring when trying to recompile a Trigger

    Hi ,
    I am facing ORA-03113 end-of-file on communication channel Error.
    My V$version ouput is as follows
    BANNER
    Oracle9i Enterprise Edition Release 9.0.1.5.0 - Production
    PL/SQL Release 9.0.1.5.0 - Production
    CORE 9.0.1.2.0 Production
    TNS for Linux: Version 9.0.1.4.0 - Production
    NLSRTL Version 9.0.1.5.0 - Production
    I searched in google and in all actions to be performed is to submit a request to Oracle Support.
    Is there any another way to resolve this problem?
    Please guide me.
    Thanks & Regards
    Salih KM

    Hi APC,
    I am posting the lines from alert log file and trace files.
    Alert Log Entries
    Mon Sep 18 17:46:35 2006
    Errors in file /mnt1/oraclepaws/admin/paws/udump/ora_9368.trc:
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Mon Sep 18 17:46:35 2006
    Errors in file /mnt1/oraclepaws/admin/paws/udump/ora_9368.trc:
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Mon Sep 18 17:46:35 2006
    Errors in file /mnt1/oraclepaws/admin/paws/udump/ora_9368.trc:
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Mon Sep 18 17:47:27 2006
    Errors in file /mnt1/oraclepaws/admin/paws/udump/ora_10718.trc:
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Mon Sep 18 17:47:27 2006
    Errors in file /mnt1/oraclepaws/admin/paws/udump/ora_10718.trc:
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Mon Sep 18 17:47:27 2006
    Errors in file /mnt1/oraclepaws/admin/paws/udump/ora_10718.trc:
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Trace File
    (10718)
    *** 2006-09-18 17:47:26.998
    *** SESSION ID:(28.39) 2006-09-18 17:47:26.998
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x8, PC: [0x94c245f, ptmak()+111]
    *** 2006-09-18 17:47:27.060
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Current SQL statement for this session:
    CREATE OR REPLACE TRIGGER Das.TEST_TABLE_TRG
    AFTER INSERT
    ON Das.TEST_TABLE
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    BEGIN
    IF :NEW.COL1 ='TEST' THEN
    RAISE_APPLICATION_ERROR(-20001,'Testing error');
    END IF;
    END TEST_TABLE_TRG;
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x0, PC: [0x405490a0, strcpy()+64]
    *** 2006-09-18 17:47:27.197
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Current SQL statement for this session:
    CREATE OR REPLACE TRIGGER Das.TEST_TABLE_TRG
    AFTER INSERT
    ON Das.TEST_TABLE
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    BEGIN
    IF :NEW.COL1 ='TEST' THEN
    RAISE_APPLICATION_ERROR(-20001,'Testing error');
    END IF;
    END TEST_TABLE_TRG;
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x0, PC: [0x405490a0, strcpy()+64]
    *** 2006-09-18 17:47:27.344
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Current SQL statement for this session:
    CREATE OR REPLACE TRIGGER Das.TEST_TABLE_TRG
    AFTER INSERT
    ON Das.TEST_TABLE
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    BEGIN
    IF :NEW.COL1 ='TEST' THEN
    RAISE_APPLICATION_ERROR(-20001,'Testing error');
    END IF;
    END TEST_TABLE_TRG;
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    Trace File (9368)
    Oracle9i Enterprise Edition Release 9.0.1.5.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    ORACLE_HOME = /mnt1/oracle/orainfra
    System name:     Linux
    Release:     2.4.9-e.25
    Version:     #1 Wed Sep 1 12:40:42 EEST 2004
    Machine:     i686
    Instance name: paws
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 9368, image: [email protected] (TNS V1-V3)
    *** 2006-09-18 17:46:34.557
    *** SESSION ID:(21.124) 2006-09-18 17:46:34.552
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x8, PC: [0x94c245f, ptmak()+111]
    *** 2006-09-18 17:46:35.515
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Current SQL statement for this session:
    CREATE OR REPLACE TRIGGER Das.TEST_TABLE_TRG
    AFTER INSERT
    ON Das.TEST_TABLE
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    NAME: TEST_TABLE_TRG
    PURPOSE:
    REVISIONS:
    Ver Date Author Description
    1.0 9/18/2006 1. Created this trigger.
    NOTES:
    Automatically available Auto Replace Keywords:
    Object Name: TEST_TABLE_TRG
    Sysdate: 9/18/2006
    Date and Time: 9/18/2006, 6:01:02 PM, and 9/18/2006 6:01:02 PM
    Username: (set in TOAD Options, Proc Templates)
    Table Name: TEST_TABLE (set in the "New PL/SQL Object" dialog)
    Trigger Options: (set in the "New PL/SQL Object" dialog)
    BEGIN
    IF :NEW.COL1 ='TEST' THEN
    RAISE_APPLICATION_ERROR(-20001,'Testing error');
    END IF;
    END TEST_TABLE_TRG;
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x0, PC: [0x405490a0, strcpy()+64]
    *** 2006-09-18 17:46:35.814
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Current SQL statement for this session:
    CREATE OR REPLACE TRIGGER Das.TEST_TABLE_TRG
    AFTER INSERT
    ON Das.TEST_TABLE
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    NAME: TEST_TABLE_TRG
    PURPOSE:
    REVISIONS:
    Ver Date Author Description
    1.0 9/18/2006 1. Created this trigger.
    NOTES:
    Automatically available Auto Replace Keywords:
    Object Name: TEST_TABLE_TRG
    Sysdate: 9/18/2006
    Date and Time: 9/18/2006, 6:01:02 PM, and 9/18/2006 6:01:02 PM
    Username: (set in TOAD Options, Proc Templates)
    Table Name: TEST_TABLE (set in the "New PL/SQL Object" dialog)
    Trigger Options: (set in the "New PL/SQL Object" dialog)
    BEGIN
    IF :NEW.COL1 ='TEST' THEN
    RAISE_APPLICATION_ERROR(-20001,'Testing error');
    END IF;
    END TEST_TABLE_TRG;
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x0, PC: [0x405490a0, strcpy()+64]
    *** 2006-09-18 17:46:35.968
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [strcpy()+64] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-07445: exception encountered: core dump [ptmak()+111] [SIGSEGV] [Address not mapped to object] [0x8] [] []
    Current SQL statement for this session:
    CREATE OR REPLACE TRIGGER Das.TEST_TABLE_TRG
    AFTER INSERT
    ON Das.TEST_TABLE
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    NAME: TEST_TABLE_TRG
    PURPOSE:
    REVISIONS:
    Ver Date Author Description
    1.0 9/18/2006 1. Created this trigger.
    NOTES:
    Automatically available Auto Replace Keywords:
    Object Name: TEST_TABLE_TRG
    Sysdate: 9/18/2006
    Date and Time: 9/18/2006, 6:01:02 PM, and 9/18/2006 6:01:02 PM
    Username: (set in TOAD Options, Proc Templates)
    Table Name: TEST_TABLE (set in the "New PL/SQL Object" dialog)
    Trigger Options: (set in the "New PL/SQL Object" dialog)
    BEGIN
    IF :NEW.COL1 ='TEST' THEN
    RAISE_APPLICATION_ERROR(-20001,'Testing error');
    END IF;
    END TEST_TABLE_TRG;
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    Please guide me in this issue.
    I'm also studying the link given by oradba
    Thanks & Regards
    Salih KM
    Message was edited by:
    kmsalih

Maybe you are looking for

  • Black 13'' Macbook won't recognize display cable anymore

    I have a 13''  black Macbook purchased in fall 2008, running OS X ver. 10.5.8 . I recently cracked my screen and have been relying solely on my HDTV for display.  I have used a mini-dvi to dvi, and dvi to hdmi connection for about 2 years with no iss

  • How to hide the columns in EVDRE

    Hi, I have grouped and hidden the colum and then protected the sheet. But on refresh the first two columns A, B (where EVDRE controls , options) are showing up automatically. Any idea how to avoid this? Thanks, Alex..

  • Spilled water in my MacBook Pro its been slow ever since fixable or not?

    Hi All My daughter spilt a full glass over my MBP, to cut a long story short, dried it, aired it all out and after a day or two started working again. The issue that i now face is since then (1 year ago i would say) my Mac has been really slow perfor

  • Using Mbox as Mic input

    I have been trying (with no success) to use my Mbox as my iChat microphone input. I am able to use the Mbox elsewhere, but it will not show up in the "Microphone" drop down in iChat (it does show up as an "Output" option). I do have the Mbox selected

  • Does it cost extra to use wifi outside the states?

    I am in germany and I'm using my families wlan to connect to the internet with my cell phone (send emails, check facebook etc). Now i was wondering if that is going to cost me any extra. My Plan is NATIONWIDE TALK & TEXT FS 700 Since it's wifi I figu