Troubleshooting RPC (ORA-28576)

Hi. I've tried to configure oracle 8.1.6 as
described at the metalink site. I still get:
SQL> exec ctx_output.start_log('log');
BEGIN ctx_output.start_log('log'); END;
ERROR at line 1:
ORA-20000: interMedia Text error:
ORA-28576: lost RPC connection to external procedure agent
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.CTX_OUTPUT", line 39
ORA-06512: at line 1
Even though I can "tnsping extproc_connect_data" and
"tnsping extproc_connection_data.caput.com" fine. I've been
over the three relevant .ora files (below) again and again, but
cannot see anything wrong. Any suggestions for getting a
more detailed error message?
Thanks
Morten
sqlnet.ora:
NAMES.DEFAULT_DOMAIN = caput.com
NAMES.DIRECTORY_PATH= (TNSNAMES)
tnsnames.ora:
EXTPROC_CONNECTION_DATA.caput.com =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = extproc_key))
(CONNECT_DATA = (SID = extproc_agent))
CORAX.CAPUT.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = corax.caput.com)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = corax.caput.com)
listener.ora:
callout_listener =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = extproc_key)
sid_list_callout_listener =
(SID_LIST =
(SID_DESC =
(SID_NAME = extproc_agent)
(ORACLE_HOME = /opt/oracle/product/8.1.7)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = corax.caput.com)(PORT =
1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = corax.caput.com)
(ORACLE_HOME = /opt/oracle/product/8.1.7)
(SID_NAME = corax)
null

did you ever get any answer on this I am having a simlar problem...
I have been trying to do the sample create index from the intermedia doc and get the following error. I know its a configuration problem with the listener/tnsnames but I can't figure out where....
any help would be very welcome.
Thanks!
create index quick_text on quick ( text )
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: interMedia Text error:
DRG-50704: Net8 listener is not running or cannot start external procedures
ORA-28575: unable to open RPC connection to external procedure agent
ORA-06512: at "CTXSYS.DRUE", line 126
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
ORA-06512: at line 1
here is my listener.ora from the server...
# LISTENER.ORA Network Configuration File: D:\Oracle\817\network\admin\listener.ora
817LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = phiw535)(PORT = 1521))
(DESCRIPTION =
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
(ADDRESS = (PROTOCOL = TCP)(HOST = phiw535)(PORT = 2481))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\Oracle\Ora817)
(PROGRAM = EXTPROC)
(SID_DESC =
(GLOBAL_DBNAME = orarsd1.world)
(ORACLE_HOME = D:\Oracle\Ora817)
(SID_NAME = orarsd1)
Here is my tnsname.ora on the server
# TNSNAMES.ORA Network Configuration File: D:\Oracle\817\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
# Date..........: Mon Mar 26 09:10:07 EST 2001
ORARSD1.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = phiw535)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = orarsd1.world)
INST1_HTTP.TOWERS.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = phiw535)(PORT = 1521))
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = orarsd1.world)
(PRESENTATION = http://admin)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(CONNECT_DATA =
(SERVICE_NAME = EXTPROC)
null

Similar Messages

  • Help me, please ORA-28576: lost RPC connection to external procedure agent

    when i call external program
    SQL>exec shell_all ('/bin/ls /oracle/product/10.2.0/',:result, 3) ;
    BEGIN shell_all ('/bin/ls /oracle/product/10.2.0/',:result, 3) ; END;
    ERROR at line 1:
    ORA-28576: lost RPC connection to external procedure agent
    ORA-06512: at "SYS.SHELL_ALL", line 1
    ORA-06512: at line 1
    and my configure
    #listener.ora
    SID_LIST_LISTENER_AADB02 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/product/10.2.0/db)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ANY")
    LISTENER_AADB02 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = aadb02-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 203.144.222.82)(PORT = 1521)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc))
    #tnsname.ora
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Please tell me to resolve this problem

    Does not execl() and friends replace the current program with the one supplied as a parameter?
    The upshot of this would be as you suggest, viz:
    - Oracle call's your procedure (but doens't wait for a result due to the void return type?)
    - your program executes its code (cd /tmp)
    - it then replaces itself with *program
    - *program terminates
    Presumably, Oracle isn't expecting it to terminate but to continue waiting for subsequent requests.
    I'd check out fork() and see if that offers more appropriate semantics.
    d.

  • ORA-28576 lost RPC connection to external procedure agent

    Hello!
    NT 4.0, O9i 9.0 and 9.2
    Calling external DLL procedure produces the following error:
    "ORA-28576 lost RPC connection to external procedure agent"
    The external DLL is in the ORACLE_HOME/bin directory.
    The same application works fine on 8.1.7 !
    I didn't find any useful info in 9i docs (App. dev. fundamentals; Net guide...).
    Is there any significant difference in EXTPROC feature between 8.1.7 and 9.x ?
    Thanks for any useful info
    Laszlo
    # LISTENER.ORA Network Configuration File: D:\ORANT\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dljk1)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\ORANT)
    (PROGRAM = extproc)
    # TNSNAMES.ORA Network Configuration File: D:\ORANT\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dljk1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl.dljk)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (address = (protocol = ipc)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)

    I have the same problem using Windows kernel32.dll. It works fine with Oracle8 and Oracle8i on both Windows NT and Windows2000, but it does not work with Oracle9i on Windows2000. After long discussions, Oracle has admitted that it is a bug. If you have access to metalink then see TAR 2189019.995.
    Bo Pedersen

  • Getting "ORA-28576: lost RPC connection to external procedure agent" for R scripts.

    Hello,
    I am trying R integration with OBIEE. As part of this, I have created a simple R script for a scatter plot. Below is the R script
    begin
      sys.rqScriptCreate('randomRedDots',
                         'function()
                            res <- 1:10
                            plot(1:100, rnorm(100), pch=21, bg="red", cex=2)
                            res
    end;
    I am testing this script in SQL Developer by executing the below sql:
    select image
    from table(rqEval(NULL,
                      'PNG',
                      'randomRedDots')
    During these tests, very often, I get ORA-28576 error when I run the SQL. The complete error is:
    ORA-28576: lost RPC connection to external procedure agent
    ORA-06512: at "RQSYS.RQEVALIMPL", line 77
    ORA-06512: at "RQSYS.RQEVALIMPL", line 74
    28576. 00000 -  "lost RPC connection to external procedure agent"
    *Cause:    A fatal error occurred in either an RPC network connection,
               the extproc agent, or the invoked 3GL after communication had
               been established successfully.
    *Action:   First check the 3GL code you are invoking; the most likely
               cause of this error is abnormal termination of the
               invoked "C" routine. If this is not the case, check for
               network problems. Correct the problem if you find it. If all
               components appear to be normal but the problem persists, the
               problem could be an internal logic error in the RPC transfer
               code.  Contact your customer support representative.
    However, if I re-run the SQL, I do not get this message. This happens at random.
    Any pointers to why this error occurs?
    Thanks,
    Abhishek

    Abhishek,
    Please look for a core file in $ORACLE_HOME/hs/log and look for errors in the call stack associated with the core file.
    Examining the errors will help identify the cause of the intermittent ORA-29576 error.
    Thank you,
    Sherry

  • Remote external procedure call ORA-28576

    Hi,
    I have to call an external procedure (c program) which is in another(remote) host system.
    I have created a simple c program and when i call it from the same database host (Oracle 11.2.0.3 in linux 2.6.39) every thing work fine, but when i call it from another database found in a remote host (Oracle 11.2.0.3 HP-UX 11iv3) i receive these error "ORA-28576". The "extproc" program was started by the listener (i can see that in the listener logfile) but then the connection was aborted.
    So my question is can i call remote external proc program from a remote host ? if yes how can i do that ? thanks for help
    Configuration :
    listener.ora
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = MYHOST)(PORT = 1521))
    SID_LIST_LISTENER =
        (SID_LIST=
            (SID_DESC= (SID_NAME=callout)
            (ORACLE_HOME=/app/oracle/11.2.0.3)
            (ENVS = 'EXTPROC_DLLS=/tmp/test.so')
            (PROGRAM=extproc)
    tnsnames.ora
    extproc_connection_data =
       (DESCRIPTION =
           (ADDRESS = (PROTOCOL=tcp)(host=MYHOST)(port=1521))
           (CONNECT_DATA=(SID=callout))
    test.c
    #include <stdio.h>
    int square(int x)
    return((x*x) + 1); //adds 1 to the return value
    PL/SQL code
    CREATE DATABASE LINK agent_link USING 'extproc_connection_data';
    CREATE OR REPLACE LIBRARY test_lib IS '/tmp/test.so' AGENT 'agent_link';
    CREATE OR REPLACE FUNCTION test_proc (X BINARY_INTEGER) RETURN BINARY_INTEGER
    AS
    EXTERNAL LIBRARY test_lib
    NAME "square"
    LANGUAGE C;
    CREATE OR REPLACE PROCEDURE EXTPROCTEST (X BINARY_INTEGER)
    AS
       RetValue   BINARY_INTEGER;
    BEGIN
       RetValue := test_proc (X);
       DBMS_OUTPUT.PUT_LINE (RetValue);
    END;
    SET SERVEROUTPUT ON
    EXECUTE EXTPROCTEST(10);

    Hi,
    I found the answare, it seem that for security reason the listener,extproc agent and the instance must be on the same host.
    Reference : (http://docs.oracle.com/cd/E11882_01/appdev.112/e10825/pc_07pls.htm#sthref1051)
    >
    The database server, the agent process, and the listener process that spawns the agent process must all reside on the same host.
    >
    >
    For security reasons, extproc, by default, loads only DLLs that are in directory $ORACLE_HOME/bin or $ORACLE_HOME/lib. Also, only local sessions—that is, Oracle Database client processes that run on the same system—are allowed to connect to extproc.

  • Troubleshooting PHP ORA-12154

    I have studied the php troubleshooting faq - I have php5+apache2 set up on what I think are two identical servers. One works, the other doesn't. Both establish ORACLE_HOME and TNS_ADMIN in the httpd script right before starting httpd.
    I have a test file where I to getenv on both ORACLE_HOME and TNS_ADMIN and print them out - they look fine.
    Then the script tries to connect to the database. In the server that fails, I get the error "_oci_open_server: Error while trying to retrieve text for error ORA-12154" as if it is clueless about ORACLE_HOME. What gives? How can I troubleshoot?

    Ahah! The trick is to make sure that the /home/oracle folder is chmod to 755 from the default 700. All the installed files are neatly 755 except if the baseline /home/oracle folder is 700 httpd can never look in there!

  • Troubleshooting RPC issue over ASA VPN

    Hello,
    I have a IPSec VPN Tunnel between my corporate data center and a satellite service provider.  I also have 2 trucks, A & B, with networks on them.  These truck networks communicate via satellite to the provider base station, and then across the VPN tunnel to our corp. data center.  The A & B truck networks each have a Windows Domain Controller that communicates to our DCs in the data center, for Active Directory replication.  They are using RPC for this.
    Both truck networks and servers were tested and worked perfectly when first tested and deployed.
    ASA 5510 running IOS ver 8.2(1)
    About a month ago, truck B lost it's ability to communicate via RPC to the DCs in the data center.  Nothing has changed on the network on my side as well as the satellite provider side.  I've looked through my VPN logs and firewall logs, but don't see anything that indicates a probable cause.  There is no evidence of requests being denied on my firewall, and the VPN ACLS.
    The one strange thing I've noticed when doing some tests is that I don't see interesting traffic hitting the ACL on the ASA when trying to PING or traceroute from the truck B server, or when the RPC request is being run.  BTW, the truck B server can PING and traceroute over the VPN tunnel to servers in the data center just fine.  And the reverse it also true. Just the RPC doesn't work.
    Here's the RPC error output:
    NtFrsApi Version Information
       NtFrsApi Major      : 0
       NtFrsApi  Minor      : 0
       NtFrsApi Compiled on: Feb 16 2007 20:10:33
    ERROR -  Cannot RPC to computer, odyssey; 00000721 (1825)
    Below is a traceroute from the truck B server to the data center server.  Notice the multiple entries for server accord?
    I seem to remember that this kind of behavior occurs whent an IP Address is being Natted.  Is that correct?
    Any suggestions are greatly appreciated.

    Thanks Pranesh,
    I haven't checked IPsec tunnel but I assumed that since I get successful connection to the VPN tunnel, the tunnel is up.  I have very limited knowledge about this; still learning the basics for CCNA certification.    The wiered thing is when I swap out ASA-5505 with home netgear router (at home), I don't have any problem accessing inside network at the temple.  Therefore, my assumption is something is wrong on my ASA-5505 config at home (the confg is pasted in intitial post.).  Please advise.
    Again thank yo so much for your help.

  • Lost RPC Connection to external procedure agent....

    Hi,
    I have a sample.dll fil & i have created a library by the following command...
    create or replace library trend_lib as 'C:\oracle\product\10.2.0\db_1\BIN\sample.dll';
    'C:\oracle\product\10.2.0\db_1\BIN\sample.dll';------------this is the location where i keep the sample.dll file .
    Then i have created a package
    create or replace PACKAGE p1
    as
    FUNCTION trend( inp IN BINARY_INTEGER) return BINARY_INTEGER as
    LANGUAGE C
    LIBRARY trend_lib
    name "polynomial"
    PARAMETERS (inp INT);
    end;
    But when i am trying to execute the following query it shows the errror:::
    SQL> select p1.trend(6) from dual;
    select p1.trend(6) from dual
    ERROR at line 1:
    ORA-28576: lost RPC connection to external procedure agent......
    mine tnsnames.ora file configuration is :
    FIN11G_172.30.0.12 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.30.0.12)(PORT = 1522))
    (CONNECT_DATA =
    (SID = fin11g)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ALMDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.30.3.11)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = almdb)
    RSBI =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.30.0.12)(PORT = 1521))
    (CONNECT_DATA =
    (SID = rsbi)
    (SERVER = DEDICATED)
    And listener.ora file is....
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ANY")
    (SID_DESC =
    (GLOBAL_DBNAME = ALMDB)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (SID_NAME = ALMDB)
    (ENVS = "EXTPROC_DLLS=ANY")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 01hw177387.fns.com.au)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )

    Hi;
    please see below:
    ORA-28576 When Executing External Procedure [ID 295721.1]
    ORA-28576 Using External Procedures [ID 113179.1]
    External Procedure Fails With ORA-28576 [ID 468404.1]
    Also see:
    Problem calling dll using extproc
    Regard
    Helios

  • ErrorMesg: lost RPC connection

    I have some trouble with calling external procedures from 8.1.5 database
    The exact Error Message is:
    ERROR at line 1:
    ORA-28576: lost RPC connection to external procedure agent
    ORA-06512: at "SG.OUTPUTSTRING", line 0
    ORA-06512: at line 2
    I did the following:
    CREATE OR REPLACE PROCEDURE OutputString(
    p_Path IN VARCHAR2,
    p_Message IN VARCHAR2) AS
    LANGUAGE C
    NAME "OutputString"
    LIBRARY stringlib
    PARAMETERS (p_Path STRING,
    p_Message STRING);
    create library stringlib as '/opt/oracle/product/8.1.5/lib/stringlib.so';
    the library stringlib.so is tested and ok!
    TNS Ping Utility for Linux: Version 8.1.5.0.0 - Production on 22-SEP-00 13:27:19
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0))
    OK (120 msec)
    I dont even know, where to search the error!
    Can anyone help me, please?

    I am also getting this error while connecting to DB2. It works some time.

  • ORA-00600: internal error code, arguments: [17182], [0xFFFFFFFF7B7C0D60], [

    Dears;
    any one know about this error
    ORA-00600: internal error code, arguments: [17182], [0xFFFFFFFF7B7C0D60], [], [], [], [], [], []

    Hi user;
    ORA-00600: internal error code, You are gettion oracle internal error(ORA 600) which mean you could need to work wiht oracle support team. Please see below note, if its not help than i suggest log a sr:
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

  • ORA-00600: internal error code, arguments: [qkngbAllocate.6]

    Hi all ,
    I m getting ORA-00600: internal error code, arguments: [qkngbAllocate.6] while generating Statspack report in 11gr2(11.2.0.1.0) Standard Edition . I have searched on metalink but I did not find any solution for the same.
    Recently I have upgraded this database from 9.2.0.1.
    please Suggest on the the same.
    Thanks
    Ashutosh
    Edited by: Ashu631660 on Apr 28, 2011 10:15 PM

    Hi;
    ORA-00600: internal error code, arguments: [qkngbAllocate.6] while generatingYou are gettion oracle internal error(ORA 600) which mean you could need to work wiht oracle support team. Please see below note, if its not help than i suggest log a sr:
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

  • ORA-00600:internal error code, arguments: [ktsxtffs2], [284], [1398030667],

    Hi,
    *I got error ORA-00600: internal error code, arguments: [ktsxtffs2], [284], [1398030667], [], [],*
    at starting up of database, database is up and running no issues till then
    I found MOS doc 786443.1...
    As mentioned in the Doc to drop and create temporary tablespaces...
    i added another temp tablespace and make it default temporary tablespace and tried to delete the old one it returns the error:ORA-1013 signalled during: drop tablespace temp1..
    i have two tempfiles temp1 and temp2 under tablespace group temp
    please advise how to delete the tablespace group
    thanks,
    Alig

    Hi Alig;
    ORA-00600 is internal error which means if error retry then you take support from oracle, Pelase check Note:Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Put your version and your error and look up error, it will bring you some document, check them and if they are not useful for your i strongly suggest log a Sr for your issue
    Regard
    Helios

  • ORA-01033: ORACLE initialization or shutdown in progress

    Hello ,
    I am using Oracle 11.2.0 on Window 7 and since yesterday I am unable to connect to my database . I am seeing this error on my EM console.
    ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)
    I tried to manually shutdown and startup from the console but resulted in the same error.
    I was not able to connect from sqlplus as well.
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Jan 10 11:58:58 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: SYS
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Here is the lsnrctl status
    C:\windows\system32>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.5.0 - Production on 10-JAN-2013 11:59
    :37
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 10-JAN-2013 10:39:08
    Uptime 0 days 1 hr. 20 min. 29 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\POSSuiteApps\OracleDB\product\11.2.0\dbhome_1\netwo
    rk\admin\listener.ora
    Listener Log File c:\possuiteapps\oracledb\diag\tnslsnr\<host>\list
    ener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1521
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.us.oracle.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Could someone help me out in resolving this issue.
    Thank you,
    Lakshmi

    Thank you for the responses .
    I found this on metalink but I am not able to access this document . Could you please share some details in this doc
    153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    Here is the alert log trace
    System parameters with non-default values:
    processes = 150
    memory_target = 1584M
    control_files = "C:\POSSUITEAPPS\ORACLEDB\ORADATA\ORCL\CONTROL01.CTL"
    control_files = "C:\POSSUITEAPPS\ORACLEDB\FLASH_RECOVERY_AREA\ORCL\CONTROL02.CTL"
    db_block_size = 8192
    compatible = "11.2.0.0.0"
    db_recovery_file_dest = "C:\POSSuiteApps\OracleDB\flash_recovery_area"
    db_recovery_file_dest_size= 3912M
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = "us.oracle.com"
    dispatchers = "(PROTOCOL=TCP) (SERVICE=orclXDB)"
    audit_file_dest = "C:\POSSUITEAPPS\ORACLEDB\ADMIN\ORCL\ADUMP"
    audit_trail = "DB"
    db_name = "orcl"
    open_cursors = 300
    diagnostic_dest = "C:\POSSUITEAPPS\ORACLEDB"
    Thu Jan 10 13:03:55 2013
    PMON started with pid=2, OS id=6760
    Thu Jan 10 13:03:55 2013
    VKTM started with pid=3, OS id=5748 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Thu Jan 10 13:03:55 2013
    GEN0 started with pid=4, OS id=1916
    Thu Jan 10 13:03:55 2013
    DIAG started with pid=5, OS id=2972
    Thu Jan 10 13:03:55 2013
    DBRM started with pid=6, OS id=7112
    Thu Jan 10 13:03:55 2013
    PSP0 started with pid=7, OS id=8520
    Thu Jan 10 13:03:55 2013
    DIA0 started with pid=8, OS id=1852
    Thu Jan 10 13:03:55 2013
    MMAN started with pid=9, OS id=4448
    Thu Jan 10 13:03:55 2013
    DBW0 started with pid=10, OS id=7032
    Thu Jan 10 13:03:55 2013
    LGWR started with pid=11, OS id=5104
    Thu Jan 10 13:03:55 2013
    CKPT started with pid=12, OS id=7820
    Thu Jan 10 13:03:55 2013
    SMON started with pid=13, OS id=6860
    Thu Jan 10 13:03:55 2013
    RECO started with pid=14, OS id=2620
    Thu Jan 10 13:03:56 2013
    MMON started with pid=15, OS id=4288
    Thu Jan 10 13:03:56 2013
    MMNL started with pid=16, OS id=9100
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\POSSuiteApps\OracleDB
    Thu Jan 10 13:03:57 2013
    ALTER DATABASE MOUNT
    Successful mount of redo thread 1, with mount id 1332168637
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Thu Jan 10 13:19:01 2013
    db_recovery_file_dest_size of 3912 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Edited by: 970292 on Jan 10, 2013 2:09 PM

  • ORA-29279: SMTP permanent error: 530 5.7.1 Client was not authenticated

    Hi ,
    We have mail alert system which sends mail to users upon issues in procedure during daily load and etc.
    But few days ago we have database crash but unfortunately mail alert didnot get generated and the above error is desplayed.
    The main error is
    ORA-12154: TNS:could not resolve the connect identifier specified.
    Will the SMTP server work during a database crash/shutdown or else the above ORA-12154 error has anything to do with SMTP failure.
    Thanks in advance.

    ORA-12154 ALWAYS only occurs on SQL Client & no SQL*Net packets ever leave client system
    ORA-12154 [B]NEVER[/B] involves the listener, the database itself or anything on the DB Server.
    ORA-12154 occurs when client requests a connection to some DB server system using some connection string.
    TNS-03505 is thrown by tnsping & is same error as ORA-12154 thrown by sqlplus or others.
    The lookup operation fails because the name provided can [B]NOT[/B] be resolved to any remote DB.
    The analogous operation would be when you wanted to call somebody, but could not find their name in any phonebook.
    The most frequent cause for the ORA-12154  error is when the connection alias can not be found in tnsnames.ora.
    The lookup operation of the alias can be impacted by the contents of the sqlnet.ora file; specifically DOMAIN entry.
    TROUBLESHOOTING GUIDE: ORA-12154 & TNS-12154 TNS:could not resolve service name [ID 114085.1]
    http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/

  • Errors when backing to tape ORA-19624 ORA-19511

    Hi,
    We got an error yesteday when backing u to tape, this happens very rarely but following is the message
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-10035: exception raised in RPC: O
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    RMAN-10035: exception raised in RPC: O
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    RMAN-10035: exception raised in RPC: O
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    RMAN-03015: error occurred in stored script BGT2_BSBGPRD1_HOTBCK_DY
    RMAN-03007: retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel ch1
    RMAN-10035: exception raised in RPC: ORA-19502: write error on file "db_BSBGPRD1_98108_1_667503967", blockno 4323713 (blocksize=512)
    ORA-27030: skgfwrt: sbtwrite2 returned error
    ORA-19511: VxBSASendData: Failed with error:
    Server Status: Communication with the server has not been iniatated or the server status has not been retrieved from the server.
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    any suggestions
    Kedar

    Hi,
    If I check in TOAD, then I see that the max size of the tablespace is unlimited. Btw, Tablespace XYZ is actually an index tablespace - dont know if this makes a difference. The max size of the data tablespace is also unlimited.
    Using the query select * from user_ts_quotas or dba_ts_quotas, I dont see tablespace XYZ or its data tablespace in this result set. I'm not sure why.
    Maybe giving the user unlimited quota on the tablespace might solve the problem - i dont know, but if it does, then I have to ask why has it worked all the time without this and only now it's giving an error??
    The user has been doing the same thing everyday for the past couple of years and only now getting this error.

