Ora-03113 on dbms_java.grant_permission in oracle 10.1.0.4

Hi.
I recently installed Oracle 10.1.0.4 enterprise edition.
when I try to grant a user java permissions I get the error:
ERROR at line 1:
ORA-03113: end-of-file on communication channel
this happens when I try to create a java source object too.
I've searched metalink but didn't find anything relevant.
any ideas?

user446591,
I'm only guessing, but it seems like your [database] java installation was not successful. There are ways to verify the success of the java installation which are documented in the Oracle documentation (but I forget where and I'm too lazy to start looking for them now).
One thing I do remember is simply issuing the following command (from an SQL*Plus session):
desc dbms_javaIf you don't get any errors, that means that the "dbms_java" package was (probably) successfully installed. If you get errors, then you probably need to reinstall java (in the database).
Good Luck,
Avi.

Similar Messages

  • ORA-03113 error when setting up Oracle XML DB Basic Demo

    When I try to install XDB_UTILITY package using the command @SQL/xdbUtility, immediately after the view is created successfully, I get the out-of-file error. The error is caused by "select value(x) into dbxml from xdb_database_summary x".
    The database I am using is 9.2.0.2 updagrated from 9.2.0.1 and the OS is windows 2000 server.
    regards

    Regarding the problem with xdbUtility. I think you are running the 9.2.0.1.0 vesrion of the demo. This is a known bug in 9.2.0.2.0, which is fixed in 9.2.0.3.0. Please download an updated version of the demo from http://otn.oracle.com/tech/xml/xmldb/content.html. This version contains a workaround for the problem in 9.2.0.2.0.
    Please shutdown and re-start the database before running the new version of the dmeo

  • Ora 03113 end of file of communication channel leads to coredump using svrmgrl

    hi,
    I have a similar problem. I installed Redhat linux version7 and tried to install oracle 816 but while connecting to SVRMGRL> it gives an ora-03113 end-of-file of communication channel. There is no database in the system. The dbassist also fails with the same error. I tried reinstalling for five times with different options but in vain. I analyzed the core using file core and strings core|head -10 it gave the following
    Core:ELF 32-bit LSB core file of 'oracle'(signal 6) Intel 80386, version1
    for strings command
    Core
    tl@#
    core
    oracle
    oracleoracle(Description=(local=yes)(address=(protocol=beq)))
    core
    oracle
    rminal
    ffffff
    n?sh
    Whenever i try svrmgrl it raises the ora-03113 error and creates a oracle<defunct> process. I tried relinking the oracle executables. I also tried chaning various options with listener and tnsnames. But in vain. Could any one please help me on this problem.
    Thanks in Advance,
    Hari

    onkar.nath wrote:
    All,
    While running exp command, I am getting below error:
    . exporting synonyms
    EXP-00008: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00000: Export terminated unsuccessfully
    when I checked alert log, I found below entry:
    Errors in file /u01/app/oracle/admin/DEVOLTP/udump/devoltp_ora_13720.trc:
    ORA-07445: exception encountered: core dump [jon_get_ncomp_method_fptr()+59] [SIGSEGV] [Address not mapped to object] [0x23] [] []
    then I looked into the trace file mentioned there and it says this:
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [jon_get_ncomp_method_fptr()+59] [SIGSEGV] [Address not mapped to object] [0x23] [] []
    Current SQL statement for this session:
    SELECT SYNNAM, DBMS_JAVA.LONGNAME(SYNNAM), DBMS_JAVA.LONGNAME(SYNTAB), TABOWN, TABNODE, PUBLIC$, SYNOWN, SYNOWNID, TABOWNID, SYNOBJNO FROM SYS.EXU9SYNU ORDER BY SYNTIME
    I tried finding the solution in metalink also but somehow I could not locate any document related to this. Any idea how to take care of this error.
    Database : Oracle 9i R2
    OS : Linux rcdb4 2.6.9-42.0.0.0.1.ELsmp #1 SMP Sun Oct 15 14:02:40 PDT 2006 i686 i686 i386 GNU/Linux
    Please Advise..
    TIA,
    OnkarHi Onkar. As you get any ksedmp: internal or fatal error, you need to raise SR at metalink

  • ORA-03113 not recorded as error in procedure

    Hi all,
    we are running several materialized view refreshes from a procedure. When the procedure encounters error ORA-03113 on one view it doesn't go to exception but just stops.
    The refresh part of the procedure is as follows:
    begin
    dbms_snapshot.refresh ('USR.USRH_SNAPSHOT');
    exception
    when others then
    log_error('USRH_SNAPSHOT');
    end;
    Is there any reason why ORA-03113 doesn't behave as error when run from procedure?
    Is there any special way how to capture this error in the procedure?
    We found this error code only when we ran the command manually from SQL Developer.
    Thanx for help.

    $ oerr ora 3113
    03113, 00000, "end-of-file on communication channel"
    // *Cause: The connection between Client and Server process was broken.
    // *Action: There was a communication error that requires further investigation.
    //          First, check for network problems and review the SQL*Net setup.
    //          Also, look in the alert.log file for any errors. Finally, test to
    //          see whether the server process is dead and whether a trace file
    //          was generated at failure time.ORA-03113 likely means that corresponding Oracle session has crashed: in this case no exception handler can be called. You need to check this on database side.

  • DBMS_JAVA.GRANT_PERMISSION RESULTS IN ORA-03113

    I've successfully created and deployed a java procedure that compresses files for use as email attachements. Upon executing the procedure I get a trace file telling me to grant java.io.FilePermission to the user. I attempted the call (connected as sys (sysdba)):
    exec dbms_java.grant_permission('VEHICLE','SYS:java.io.FilePermission','f:\oracle\soe_data\*', 'read, write');
    which resulted in:
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    and a core dump with:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x377E21D] [ADDR:0x24] [UNABLE_TO_READ] []
    I opened up an SR on metalink and have not gotten a response.
    I checked the Java install with "desc DBMS_JAVA" and got no errors. I also tried several variations to the path syntax, escaping the backslash, with/without the *, to just the directory, to an explicit filename, etc.
    Oracle information is as follows:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Thanks in advance

    I finally got this resolved. Apparently the catpatch.sql script did not run during the last upgrade causing a version mis-match

  • Error: ORA-03113 while executing complex java code from Oracle PL/SQL

    Hi,
    I am trying to execute a complex java code from Oracle PL/SQL. The classes were resolved successfully. But in the middle of execution, I am getting the following error:
    ERROR:
    ORA-03114: not connected to ORACLE
    begin
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 13685
    Session ID: 21 Serial number: 20
    Is there a way to debug the Java classes loaded into oracle? Or is there any utility to find out why the connection was lost?
    Regards,
    Saravana

    Hi Saravana:
    You could use simply System.out.println(..) at your Java code and see the output at the .trc files generated for your Oracle session.
    Or better than this adding Java Util Logging messages at your code, to see how to use JUL API at the OJVM please see this blog post [Using JUL API inside the OJVM|http://marceloochoa.blogspot.com/2007/11/getting-logging-entering-exiting-and.html].
    Best regards, Marcelo.
    PD: ora-0600 generally are associated with RDBMS bugs, but these bugs can be bypassed by replacing the code which throws the exception by other with a workaround.

  • Oracle 8.1.5, ORA-03113: end-of-file on communicat

    My Environment:
    ====================
    Unix Solaris 7
    jre 1.1.6; using native threads (sparc)
    Oracle 8i 8.1.5
    Netscape Enterprise Server 3.6
    Servlet Exec 2.0.2 plugin for NE Server
    LD_LIBRARY_PATH is set to include oracle libraries.
    CLASSPATH is set to include oracle classes111.zip
    and nls_charset10.zip.
    Include sample program JdbcCheckup confirmed that
    oracle installation is correct.
    Problem:
    ========
    Our servlet accesses Oracle DB using oci8 drivers.
    We are able to succesfully run simple queries
    (accessing only 1 table) with result set containing
    upto 9882 rows. However, a more complicated query,
    accessing 3 tables (one table contains 9882 rows)
    and performing a join, usually fails. By some miracle,
    it run couple of times after we accessed the same tables
    a few times with some simple queries (probably, some data
    were cached by Oracle and succesfully reused).
    Query fails with the message specified in the subject:
    SQLException: ORA-03113: end-of-file on communication channel
    If we try to repeat the same query with the same connection,
    we get:
    ORA-01041: internal error. hostdef extension doesn't exist
    Any ideas ? Thanks.
    Bozhena Bidyuk
    Here is a stack trace for ORA-03113:
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.fetch(OCIDBAccess.java)
    at
    oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement
    .java)
    at
    oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java
    at
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleSta
    tement.java)
    at
    oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.j
    ava)
    at JdbcDbs.doQuery(JdbcDbs.java)
    at HandleRequests.doQuery(HandleRequests.java)
    at HandleRequests.process(HandleRequests.java)
    at DataPortServlet.service(DataPortServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at
    newatlanta.servletexec.ServletThread.run(ServletThread.java:122)
    null

    jreynolds wrote:
    I've already given the developers a changed version that works, but here's the part I don't understand. When it's run as is I get the Ora-03113, but if I change the alias in the subquery select to og (the outer query alias), this sql runs. What is it about selecting the subquery column that is used in the where portion of the exists that makes oracle 9.2.0.1 on windows 2003 enterprise server lose the connection.
    Any ideas would be greatly appreciated.
    thanks in advance.You're using an unpatched base release and simply hitting a bug that causes the server foreground process that serves your request to fail with an exception that causes the operating system to kill the corresponding process (e.g. segment access violation, general protection fault, you name it).
    As a workaround use the rewritten query you've already found out but you should consider to install at least the 9.2.0.8 patch set to prevent most of such nasty bugs in the future.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Oracle errors: ORA-02068 + ORA-03113

    Hy everybody,
    we're experiencing a problem with a connection of a weblogic's pool:
    (here's workshop's log excerpt):
    <Id=sysContattiJcx; method=controls.data.SysContattiInbound.insertManuale(); Failure=java.sql.SQLException:
         : distributed update operation failed; rollback required
    ORA-02068: following severe error from CONTATTI_CRMB
    ORA-03113: end-of-file on communication channel
    [ServiceException]>
    the problem is encountered while updating a record on a synonim table which points
    to a remote oracle instance via a dblink.
    All other sql statements executed on local db instance's tables (i.e. the instance
    the pool is configured upon) go ok.
    I've read on a previous post that the problem is related with the restart of
    the remote db instance AFTER the creation of appserver connpool, which in turn
    determines the corruption of connections towards the remote instance (i.e. their
    state is STALE towards the remote instance even if - at the same time - HEALTY
    toward the local db instance...)
    Our problem is that we restarted the application server in order to be sure to
    re-establish all the connections, but the problem still stands there.
    Any other suggestions?
    thanks

    gabriele wrote:
    Hy everybody,
    we're experiencing a problem with a connection of a weblogic's pool:
    (here's workshop's log excerpt):
    <Id=sysContattiJcx; method=controls.data.SysContattiInbound.insertManuale(); Failure=java.sql.SQLException:
         : distributed update operation failed; rollback required
    ORA-02068: following severe error from CONTATTI_CRMB
    ORA-03113: end-of-file on communication channel
    [ServiceException]>This is an oracle communications problem between the driver and the DBMS, or between the
    immediate DBMS nd the remote DBMS. The end-of-file failure means that one end of a
    communication was dropped. I suggest you get some Oracle support to help find the
    problem. If you shut weblogic down and brought it back up, and the problem is still there,
    even on the first invocation after coming back up, then it is a problem between the DBMSes.
    Joe
    >
    the problem is encountered while updating a record on a synonim table which points
    to a remote oracle instance via a dblink.
    All other sql statements executed on local db instance's tables (i.e. the instance
    the pool is configured upon) go ok.
    I've read on a previous post that the problem is related with the restart of
    the remote db instance AFTER the creation of appserver connpool, which in turn
    determines the corruption of connections towards the remote instance (i.e. their
    state is STALE towards the remote instance even if - at the same time - HEALTY
    toward the local db instance...)
    Our problem is that we restarted the application server in order to be sure to
    re-establish all the connections, but the problem still stands there.
    Any other suggestions?
    thanks

  • Ora-03113 and ora-01041 in Oracle 8i.

    Hi,
    When i run this script in SQL*plus, i los the comunication.
    The script is the next.
    create type prueba_t
    create or replace type prueba_t
    as object
    (cod_prueba varchar2(8),
    padre ref prueba_t)
    create table prueba of prueba_t
    cod_prueba not null
    alter table prueba add
    (scope for (padre) is prueba)
    In the last sentence Oracle send me the next message.
    ORA-03113: end-of-file on comunication channel.
    If you know this problem help me Please.

    rothen_s wrote:
    I've read the document 17613.1 in metalink. I did what is written in section C, i.e. I identified the part of the SQL statement that causes the error. Could someone of Oracle please answer to this?
    Well, if you have metalink access, you should raise this as an issue. That's the best way to talk to Oracle about it. The forum may have a few Oracle people hanging around occasionally, but in general we're just volunteers with our own jobs around the world. ;)

  • Oracle raise ORA-03113 when connect to a remote oracle server using toad

    Hi there,
    when i use the tool toad connect to a remote oracle server which located in a different city,
    when i submit a query in toad,
    if the query returns many rows of data, it will raise the error ORA-03113:end-of-file on communication channel,
    however if the query returns only a few rows, i won't raise such error,
    however, when i use sqlplus connect to that remote server, it won't raise such error,
    what's the reason is, can any one tell me how to tackle this problem if using the tool toad. thanks/

    hi my oracle vsersion is:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    my oracle server is 2 nodes rac server,
    and i've tried two different kind version of toad v9.6 and v10.5, and both have the same problem
    once i query a table, if the result returned more than 30 rows, then it will raise that error, if query returns less than 30 rows, it's ok.
    i assume it is a problem concern with network, but i don't know why no such error raise when using sqlplus ?

  • Oracle error ORA-03113: end-of-file on communication channel

    Dear Support
    I am getting "ORA-03113: end-of-file on communication channel" when I am trying to access my application.
    The current setup is following
    - two node Sun Cluster with node name as sep1n1 and sep2n2
    - running Oracle RAC (oracle database 10g) with instance name as ADVFRW1 and ADVFRW2
    Please see attached oracle trace file which was generated at the time of problem.
    Can you please help me to know what can be the reason of this oracle error/crash?
    Thanks
    Regards
    VS

    I don't see any Trace file.
    Network Problems?
    Are the databases up and running?

  • Oracle returns ORA-03113 EOF error when using openquery in SQLServer 2005

    Hi
    Our Application runs batch process on every moring . One of jobs is to get all rows from an oracle database and put all data into MS Sql Server Tables. Usally It works fine But Sometimes during getting data from a certain table oracle raise Ora-03113 error during
    getting data from MSSQL Server. we use mssql openquery clause to get data from oracle We just use OPENQUERY to get all data of oracle view( i.e Select * FROM OPENQUERY(LINKEDORACLESERVER , "SELECT * FROM SCV0XE") )
    This Error comes once a month. So I don't have any idea why this error happens. I am using MSSQL 2005 SP2 , Oracle 9i 9.2.01
    And I tested both microsoft provider and oracle ole provider. Both Driver failed
    Any Solution or Advice will be appreciated...
    Regards,
    Park

    Hi bborie :
    I think I encounter same problem as you, I schedule a job of MS SSIS to do data transfer from Oracle to MS sqlserver every morning. Bt MS SQL server report "ORA-03113 : end-of-file on communication channel error ".
    And Oracle alertlog report "inbound connection timed out (ORA-3136)"
    sqlnet.log list "TNS-12535: TNS:operation timed out"
    does your problem solved ?

  • Ora-03113 and no oracle process found in SuSE10.1

    I just installed Oracle10.2 on SuSE10.1.
    When created database, the ora-03113 occured.
    And other results are:
    ps -ef can't find any Oracle process,
    ipcs can't find any Oracle process either.
    the question is how to start the backgroud process manually?
    And how to solve the ora-03113 problem?
    I know it's very complicated. :)
    Roy

    yes. i can follow these steps. all envs are correct, i think.
    i didn't create the database successfully, so when i startup the instance using startup nomount, the error ora-03113 occurs too.
    the bad thing is I can't find any error messages in BACKGROUND_DUMP or other placess.
    How can I handler this?
    Merry Xmas
    Roy

  • Oracle 10.2.0.4 to 11.2.0.2 fails with ORA-03113

    This is Oracle upgrade from 10.2.0.2 to Oracle 11.2   (on Windows platform)
    Since 10202 to 11 is not SAP supported, we upgrade from 10.2.0.4 first before upgrade to 11
    10202 to 10204 upgrade finished fine.  All post upgrade sql files are run without any issues.
    During 10204 to 11202 upgrade, at 42% complete the Database Upgrade Assistant gives
    ORA-03113: end-of-file on communication channel
    Upgrade failed due to running the step "Upgrading Oracle Server"
    The upgrade was repeated and it always gets the same error at the same spot.
    Once the error occurs, if I try to rerun the upgrade script, it complains that objects already exist.
    Looking at the \oracle\cfgtoollogs\dbua\<SID>\upgrade1 directory, I see the log file which shows at the end of the file:
    GRANT INSERT ON sys.impdp_stats TO PUBLIC
    2  /
    Grant succeeded.
    GRANT DELETE ON sys.impdp_stats TO PUBLIC
    2  /
    Grant succeeded.
    Rem ===================================
    Rem End  User stats table format change
    Rem ===================================
    Rem==========================================================================
    Rem Call script to upgrade type dictionary tables from 8.0 image to
    Rem 8.1 image format. If they are already in 8.1 image format, the
    Rem script will do nothing.
    Rem==========================================================================
    set serveroutput on
    EXECUTE dbms_objects_utils.upgrade_dict_image;
    BEGIN dbms_objects_utils.upgrade_dict_image; END;
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    ERROR:
    So the problem is at running  dbms_objects_utils.upgrade_dict_image procedure
    "This procedure upgrades the type dictionary images from 8.0 to 8.1. The dictionary tables that could be in 8.0 are kottd$, kottb$, kottbx$, kotad$ and kotmd$, which existed in 8.0 or 8.1, when 8.0 compatibility was possible, kotadx$ was created in 9iR2 when we required 8.1 minimum  compatibility. The source code is fully exposed for both package header and body."
    /rdbms/admin/dbmsobj.sql
    If I try to run that same procedure within SQLPlus (after the upgrade failed), I get the error message ORA-00955: name is already used by an existing object.   This tells me that the upgrade script actually created the newer version of the dictionary images, but for some reason failed to complete.  And so when I re-run the upgrade script, it complains.
    We've searched google, SAP Notes, sdn, etc. but havent gotten anywhere.    Help or hints would be greatly appreciated.
    Thanks

    HI,
    Check below details from oracle Metalink.
    Curtesy of Oracle Metalink
    A1) Errors connecting as SYSDBA / Internal OR on startup nomount
    There is something fundamental wrong with the software / environment
    if you cannot connect to Server Manager as a DBA user.
    The steps here cover errors such as ORA-3113, ORA-12547: TNS:lost contact
    or similar errors connecting to Oracle or starting the instance NOMOUNT.
    Check the following items:
    A1.1) If possible reboot the server disabling any automatic
    startup of Oracle before you do so. This may seem drastic
    but helps make sure you are working from a consistent
    starting point.
    A1.2) Check your environment points at the expected ORACLE_HOME
    and ORACLE_SID and that TWO_TASK is not set (Unix) or
    LOCAL is not set (NT registry).
    Check the USER_DUMP_DEST and BACKGROUND_DUMP_DEST and default
    trace directories under this environment for any user trace
    files or alert log entries generated. These may help indicate
    the cause of the problem.
    Eg: ORA-600[SKGMINVALID] may indicate a problem with the
    shared memory Unix parameters on Unix systems.
    Try to show that any trace file / alert log entry you
    find is truely related to the "CONNECT" command by re-issuing
    the "connect" and checking for a new trace file / alert entry
    at the time of the error.
    A1.3) Unix only:
    Some Unix platforms need LD_LIBRARY_PATH to be set
    correctly to resolve any dynamically linked libraries.
    As the user with the problem:
    % script /tmp/ldd.out
    % id
    % cd $ORACLE_HOME/bin
    % ldd oracle
    % exit
    If the 'ldd' command does not exist go to the next step below.
    Check that all lines listed show a full library file. If there
    are any 'not found' lines reported contact Oracle support
    with the output of /tmp/ldd.out .
    A1.4) Unix only:
    Your 'oracle' executable may be corrupt. Relink it thus:
    Log in as the 'oracle' user.
    % script /tmp/relink.out
    % cd $ORACLE_HOME/rdbms/lib
    % mv $ORACLE_HOME/bin/oracle $ORACLE_HOME/bin/oracle.dd.mon.yy
    % rm -f ./oracle
    % make -f ins_rdbms.mk ioracle
    % exit
    Prior to Oracle7.3 the relink command was:
    make -f oracle.mk ioracle
    If this reports any errors Oracle support will need to see
    the contents of the file /tmp/relink.out .
    A1.5) Have you installed the Parallel Server Option ?
    ORA-3113 can occur if you have installed the Parallel
    Server Option but do NOT have a Distributed Lock Manager
    installed or running correctly.
    Unix:
    If the Parallel Server Option was installed by accident
    then it can be de-installed by relinking.
    Eg:
    Shut down any Oracle instances
    % script /tmp/relink.out
    % cd $ORACLE_HOME/rdbms/lib
    'oracle' should not exist so delete it if it present
    % rm -f oracle
    % make -f ins_rdbms.mk no_parropt ioracle
    % exit
    NB: Do NOT deinstall the Parallel Server Option if the
    database is using Parallel Server unless both nodes
    are shut down otherwise database corruption could occur.
    A1.6) If the error is on STARTUP NOMOUNT:
    Check the init.ora file used to start the database.
    This provides the configuration details used
    configure the instance. To help isolate the problem
    it may be useful use a very basic init.ora file
    when starting the instance. If this works then
    parameters can be increased / introduced one at a
    time to see if there is a problem with a particular
    setting.
    A1.7) Check for server side trace files which may give more
    indication what the underlying problem is.
    See section C for details on how to check
    for server trace files.
    A1.8) Ensure there is free disk space in:
    a. Your USER_DUMP_DEST and BACKGROUND_DUMP_DEST locations
    b. Your AUDIT destination (Unix)
    The default is $ORACLE_HOME/rdbms/audit
    c. Your Oracle Trace directory if Oracle Trace is enabled
    See <Note:45482.1>
    A2) Errors Mounting the database
    Check all the items in A1 first.
    If an error occurs when mounting the database there may be problems
    with the control-files or data files, or with resources required to
    open these files.
    A2.1) The location of the control files are specified in the
    init.ora file. Try mounting using each controlfile in
    turn.
    eg: "Shutdown abort",
    edit the init.ora to refer to ONE of the controlfiles only,
    "startup nomount",
    "alter database mount"
    Repeat for each controlfile to see if any controlfile works.
    A2.2) It is possible to re-create the controlfiles if you know the
    location of all datafiles and online logs, or to restore an old
    backup controlfile. Always back up the current controlfiles before
    restoring any backup copies or issuing a CREATE CONTROLFILE
    command.
    The steps for this are not documented here.
    A2.3) Unix:
    Some unix platforms have a 'truss' command (or 'tusc').
    If available this can be used to help trace how far Oracle
    gets before the error occurs.
    Eg:
    % truss -o /tmp/truss.out -f svrmgrl
    Keep the file /tmp/truss.out safe - Oracle Support MAY need to see it.
    Regards,
    Venkata S Pagolu
    Edited by: Venkata Pagolu on Mar 10, 2012 12:10 PM

  • 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

