End of communication file error ....for xmldom

Hi,
Below is a procedure that i am executing.
I am using NOCOPY For the clob variable.
While executing the procedure for an xml value for clstring i am getting an error like
--end of communication channel.
The xml data is very big but not more that the size for clob.
procedure Prc_UpdateNodes(clString in out NOCOPY CLOB, nodename varchar2, nodeValue varchar2) is
        l_doc_node xmldom.DOMNode;
        l_xml_out varchar2(2000);
        begin
                  domDocument      := Fn_GetXmlDocument(clString);
               nodeList           := xmldom.getElementsByTagName(domDocument, nodename);
               intNoOfNode       := xmldom.getLength(nodeList);
               l_doc_node := xmldom.item(nodeList, 0);
               --xmldom.writetobuffer(l_doc_node, l_xml_out);
               PKS_DEBUG.PRC_DEBUG('CLOB IN PRC_UPDATE' || clString);
               for loopCount_int in 0.. intNoOfNode - 1  loop
                 node := XmlDom.item(nodeList, loopCount_int);
                    valueNode := XmlDom.getFirstChild(node);
                    --xmldom.writetobuffer(node, l_xml_out);
                    --This return value would be useful only in case of single record where in we could use the same after the insert operation is done
                    -- so that it could be used for the subsequent retrieval.
                    -- In case of multiple records update, this information remains of no use and doesnt have to be handled.
                    XmlDom.setNodeValue(valueNode,nodeValue);
                    --xmldom.writetobuffer(valueNode, l_xml_out);
               end loop;
               PKS_DEBUG.PRC_DEBUG('CLOB AFTER PRC_UPDATE' || clString);
               XmlDom.writeToClob(domDocument,clString);
               PKS_DEBUG.prc_debug('REMOVING BUFFER');
              PRC_REMOVE_BUFFER(clString);
               PKS_DEBUG.PRC_DEBUG('CLOB AFTER WRITITNG TO CLOB' || clString);
        end;The error occurs during the execution of the statement XmlDom.writeToClob(domDocument,clString);
Do i need the above statement as i am using NOCOPY For the CLOB variable.
Can anyone help me with this front..
Thanks.

checkout TNSPING <service name> from cmd prompt
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\NJi>tnsping issl
TNS Ping Utility for 32-bit Windows: Version 2.3.2.1.0 - Production on 25-OCT-06
14:36:06
Copyright , 1996(c) Oracle Corporation 1995. All rights reserved.
Attempting to contact (ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=198.1.2.
15)(Port=1521))
OK (100 msec)

