Sys_context - Error in Oracle 8 Database

I am using sys_context but it gives error message.
SELECT SYS_CONTEXT ('userenv', 'host') FROM dual
------ it gives following message
SELECT SYS_CONTEXT ('userenv', 'host') FROM dual
ERROR at line 1:
ORA-00904: invalid column name
Pl. help me urgently
My database is ORACLE 8.

Please post your technical questions [url http://forums.oracle.com/forums/forum.jsp?forum=61]here for quick response.
Regards,
Anupama
[url http://otn.oracle.com/sample_code/]OTN Sample Code

Similar Messages

  • Import error on Oracle Database Express 10.2.0.1.0

    Hi,
    I try to import data from oracle V10.01.02 running on SUSE10 Linux to
    oracle 10g (10.1.0.2.0) running on Windows Server 2003.
    I am able to import the big part from my ata, but not all data.
    The begin of my log file is:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0
    - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via conventional path
    And after some time I receive:
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "SAFCI"."EMP"."NAME"
    (actual: 65, maximum: 64)
    Column 1 1000005025
    Column 2 ??????? ???????
    Column 3 19-SEP-2002:00:00:00
    Column 4 9089
    Column 5 ??. ?????
    Column 6 1.9828
    Column 7 377.77
    Column 8 75.55
    Column 9 ???????????? ???????? ? ??? ???? ? 32 ??.
    Column 10 19-SEP-2002:00:00:00
    Column 11 ?????? ?????, ?.?. 172747675, ???. 23.11.200?
    Column 12 ????????? ?????????
    Column 13 ? ????
    Column 14 T
    Column 15
    Column 16 F
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "SAFCI"."EMP"."NAME"
    (actual: 65, maximum: 64)
    Column 1 1000006408
    Column 2 ??????? ???????
    Column 3 05-NOV-2002:00:00:00
    Column 4 9089
    Column 5 ??. ?????
    Column 6 1.939
    Column 7 82
    Column 8 16.4
    Column 9 ?????????? ? ???? ???? ? 40 ??.
    Column 10 05-NOV-2002:00:00:00
    Column 11 ?????? ?????, ?.?. 172747675, ???. 23.11.200?
    Column 12 ????????? ?????????
    Column 13 ? ????
    Column 14 T
    Column 15
    Column 16 F 36943 rows imported
    I can not understand this problem, because I exported the hole user and
    also try to import the hole user in my new system.
    Pls., can some one point me to some paper about this problem or help me
    to solve the problem.
    Thanks
    configuration Oracle10g (EXP source)
    SQLWKS> select * from nls_database_parameters
    2>
    PARAMETER VALUE
    NLS_LANGUAGE BRAZILIAN PORTUGUESE
    NLS_TERRITORY BRAZIL
    NLS_CURRENCY R$
    NLS_ISO_CURRENCY BRAZIL
    NLS_NUMERIC_CHARACTERS ,.
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD/MM/RR
    NLS_DATE_LANGUAGE BRAZILIAN PORTUGUESE
    NLS_SORT WEST_EUROPEAN
    NLS_TIME_FORMAT HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT DD/MM/RR HH24:MI:SSXFF
    NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_TZ_FORMAT DD/MM/RR HH24:MI:SSXFF TZR
    NLS_DUAL_CURRENCY Cr$
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.1.0.2.0
    configuration Oracle10g Express (IMP destination)
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AL32UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.1.0

    Hi
    Your import database use a multibyte characterset, your export db a singlebyte cs.
    This means, a char can need more than 1 byte.
    Try this before import (and before create tables!!):
    alter system set nls_length_semantics=char;Greetings
    Sven

  • JDBC error with Oracle Database

    Hi,
      We are now facing some problems when using Oracle JDBC in XI JDBC Adapter, and this problem happens randomly.
      Our oracle is ver 8.1.5, jdbc ver 9.2.0.1 ojdbc14.jar, J2RE 1.4.2 IBM AIX build ca142-20060824.
      The following exceptions have been found in log viewer:
    Exception caught when executing statement for table/stored proc. 'cgjs_zj_zjb' (structure 'SELECTSTMT'):
    java.sql.SQLException: Io exception: There is no process to read data written to a pipe.
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
         at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3668)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:850)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2599)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2963)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:653)
         at com.sap.aii.adapter.jdbc.SAXHandler.executeQuery(xml2sql.java(Compiled Code))
         at com.sap.aii.adapter.jdbc.SAXHandler.executeQuery(xml2sql.java(Inlined Compiled Code))
         at com.sap.aii.adapter.jdbc.SAXHandler.SQLsel(xml2sql.java(Compiled Code))
         at com.sap.aii.adapter.jdbc.SAXHandler.processList(xml2sql.java(Compiled Code))
         at com.sap.aii.adapter.jdbc.SAXHandler.endElement(xml2sql.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.endElement(SAXDocHandler.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.XMLParser.scanEndTag(XMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java(Inlined Compiled Code))
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java(Inlined Compiled Code))
         at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java(Compiled Code))
         at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java(Compiled Code))
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at com.sap.aii.adapter.jdbc.xml2sql.service(xml2sql.java:211)
         at com.sap.aii.adapter.jdbc.XI2JDBC.onInternalMessage(XI2JDBC.java:481)
         at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.callSapAdapter(SapAdapterServiceFrameImpl.java:175)
         at com.sap.aii.af.modules.CallAdapterWithMessageBean.process_receiver(CallAdapterWithMessageBean.java:226)
         at com.sap.aii.af.modules.CallAdapterWithMessageBean.process(CallAdapterWithMessageBean.java:164)
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_1.process(ModuleLocalLocalObjectImpl0_1.java:103)
         at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:264)
         at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0.process(ModuleProcessorLocalLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.listener.AFWListenerBean.onMessage(AFWListenerBean.java:267)
         at com.sap.aii.af.listener.AFWListenerLocalObjectImpl0_0.onMessage(AFWListenerLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.ra.ms.impl.ServicesImpl.deliver(ServicesImpl.java:306)
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onDeliver(XIEventHandler.java:1034)
         at com.sap.aii.af.ra.ms.impl.core.queue.RequestConsumer.onMessage(RequestConsumer.java:118)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java(Compiled Code))
         at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
        Hope you can help me.
        B'Rgds,
                     YiNing

    nice trick:)
    This problem hasn't been solved yet, and now I found something harder to solve with this Oracle database and it's JDBC when I was using a synchronous scenario.
    Check the following adapter log:
    2007-02-28 10:03:53 Success Message successfully received by messaging system. Profile: XI URL: http://sapxidev:50000/MessagingSystem/receive/AFW/XI Credential (User): XIISUSER
    2007-02-28 10:03:53 Success Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the request queue.
    2007-02-28 10:03:53 Success Message successfully put into the queue.
    2007-02-28 10:03:53 Success The message was successfully retrieved from the request queue.
    2007-02-28 10:03:53 Success The message status set to DLNG.
    2007-02-28 10:03:53 Success Delivering to channel: JDBC_RECV_PO_SBC
    2007-02-28 10:03:53 Success MP: entering
    2007-02-28 10:03:53 Success MP: processing local module localejbs/CallSapAdapter
    2007-02-28 10:03:53 Success Receiver JDBC adapter: processing started; QoS required: BestEffort
    2007-02-28 10:10:59 Success JDBC adapter receiver channel JDBC_RECV_PO_SBC: processing started; party  , service PO_SYS
    2007-02-28 10:10:59 Success SELECT BUSID, BUDAT, EDPER, BKTXT, XBLNR, BUZEI, BSCHL, HKONT, LIFNR, NEWUM, DMBTR, GSBER, MATNR, MENGE, ZUONR, SGTXT, XREF1, XREF2, XREF3, IDXSP, MWSKZ, RMVCT, RSTGR, ZTERM, ZFBDT, ZLSCH, XNEGP, KOSTL, AUFNR, LGORT_I, LGORT_O, GRUND, BWART, BSELM, STATS, ERFME, ZZFIELD2 FROM SAP_ZJB WHERE (STATS=O AND EDPER=9105)
    2007-02-28 10:11:01 Success UPDATE SAP_ZJB SET STATS=U WHERE (STATS=O AND EDPER=9105)
    2007-02-28 10:11:01 Success Database request processed successfully
    2007-02-28 10:11:01 Success MP: leaving
    2007-02-28 10:11:01 Error Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.MessageExpiredException: Sync application request expired.. Setting message to status failed.
    2007-02-28 10:11:01 Error The message status set to FAIL.
    2007-02-28 10:11:01 Error Returning synchronous error message to calling application: com.sap.aii.af.ra.ms.api.MessageExpiredException: Sync application request expired..
    Between the 2007-02-28 10:03:53 and 2007-02-28 10:10:59, what takes it so long to process? Also it happens randomly.
    Since it is synchronous, the remote database table has been updated but the connection with XI has been disconnected for timeout issue, which lead to unrecoverable data inconsistent problem.
    Anyone who can help me?

  • ERROR install oracle database 10gR2 in solaris sparc 64

    Dear All,
    I got error when installing oracle database 10gR2 on solaris sparc 64.
    these are the messages:
    /usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/usr/app/oracle/product/10.2.0/db_1 EXENAME=proc/Linking /usr/app/oracle/product/10.2.0/db_1/precomp/li
    b/proc
    ld: fatal: file /usr/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so: unknown file type
    ld: fatal: File processing errors. No output written to /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc
    *** Error code 1
    The following command caused the error:
    echo "Linking /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc"; \
    rm -f /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc; \
    /usr/ccs/bin/ld -o /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc -L/usr/app/oracle/product/10.2.0/db_1/precomp/lib/ -L/usr/app/oracle/product/10.2
    .0/db_1/lib/ -dy /usr/app/oracle/product/10.2.0/db_1/lib/prod/lib/v9/crti.o /usr/app/oracle/product/10.2.0/db_1/lib/prod/lib/v9/crt1.o /usr/app/oracle/product
    /10.2.0/db_1/lib/s0main.o /usr/app/oracle/product/10.2.0/db_1/precomp/lib/pdc.o /usr/app/oracle/product/10.2.0/db_1/precomp/lib/pds.o /usr/app/oracle/product/
    10.2.0/db_1/precomp/lib/libproc2.a /usr/app/oracle/product/10.2.0/db_1/lib/libslax10.a /usr/app/oracle/product/10.2.0/db_1/precomp/lib/libpgp.a -lpls10 -lplp
    10 /usr/app/oracle/product/10.2.0/db_1/lib/libplc10.a -lsnls10 -lunls10 -lnls10 /usr/app/oracle/product/10.2.0/db_1/rdbms/lib/kpudfo.o -lclntsh `cat /usr/ap
    p/oracle/product/10.2.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/
    ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10
    -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/ldflags`
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -
    lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10
    -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/sysliblist` -R
    /opt/SUNWcluster/lib/sparcv9:/usr/app/oracle/product/10.2.0/db_1/lib:/opt/ORCLcluster/lib/ -Y P,:/opt/SUNWcluster/lib/sparcv9:/opt/ORCLcluster/lib/:/usr/ccs
    /lib/sparcv9:/usr/lib/sparcv9 -Qy -lc -laio -lposix4 -lm /usr/app/oracle/product/10.2.0/db_1/lib/prod/lib/v9/crtn.o; \
    /bin/chmod 755 /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc
    make: Fatal error: Command failed for target `/usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc'
    /usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/usr/app/oracle/product/10.2.0/db_1 EXENAME=proc/Linking /usr/app/oracle/product/10.2.0/db_1/precomp/li
    b/proc
    ld: fatal: file /usr/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so: unknown file type
    ld: fatal: File processing errors. No output written to /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc
    *** Error code 1
    any help would be appreciate.
    Thank you
    Regards,
    Spirit

    I'm not sure with the solaris sparc 64.
    but the most common problem with Linux x86_64 which I assume probably similar. that type of error caused by
    you have to install glibc-devel-32 bit and libstdc++-devel 32 bit together with your 64 bit. both libraries required by the Oracle to solve the linking problem.
    http://forums.oracle.com/forums/thread.jspa?messageID=1254866
    probably it will help you.
    sorry, this is just my guessing of your problem.
    thanks

  • Facing error during Oracle Database Express Edition Installation

    Hi,
    I'm trying to install Oracle database XE on my system (Windows XP Service Pack 3) and keep getting an error "failed to load dll chkportdl2"" while trying to do so.
    While researching on a fix,I came across a solution that suggested uninstall of XP service pack 3 during installation and reinstall later.
    Now,I dont see an option for "Windows XP Service Pack 3" in "Add/Remove Programs".
    I believe Windows XP OBI comes up pre-loaded with Windows XP Service Pack 3 and am not sure if I can uninstall it.
    I looked up some other methods of removal here -
    http://www.troublefixers.com/uninstall-remove-windows-xp-service-pack-3-working-procedure/
    however,they werent very helpful either.
    Could you suggest how to fix this problem being faced in installing Database XE.
    Thanks and Regards,
    Priya Jetley

    Hi,
    I couldn't locate a chkportdll2 file either on my system.It's no regular dll you have on your system. It's usually unpacked in your temp directory when you execute the installer. The message you receive indicates that the installer either couldn't unpack properly (e.g. lack of free space), but this usually would have resulted in an error message. Or you have some Antivirus solution that treats that dll as malware (well, portscans can be bad) and has moved the file into a quarantine zone or at least blocked the access.
    Another option would be your user lacks execution privileges for network operations.
    The installer fails at the step when you specify a location to install the database.This could mean you don't have enough free (temp) space. How much space is left on the drive that hosts your temp folder?
    -Udo

  • Error installing Oracle Database 11gR2

    Hi friends,
    I have a problem when trying to install the Oracle Database 11g R2 v.11.2.0.1.0, the installation wizard reports the following error messages:
    - (PRVF-4354) Hard Limit: maximum open file descriptors: (Expected Value: 65536), Actual Value: 4096
    - (PRVF-4132), Multiple users "root, user1" with UID "0"
    As I can solve these problems install Oracle Database 11g R2.
    Also present prior to these errors the following message [INS-32 055], a recommendation at this warning.
    Thanks for the support

    Luis_vkacito wrote:
    Hi friends,
    I have a problem when trying to install the Oracle Database 11g R2 v.11.2.0.1.0, the installation wizard reports the following error messages:
    - (PRVF-4354) Hard Limit: maximum open file descriptors: (Expected Value: 65536), Actual Value: 4096
    - (PRVF-4132), Multiple users "root, user1" with UID "0"
    As I can solve these problems inastalar Oracle Database 11g R2.
    Also present prior to these errors the following message [INS-32 055], a recommendation at this warning.
    Thanks for the supportWhen all else fails Read The Fine Manual
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=
    Installation Guide

  • Unsatisfied link error for oracle database connection

    Hi all,
    I am tryin to establing connection to the oracle database through weblogic 6.1.
    the connection starts normally and then it gives me an error stating that weblogicoci37
    is not found in the java library path. I tried to find it out in the weblogic
    directory but managed to find out some files with ...oci36. Am doing something
    weird!!
    I am sure i downloaded the correct driver. My OS is NT and webserver 6.1 and the
    jdriver is ocirel510sp11 package for oracle. Would be great to have some suggestions!
    i have listed the error below.
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError:
    no we
    blogicoci37 in java.library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)

    found the error, i forgot to add the oci817_8 folder from the weblogic bin directory
    in the path.
    "arif" <[email protected]> wrote:
    >
    Hi all,
    I am tryin to establing connection to the oracle database through weblogic
    6.1.
    the connection starts normally and then it gives me an error stating
    that weblogicoci37
    is not found in the java library path. I tried to find it out in the
    weblogic
    directory but managed to find out some files with ...oci36. Am doing
    something
    weird!!
    I am sure i downloaded the correct driver. My OS is NT and webserver
    6.1 and the
    jdriver is ocirel510sp11 package for oracle. Would be great to have
    some suggestions!
    i have listed the error below.
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError:
    no we
    blogicoci37 in java.library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)

  • Error in Oracle Database Reference 11g Release 2 (11.2) E25513-04

    The V$ASM_FILE view description is probably not correct:
    In an Automatic Storage Management instance, V$ASM_FILE displays one row for every Automatic Storage Management file in every disk group mounted by the Automatic Storage Management instance. In a database instance, V$ASM_FILE displays no rows.
    However in my environment (Oracle Database 11g Release 2) the view does display rows in a database instance, and the rows returned are actually the same as those returned in ASM instance.

    After some testing, we believe that the documentation is correct as written. For example:
    ORACLE instance started.
    Total System Global Area  780877824 bytes
    Fixed Size                  2252968 bytes
    Variable Size             754978648 bytes
    Database Buffers           16777216 bytes
    Redo Buffers                6868992 bytes
    Database mounted.
    Database opened.
    SQL> desc V$ASM_FILE
    Name                                      Null?    Type
    GROUP_NUMBER                                       NUMBER
    FILE_NUMBER                                        NUMBER
    COMPOUND_INDEX                                     NUMBER
    INCARNATION                                        NUMBER
    BLOCK_SIZE                                         NUMBER
    BLOCKS                                             NUMBER
    BYTES                                              NUMBER
    SPACE                                              NUMBER
    TYPE                                               VARCHAR2(64)
    REDUNDANCY                                         VARCHAR2(6)
    STRIPED                                            VARCHAR2(6)
    CREATION_DATE                                      DATE
    MODIFICATION_DATE                                  DATE
    REDUNDANCY_LOWERED                                 VARCHAR2(1)
    PERMISSIONS                                        VARCHAR2(16)
    USER_NUMBER                                        NUMBER
    USER_INCARNATION                                   NUMBER
    USERGROUP_NUMBER                                   NUMBER
    USERGROUP_INCARNATION                              NUMBER
    PRIMARY_REGION                                     VARCHAR2(4)
    MIRROR_REGION                                      VARCHAR2(4)
    HOT_READS                                          NUMBER
    HOT_WRITES                                         NUMBER
    HOT_BYTES_READ                                     NUMBER
    HOT_BYTES_WRITTEN                                  NUMBER
    COLD_READS                                         NUMBER
    COLD_WRITES                                        NUMBER
    COLD_BYTES_READ                                    NUMBER
    COLD_BYTES_WRITTEN                                 NUMBER
    SQL> select * from V$ASM_FILE;
    no rows selected
    SQL>
    If you still think that the manual is incorrect, can you provide more details?

  • Error in Oracle Database Backup and Recovery User's Guide 12c Release 1 (12.1) E17630-13

    on page 88 of the "Backup and Recovery User's Guide 12c Release 1 (12.1) E17630-13", the example 5-1 SHOW ALL Command is the same of the "Backup and Recovery User's Guide 11g Release 2 (11.2) E10642-06" on page 82 and that output is related to a Oracle Database 11g version (the 10g doesn't print the first line "RMAN configuration parameters for database with db_unique_name PROD1 are:").

    My test cases here:
    Database administrator workshop: Differences in default RMAN configuration settings between 12c and 11g
    {code}[oracle@vsi08devpom ~]$ export ORACLE_SID=CDB001
    [oracle@vsi08devpom admin]$ sqlplus system/oracle@CDB001
    SQL*Plus: Release 12.1.0.1.0 Production on Thu Sep 26 09:10:50 2013
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    Last Successful login time: Tue Jul 16 2013 13:43:48 +02:00
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL> show con_name
    CON_NAME
    CDB$ROOT
    [oracle@vsi08devpom ~]$ rman target /
    Recovery Manager: Release 12.1.0.1.0 - Production on Thu Sep 26 09:12:42 2013
    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: CDB001 (DBID=4134963396)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name CDB001 are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/app/oracle/product/12.1.0/db_1/dbs/snapcf_CDB001.f'; # default{code}
    {code}
    [oracle@localhost orcl]$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Wed Sep 25 08:12:17 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORCL (DBID=1229390655)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/home/oracle/app/oracle/product/11.2.0/dbhome_2/dbs/snapcf_orcl.f'; # default
    {code}

  • Agent Connection to Instance error in Oracle Database 11G EM

    Hi
    I am getting the following error message when logging into EM on Oracle 11G Database.
    Failed to connect to database instance: ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach).
    Users can connect to the database no problem and it shows the Database Instance down, Agent Connection to Instance failed. The General tab shows green and the database is up.
    I have checked the emctl status and lsnrctl commands and the listener is up and servicing the database. I checked the ORACLE_SID environment (in Windows Server 2003) and this is correct.
    I have recently changed the passwords for SYSMAN and DBNSMP which were due to expire and since then the EM console has not loaded correctly.
    As I said the database is up and can service users through their application.
    Any help would be appreciated.
    Respect.

    Hi
    The listener is up and is handling the database and users are connecting succesfully. I think it is more to do with the Enterprise Manager.
    Can anyone give me some further info to troubleshoot?
    Regards
    Spencer

  • Error : Restore oracle database from TSM

    Hi ,
    we have the RAMN backups of database in TSM.
    presently that database is droped in USNODE1.
    now we are trying to restore database from USSERVR23.
    i am getting below error,i think its TSM error. related to hostname changes.(ANS1302E (RC2) )
    http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=/com.ibm.itsmm.doc_5.3.3/update/ANS1302E.htm
    Plz suggest me
    RMAN> run{
    2> ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS "ENV=(TDPO_OPTFILE=/u02/oracle/admin/tdpo.opt)";
    3>
    4> restore controlfile ;
    5> }
    allocated channel: c1
    channel c1: sid=1641 devtype=SBT_TAPE
    channel c1: Tivoli Data Protection for Oracle: version 5.2.0.0
    Starting restore at 29-MAY-09
    channel c1: starting datafile backupset restore
    channel c1: restoring control file
    channel c1: reading from backup piece HOT1-20090424_1600-5fkd9nr6_1_1
    ORA-19870: error reading backup piece HOT1-20090424_1600-5fkd9nr6_1_1
    ORA-19507: failed to retrieve sequential file, handle="HOT1-20090424_1600-5fkd9nr6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    ANS1302E (RC2) No objects on server match query
    failover to previous backup
    Thanks,
    VIJ

    May I ask a couple of questions?
    Is the original backup from a RAC instance?
    Are you using a Catalog for backup/restore?
    What happens if you just use the control file backup, can the restore find the file?
    See my question posted in this forum RMAN RAC and TSM features
    Robert

  • Error on oracle database export ORA-04045 and ora-00600

    Hi
    I am getting following errors on database export
    EXP-00008: ORACLE error 4045 encountered
    ORA-04045: errors during recompilation/revalidation of CHEALTH1.oracle/gss/util/NLSLocale005
    ORA-00600: internal error code, arguments: [26599], [1], [225], [], [], [], [], []
    EXP-00000: Export terminated unsuccessfully
    we have recently run initxml.sql for XML after upgrading from 9.2.0.1.0 to 9.2.0.4.0
    any suggestions
    kedar

    Yes, you are in the wrong forum, but it sounds like you have your environment variable (or registry entry) for ORA_NLS33 pointing at the wrong directory.
    Steve

  • Error using Oracle Database Gateway for DRDA

    Hello All,
    We're encountering issues while trying to query a table using a db link to DB2 database.
    We are running oracle 11g R1 on windows and we have DB2 installed on the box. We've installed database gateway for DRDA also on the same box. The gateway is running on a different home location within the same machine. But we get the following error while trying to query across the db link. Would be great if you can take a look and suggest appropriate changes.
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from UDB
    Here's how we configured the gateway:
    Listener:
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=DB2)
    (ORACLE_HOME=E:\app\Oracle\product\11.1.0\db_1)
    (PROGRAM=g4drsrv)
    (SID_DESC=
    (SID_NAME=PLSExtProc)
    (ORACLE_HOME=E:\app\Oracle\product\11.1.0\db_1)
    (PROGRAM=extproc)
    Tns:
    dg4drda.idc.oracle.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xpone.idc.oracle.com)
    (PORT = 1521))
    (CONNECT_DATA =
    (SID= DB2))
    (HS=OK)
    initDB2.ora
    HS_COMMIT_POINT_STRENGTH=255
    HS_NLS_DATE_FORMAT=YYYY-MM-DD
    HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P1
    HS_RPC_FETCH_REBLOCKING=off
    HS_RPC_FETCH_SIZE=32767
    HS_FDS_FETCH_ROWS=20
    FDS_CLASS=DG4DRDA_DB2UDB
    DRDA_CONNECT_PARM=xpone.idc.oracle.com:50000
    DRDA_REMOTE_DB_NAME=SAMPLE
    DRDA_PACKAGE_COLLID=ORA11
    DRDA_PACKAGE_NAME=G2DRSQL
    DRDA_PACKAGE_CONSTOKEN=A929B170D366FB00
    DRDA_RECOVERY_USERID=ORADRDA
    DRDA_RECOVERY_PASSWORD=ORADRDA
    DRDA_ISOLATION_LEVEL=CS
    DRDA_DISABLE_CALL=TRUE
    DRDA_CODEPAGE_MAP=codepage.map
    heres how we created the db link:
    CREATE DATABASE LINK udb CONNECT TO ORACLE IDENTIFIED BY "welcome1" USING 'dg4drda.idc.oracle.com';
    and this was the sql executed
    select * from employee@udb;
    Really appreciate your assistance.
    Regards
    Krishna

    Hello Mike,
    Here's the entire listener entry (I've changed the SID to DB2. Consequently I have also changed the SID in tns and gateway init under folder "11.1.0\tg_1\dg4drda\admin"
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = XPONE)(PORT = 1521))
    SID_LIST_LISTENER=
         (SID_LIST=
              (SID_DESC=
                   (SID_NAME=DB2)
                   (ORACLE_HOME=E:\app\Oracle\product\11.1.0\db_1)
                   (PROGRAM=g4drsrv)
              (SID_DESC=
                   (SID_NAME=PLSExtProc)
                   (ORACLE_HOME=E:\app\Oracle\product\11.1.0\db_1)
                   (PROGRAM=extproc)
    I've also added the necessary IP entry to my host file.
    Here's the listener log. I've grabbed it for 2 consecutive attempts to bind the package.
    <msg time='2010-02-11T11:11:25.562-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Trace information written to e:\app\oracle\diag\tnslsnr\xpone\listener\trace\ora_752_2136.trc
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:25.562-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Trace level is currently 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:25.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:25.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Started with pid=752
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:25.593-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:25.609-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpone)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:28.031-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listener completed notification to CRS on start
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:28.062-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:29.546-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpone)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:29.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:29 * service_register * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:45.015-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:44 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(CID=(PROGRAM=E:\app\Oracle\product\11.1.0\db_1\bin\sqlplus.exe)(HOST=XPONE)(USER=Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1076)) * establish * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:47.500-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:47 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:49.890-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:49 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(CID=(PROGRAM=E:\app\Oracle\product\11.1.0\db_1\bin\sqlplus.exe)(HOST=XPONE)(USER=Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1077)) * establish * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:53.500-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:53 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:54.343-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:54 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(CID=(PROGRAM=E:\app\Oracle\product\11.1.0\db_1\bin\sqlplus.exe)(HOST=XPONE)(USER=Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1078)) * establish * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:11:56.515-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:11:56 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:02.531-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:12:02 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:11.546-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:12:11 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:13.140-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:12:13 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1080)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:13.156-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:13.390-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:12:13 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1081)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:13.437-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:12:35.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:12:35 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:13:41.718-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:13:41 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:14:11.765-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:14:11 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:14:14.781-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:14:14 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:14:23.796-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:14:23 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:15:53.843-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:15:53 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:16:11.875-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:16:11 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:16:26.890-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:16:26 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:35.921-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:17:35 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:37.546-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:17:37 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:42.203-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpone)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:42.218-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:17:42 * service_died * orcl * 12537
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.265-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>System parameter file is E:\app\Oracle\product\11.1.0\db_1\network\admin\listener.ora
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.281-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Log messages written to e:\app\oracle\diag\tnslsnr\xpone\listener\alert\log.xml
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.281-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Trace information written to e:\app\oracle\diag\tnslsnr\xpone\listener\trace\ora_3060_3104.trc
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.281-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Trace level is currently 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.296-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.296-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Started with pid=3060
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.296-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:54.328-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpone)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:56.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listener completed notification to CRS on start
    </txt>
    </msg>
    <msg time='2010-02-11T11:17:56.609-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:06.562-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:06 * service_register * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:09.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:09 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:12.609-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:12 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:18.625-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:18 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:39.625-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpone)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:39.625-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:39 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:42.609-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:42 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:18:48.609-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:18:48 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:00.687-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:00 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(CID=(PROGRAM=E:\app\Oracle\product\11.1.0\db_1\bin\sqlplus.exe)(HOST=XPONE)(USER=Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1095)) * establish * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:03.625-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:03 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:17.140-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:17 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1096)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:17.171-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:17.265-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:17 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1097)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:17.296-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:20.578-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:20 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1098)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:20.609-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:20.671-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:20 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1099)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:20.703-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:21.640-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:21 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:23.015-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:22 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1100)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:23.046-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:23.156-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>11-FEB-2010 11:19:23 * (CONNECT_DATA=(SID=DB2)(CID=(PROGRAM=)(HOST=MSHOME\XPONE)(USER=XPONE\Oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=1101)) * establish * DB2 * 12518
    </txt>
    </msg>
    <msg time='2010-02-11T11:19:23.187-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='XPONE'
    host_addr='192.168.0.100'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    </txt>
    </msg>
    And finally, the listener is starting from Oracle Home and I do not have any other Oracle products installed.
    Thanks a billion for all your suggestions.
    Regards
    Krishna

  • Error installing oracle database on windows xp

    Hello,
    I've been trying to installing oracle db on my system but it keeps throwing this error:
    'OUI-10151: There was an error while loading library: generalQueries'.
    Please advice me on how this problem can be solved.
    Regards,
    Toyosi

    Did you ever find a solution to this? I'm getting an OUI-10151 during a fresh/clean install, not an upgrade, on Windows 2003 Enterprise SP2. The software source was used previously without issues.

  • Errors in Oracle Database Mobile Sever 11g  Installation with Was

    Hi,
    I have installed IBM WAS (WebSphere Application server) version 7.0 and I am trying to identify the base installation directory for IBM WAS 7.0. This information is needed to install Oracle mobile server on my machine. Can you please help me in finding out the location of application server.
    I tried all the possible paths of Application Server. Its giving me an error message 'No Application server is found'.
    I installed WAS in C:\IBM.

    We checked the pre requisites which were posted in Requirements Before Installation or Development link.It matched all the requirements.
    I have some query.Will Websphere Application Server(WAS) work with Oracle Mobile Server? Since all the the other servers were mentioned except for WAS.
    Thanks
    Suvathi