Maybe you are looking for

  • File adapter should pick a single file at a time

    Hi,     I have File to RFC scenario.. in my source directory  I'm getting bunch of files with  the same name.  at a time.. but  i want to pick the one by one only. that means.. my file adapater poll interval is 30 seconds.. every 30 seconds it will p

  • How do I restore old emails from recovered data after hard drive crash?

    Hi all - I used data rescue II to recover data from a crashed hard drive - seems to have worked pretty well, as the file structure seems to be mostly intact - now I'm trying to find the old emails and get them back in my inbox/sent mailboxes where th

  • Maps of Russia

    For some reason Nokia removed whole regions from newer maps of Russia. For example, in maps that was available when N95 just came out, there was even Chechen Republic covered, now it's completely missing. They did make maps of larger cities like Mosc

  • DemoTrust certificate being loaded but not defined in config.xml

    I have a strange problem in that the DemoTrust.jks is being loaded when I start any of the managed servers. I have set-up custom Identity and trust keystores and there is no reference to the DemoTrust keystore anywhere in the config.xml The problem m

  • JMS Adapter question

    Hi, Is it possible to use a different jndi-factory other than teh default WL one: weblogic.jndi.WLInitialContextFactory? also if my jms accepts only client cert ssl authentication, is it possible to setup this in Oracle CEP? I am getting all kinds of