Similar Messages

  • End of communication channel error

    While working with our application developed in VB, In some times when I use describe command in sql * plus, giving "end of communication channel error" and getting disconnected from the database. Select and other DML commands are working well.
    Any suggestions please...
    Thanks in advance....
    UMAMAHESWARA REDDY

    Check the alert log and with your network people for any errors.

  • End-of-communication channel error from client

    In my server oracle(oracle9i enterprices edition) is working fine but from client side i'm getting the following error
    *end-of-communication channel error
    But my network is working fine
    anyone can you give me the solution for this problem....?
    Message was edited by:
    user497084

    checkout TNSPING <service name> from cmd prompt
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\NJi>tnsping issl
    TNS Ping Utility for 32-bit Windows: Version 2.3.2.1.0 - Production on 25-OCT-06
    14:36:06
    Copyright , 1996(c) Oracle Corporation 1995. All rights reserved.
    Attempting to contact (ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=198.1.2.
    15)(Port=1521))
    OK (100 msec)

  • End of communication channel error on second execution

    a select view over a database link will return results once but on second execution returns end of communication channel error.
    i have lots of other views working fine this way. the problem view did work but has started failing. .
    running the view on the database which is running the htmldb application in a sqlplus session (which is the same schema which htmldb is using for the application) works fine. it is only htmldb which is showing the problem both from within the application and the sql workshop

    Hi,
    For a 'serious' error like that you will probably want to work with Oracle support who will be able to work with you to resolve the problem.

  • File error for improperly inserted or defective desk when using Word with text boxes PLEASE HELP!

    When I have a Word document opened that contains around 10 text boxes, I get..."A file error has occurred. Check your network connections or make sure the disk is properly inserted and not defective" causing the program to either quit automatically or freeze and require me to manually shut my computer down. This will occur about every 15 minutes and only when I am on a document with numerous text boxes. Also, I do copy and paste the text boxes from file to file and change the text accordingly.
    Operating System - Mac OSX 10.8.5
    Microsoft Word 2011 - Version 14.4.5
    File sizes - around 190 KB
    I have turned off track changes and smart cut and paste options, checked for duplicate fonts (none), verified both the Macintosh HD and Apple HDD Media disks (both said the disks were fine so I did not repair either). My husband mentioned something about allocating the working memory space of Word but not sure how that is done (and he is on Team PC ). PLEASE HELP!!!

    CPie wrote:
    o..k.
    I see that you have run out of helpfulness for this session, What the ....? I just told you to add your jtextfield to a jpanel or some other visible component to be seen.
    it is getting late here I will take my business elsewhere tomorrow rather than waiting up for a response which shows you realllly need to find something better to do! And thanks for the help earlier. That was actually useful whereas this wasn't, I'm sure you knew that already,You know that we are all volunteers here. Any time spent here helping you is time away from our friends and families. A little more appreciation is definitely in order or go somewhere else and pay for your help.

  • Extra bytes at the end of class file error

    I have created an applet.
    it worked fine when i ran it with appletviewer.
    it ran fine when i opened it with a browser (when it still was on my computer and not on the net).
    now, when i uploaded all the files, when try to open the page where my applet should be, the applet doesn't start and the console writes:
    java.lang.ClassFormatError: Extra bytes at the end of class file ImageHolderNotifier
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    i tried rebuilding the project and uploading all the .class files from scratch... still, no change :-/
    i have compiled it using eclipse 3.1.0, JDK1.5.0_02.
    my JRE is 1.5.0_02
    i've tried running it both with Internet Explorer and FireFox...

    Works locally but not after uploading.
    Must be uploaded wrong then (ftp ascii??) or it's the web server.

  • Found Fix for "unexpected-end-of-file" error for Photoshop

    NOTE:
    You will lose all layers (this process flattens the image, but it's better than nothing).
    You need to have Adobe Illustrator installed (you could get a trial version or something if you don't have it).
    I was using Windows 7 when I did this, so it may not work in OSX (Apple) or Windows 8.
             1. Right click on the corrupt document and open it in Illustrator. (Mine took a while so you may have to wait)
             2. Save the file as a .pdf
             3. Right click on the .pdf and open it in Photoshop.
    Sorry, I know i started a discussion but I can't figure out how to answer a post.

    Hi Oliverchuckle
    I tried this on my first encounter of the error and it works pretty good for simple PSD files but not on complex ones containing vector masks etc. And it will not work on larger PSD files that are more damaged and "unreadable".
    There are many things that can cause this - all related primarily to the state of the network or hard drive the file is being saved to.
    To avoid:
    work off your local machine hard drive (not a network drive)
    ensure that you have ample (scratch) disk space (at least 20% free)
    create multiple versions of your files with save as. You can always trash the ones you don't want when you're done.
    Recovery depends on how far the save function got before photoshop (or your computer) crashed. In many cases only the file header information is damaged. For larger files the damage can be more extensive.
    In all cases, the best recovery method is to open the file with Adobe Image Ready and save as. It may give a "file is unreadable" error while opening but usually manages to still open the file. In my testing, the results are 100% accurate (to whatever state the file existed in). In most cases the file was 100% recovered, including complex files containing vector and layer masks, clippings and groups. I cannot say this is the case for any of the paid for "repair PSD" utilities which extract a raster only version of each layer and then re-build the layers into a new psd file. This results in a limited, "destructive" or rasterized layered file.
    Unfortunately, Adobe Image Ready is hard to find. The last version I believe was V9 (“CS2″), May 2005.
    Adobe is offering a legacy download here:
    https://helpx.adobe.com/creative-suite/kb/cs2-product-downloads.html#
    for users who previously purchased it (and need to re-install it). I didn't try this as I still have CS2 already installed on an older machine. Note, you will need MacOS 10.6.8 running rosetta or older to instal on a Mac.
    Hope this helps!

  • Unable to use Hp Recovery Disk (Shipped Direct from HP) Copy File Error for Windows 8

    I have a Windows 8 HP Envy Dv6-7210US Laptop, I had to order recovery disk from HP to reinstall on the same size hard drive (Hard drive was wiped clean) but in doing so the disc work till got to Disc 2 and then it popped up an Error message (See link to view message). I had this same issue with Windows 7 back last year in 2013 and HP sent me a link to use a Cyberlink Utility to help in aid reinstalling the recovery disk. Unfortunately this doesn't work on Windows 8 as I have tried many times.  I contacted HP and all they want to do is send me out more recovery disc but I already paid for the ones that I had purchased (18.00$) and I think it is a waste of time. If HP knows this error exist then why not issue a fix with it when they ship out recovery disc or whom ever makes these disc? Does any one have any suggestions?
    Error Message
    This question was solved.
    View Solution.

    Hi:
    I have a possible workaround for you to install a plain version of W8 x64 OEM.
    Download this W8 OEM ISO file from the link below.  It should work with the embedded W8 product key in your PC's BIOS.
    https://docs.google.com/file/d/0B0W9PBigPy94aVJWSndyTFNFMzg/edit?pli=1
    Then use this tool to transfer the file to a 4 GB USB flash drive or DVD.  The tool will also make the file bootable.
    http://www.microsoftstore.com/store/msusa/html/pbPage.Help_Win7_usbdvd_dwnTool
    After you get W8 installed, you can install the drivers and available software you need from your dv6-7210us support and driver page.
    http://h10025.www1.hp.com/ewfrf/wc/product?product=5316899&lc=en&cc=us&dlc=en&task=

  • Back up file error for E71

    Hello,
    I had problem restoring the back up file on my Nokia E71. After doing the last software update to my E71. I tried restoring the back up. All the files and setting are restored except for the contact and the messages which are showing error.
    On checking the phone,I found some of the contact missing and all the messages.
    Any body can support in the above problems

    You can check for problems with the places.sqlite database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *http://kb.mozillazine.org/Unable_to_process_the_backup_file_-_Firefox

  • End Of communication Error while executing java procedure (Urgent)

    Hi All,
    I am using oracle 10g on linux server. Client machine is on xp. I hava a java procedure which executes the sqlldr on server. Earlier it was working fine, but after reinstalling the oracle 10g on server. It started giving "end of Communication channel error". I am not aware that what paramete has to set. Can some body put light on this error.
    Bye
    Sachin

    This is the most frequently asked question from Oracle developers.. Never mind putting some light on this error, I want to put it alight! ;-)
    First thing. It is not The Error. It is a sympton of an error.
    This message does not come from the database. It comes from the client OCI (of JDBC) drivers - which suddenly discovered that the Oracle connection (usually a TCP socket connection) has been torn down at the server side. It attempts to write to that socket, only to find that the other party has hung up.
    Why has the other party hung up? That party is either a Dedicated Server Process or a Dispatcher Process. If a dedicated server dies (crashes), it will take its socket handles with it to The Great Recycle Bin In The Sky. If you was serviced by a shared server and it died, the Dispatcher (who handles the TCP comms for it), will automatically close that shared server's connection.
    Usually when a process dies on the Oracle server, it leaves behind an error in the alert log, and trace files. That is where you will find the inklings of what The Error was that caused your client to get the EOF on comms channel message.

  • Problem with ORA -03113 End of Communication Channel

    Hello,
    Oracle Database 10g Release 10.2.0.1.0 - Production
    Windows Server 2003 Version V5.2 Service Pack 2
    Im having this problem when executing an stored procedure that executes a SQL statement wich has uses db links... I get this end of communication channel error.. so I thought it was a network issue, but all connections are fine.
    The thing is that the procedure works fine, but just out of the nothing starts to give that problem, shutting down the database would not correct the problem, only restarting the server will fix the issue temporarily. I checked the dump file related to the process am running and I found this, I think it might be like a memory problem but not sure
    Windows thread id: 5632, image: ORACLE.EXE (J002)
    *** ACTION NAME:() 2010-09-01 09:18:59.490
    *** MODULE NAME:() 2010-09-01 09:18:59.490
    *** SERVICE NAME:(SYS$USERS) 2010-09-01 09:18:59.490
    *** SESSION ID:(545.34045) 2010-09-01 09:18:59.490
    *** 2010-09-01 09:18:59.490
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghalf+478] [PC:0x603BEB04] [ADDR:0x61E26AE8] [UNABLE_TO_WRITE] []
    No current SQL statement being executed.
    what do you recommend me to try here?

    Hi Ogan,
    I agree ! Of course we are often obliged to compose with minimal downtime, testing resources, editors, management, time etc.
    I have the same problems but keeping the base version is a pain and if you consider 10.2.0.5 you won't have to install many patchsets after this one on the 10gR2 homes/databases. It's a "good" investment if you have to keep the 10gR2 for several years (going to 11g is more difficult than installing a patchset !)
    Oracle patchsets are great and well tested and if you pay your Oracle license you pay for that ! The patchsets, patchset updates, support make the difference with the versions you can download "freely" on OTN.
    Best regards
    Phil

  • Unsupported file error when uploading video file to iTunes U

    I downloaded one of my video file and remove the track afterwards. However, when I trying to reload the video files back to the site again, I got "Unsupported File" error for some of them. My files are withing 50MB ~ 500 MB range, codec of H.264 and AAC.
    Any suggestions/

    Could someone please give some suggestions? I've been stuck with these "Unsupported File" for a week...

  • End of communication channel when select from view

    We are using DB 10.0.2.0.2 and when we run select statement from view it gives End of communication channel error but when we run the query by using the sql in the view it works fine.
    Please advise what may be wrong.

    Like other poster suggested, please post some sample code, query your used to build the view (you can scramble the real table/column name as your wish) and the actual screen capture of the error.
    This will help others to help you. Right now you are only describing symptoms while no one has idea what it really is.

  • Getting end-of-file on communication channel error on this query

    Hi guys,
    I'm getting the end-of-file on communcation channel error when running the following query in SQL PLUS, If run it in a stored procedure called through code of JDBC, it gave "no more data to read from socket" error. Any idea what went wrong? kind of frustrated now. We are using the Oralce 9.0.1.4.0, which suppose to fix some sdo_uion and sdo_buffer bugs. Thanks a lot!!
    select SDO_GEOM.SDO_BUFFER((SELECT SDO_AGGR_UNION(MDSYS.SDOAGGRTYPE(GEOLOC, 0.011119487)) FROM GEOTEL_SOURCE where MSA='5000' and COMPANY_NAME ='AMERICAN FIBER SYSTEMS'),1.0,5,'unit=MILE arc_tolerance=0.05') from GEOTEL_SOURCE a where a.MI_PRINX = 1;

    Hi Daniel,
    Just tried the 9.2.0.2 patch, seems to work better now. At least I don't get the end-of-file on communication channel error. But how about the speed thing? I isolated the problem, and find out that sdo_aggr_union is taking too long to finish( 1 Hour!!! for 2300 lines with the same city. Any clue to optimize it, I tried some hint like /*+ordered*/ No_Merge and something like that, does not improve though. Thanks!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • ORA-03113: end-of-file on communication channel ERROR

    After applying Database patch 3095277 to my 9.2.0.1.0 installation
    in order to update it to 9.2.0.4.0,I'm getting ORA-03113: end-of-file on communication channel
    ERRORS when attempting various tasks. This is a local installation running on a Windows XP Workstation.
    I've even tried creating a new test database but the result is the same.
    The reason for moving up to 9.2.0.4.0 is so I can start using Advanced Queuing, which I understand had problems in earlier releases.
    However before the update I could at least create the JMS queue tables without ERROR whereas now I get the following errors when attempting to create a queue table in SQL Plus from within Enterprise Manager Console.
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Sep 18 08:20:08 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    BEGIN SYS.DBMS_AQADM.CREATE_QUEUE_TABLE(Queue_table=> 'JMSQTBL',Queue_payload_type=>'SYS.AQ$_JMS_STREAM_MESSAGE',multiple_consumers=> false); END;
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    BEGIN SYS.DBMS_AQADM.CREATE_QUEUE(Queue_name=> 'JMSQUE',queue_table=> 'JMSQTBL'); END;
    ERROR at line 1:
    ORA-03114: not connected to ORACLE
    I would be grateful of any pointers as to how to resolve this problem.
    Regards
    Gary.

    Chris, Thanks for the suggestion,
    I took a look in the trace log and found the following entries that point to a ORA-00600 as you mentioned earlier.
    This is only a test database so there's no great loss if
    I have to re create it, but in saying that I did create a new test02 from scratch and had the same problem.
    Is it posible something went wrong when applying the 9.2.0.4.0 patch ?.
    Regards
    Gary.
    Dump file c:\oracle\admin\test01\udump\test01_ora_2556.trc
    Wed Sep 17 16:25:14 2003
    ORACLE V9.2.0.4.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.1 Service Pack 1, CPU type 586
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Windows 2000 Version 5.1 Service Pack 1, CPU type 586
    Instance name: test01
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Windows thread id: 2556, image: ORACLE.EXE
    *** 2003-09-17 16:25:14.046
    *** SESSION ID:(7.17) 2003-09-17 16:25:14.031
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** 2003-09-17 16:25:14.281
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [], [], [], []
    Current SQL statement for this session:
    select 1
    from resource_view
    where any_path = '/xdbconfig.xml'
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    6A4FA348 6 package body XDB.DBMS_REGXDB
    6A504D88 1 anonymous block
    6A576AB8 639 package body SYS.DBMS_REGISTRY
    6A1DBB6C 1 anonymous block