Maybe you are looking for

  • Mail pushes, Contacts & Calendars disappeared

    iPhone first generation worked fine with "pushed" mail, calendars, contacts etc. After the iPhone software upgrade (but I cannot say that it was linked to that upgrade. thpugh I did not see it before), now all my contgacts and all calendars are gone

  • ORA-12545 .... host or object does not exi

    Hi there. Im tiered from that Trying install 8.1.7 on Red Hat 7.0. Not working. (I read all from what I cud from this group, but still dont know what to do ) I installed glibc 2.1.3. After that I was able to create a database. I can open it, connect

  • 2 x 3 GHz Unknown in About This Mac?????

    Anyone know what this means? Apple themselves can't explain it. I have a new 8-core, and in the About This Mac section, it says "2 x 3 GHZ Unknown.

  • No more wifi and bluetooth after a restoration OS3 to OS4

    Hi, My iPod touch 3G 32go (MC008NF) was updated to OS 4.2.3 and everything was working OK, one day it gave me the screen "connect to iTunes" with the usb cable symbol. I had to make a restore, and I did not pay attention that my last backup was on OS

  • Where can I find a Safari 2.0.4 installer

    I uninstalled Safari 2.0.4 from my 10.4.8 and need to get it back. All I've been able to find is a Safari 2.0.1 installer that won't work on my machine (it requires a 10.4.5). How can I get back to Safari 2.0.4? I need this for testing purposes and a