Maybe you are looking for

  • Error testing Web Dynpro Callable Object (GP Interface)

    With reference to thread: Interactive form as  Callable object error on testing the object. FYI, I'm running NW04s, EP 7.0 SPS 13, JDK 1.4.2_14, Unix OS Hi All, I have created a Web Dynpro App with a Adobe Form as the frontend. I have included the ca

  • Project Online User Licensing

    Hi, I am using Project Online. I have a user base of around 1000 users. I need a work around to provide bulk licenses to the users, as assigning license individually will be a very time consuming task. Is there an option to bulk assign licenses? Any

  • Problem for install itunes11.1

    I'm not able to install itunes 11.1 because they ask me itunes64.msi but I don't know what it is ??? Please help me ....

  • SharedByetArrayInputStream is returned by message.getContent (mail1.4.3)

    Hi I want to extract the body text and all the attachments of the mail with POP3. So i am getting a session, opening the INBOX folder and getting all the messages. After that for every message i am checking the mimetype. If it is multipart/*, then i

  • Change Language Dynamically in Adobe Interactive Form with Webdynpro

    Hi Experts, I want to display some text in Arabic in my Adobe Form. Where do I store the translations for the english text and how do I substitute it to display the translations. I also noticed one issue. When I hardcode some arabic text in the text