Maybe you are looking for

  • Before I upgrade to Yosemite, can an "expert" please assist

    Hi all, I have been putting off updating to Yosemite after reading about lots of bugs & issues people have had. Now deciding that I would like to take the plunge, I am still worried that if something goes wrong I won't have a clue what to do. Ive jus

  • Icons Will Not Display

    Map icons not displaying properly. Here is the url that is being built by the oraclemaps.js file: http://<host>/mapviewer/fsmc/images//infoicons/closeDialog_n.png instead of this: http://<host>/mapviewer/fsmc/images/infoicons/close.gif We are being r

  • Form on a report - using a field with search button to run report

    I am trying to do a very simple report with a custom search field on the top of the form. I am looking at Denes Kubicek's example of Search form on table. Page 68. I want to have a region with the fields to search on, a button and then a report with

  • Uploading iweb layout/site to personal domain

    I'm using FireFTP through Firefox to upload my site designed on iWeb. However, once uploaded and I visit my site images don't show up, fonts are wrong and some text doesn't show. I'm getting really frustrated, I've tried the other free FTP's and they

  • ODI Variable using Variables

    Does anyone know if it is possible to use a Variable inside of another variable?? first variable is Current_Sysdate which the query is: Select sysdate from dual Second, I have a variable called Count_Rec: this is to count the records... The SQL that