WebService - Deserialization Fails

Hello!
When testing my Java Class based WebService with the web servie navigator, I get an error message:
"Deserializing fails. Nested message: XML Deserialization Error. Result class [myClass] does not have property [somePropertyName] of type [aTypeName]. It is required to load XML."
I found some hints pointing to Java as well as to SAP NetWeaver problems, but none of these shed any light on the problem. The class "myClass" does have a public property "somePropertyName" with type "aTypeName", the class does have an empty constructor without parameters, getter and setter methods are available for this property and there are no underscores anywhere around the whole webservice. Any hints ?

Further , These are the complete requirements for complex type object---->
J2SE SDK Classes
JAX-RPC supports the following J2SE SDK classes:
java.lang.Boolean
java.lang.Byte
java.lang.Double
java.lang.Float
java.lang.Integer
java.lang.Long
java.lang.Short
java.lang.String
java.math.BigDecimal
java.math.BigInteger
java.net.URI
java.util.Calendar
java.util.Date
Primitives
JAX-RPC supports the following primitive types of the Java programming language:
boolean
byte
double
float
int
long
short
Arrays
JAX-RPC also supports arrays that have members of supported JAX-RPC types. Examples of supported arrays are int[] and String[]. Multidimensional arrays, such as BigDecimal[][], are also supported.
<b>Value Types
A value type is a class whose state can be passed between a client and a remote service as a method parameter or return value. For example, in an application for a university library, a client might call a remote procedure with a value type parameter named Book, a class that contains the fields Title, Author, and Publisher.
To be supported by JAX-RPC, a value type must conform to the following rules:
It must have a public default constructor.
It must not implement (either directly or indirectly) the java.rmi.Remote interface.
Its fields must be supported JAX-RPC types.
The value type can contain public, private, or protected fields. The field of a value type must meet these requirements:
A public field cannot be final or transient.
A nonpublic field must have corresponding getter and setter methods</b>
Hope this helps.
Regards,
Piyush

Similar Messages

  • Deserialization Failed when testing BAPI exposed as a web service

    Hello, I have created a webservice by expoing BAPI_EQMT_MODIFY. I am planning on using this service to add partner information to an equipment from a .Net UI. When I test the service from the web service home page, I get an error message: "Deserialization Failed". The SOAP response looks as follows:
    HTTP/1.1 500 Internal Server Error
    Set-Cookie: <value is hidden>
    Set-Cookie: <value is hidden>
    content-type: text/xml; charset=utf-8
    content-length: 800
    sap-srt_id: 20090303/162239/v1.00_final_6.40/DE08396C2AC45DF1AC700014C25948BD
    server: SAP Web Application Server (1.0;700)
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Client</faultcode><faultstring xml:lang="en">Deserialisation failed</faultstring><detail><n0:SimpleTransformationFault xmlns:n0="http://www.sap.com/transformation-templates"><MainName>/1BCDWB/WSSA04DD064E9E26505F40</MainName><ProgName>/1BCDWB/WSSA04DD064E9E26505F40</ProgName><Line>34 </Line><Valid>X</Valid><ReferenceFault><DescriptionText>Error accessing the ref. node '_EQUILOCATION'</DescriptionText><RefName>_EQUILOCATION</RefName></ReferenceFault><Caller><Class>CL_SRG_RFC_PROXY_CONTEXT</Class><Method>IF_SXML_PART~DECODE</Method><Positions>1 </Positions></Caller></n0:SimpleTransformationFault></detail></soap-env:Fault></soap-env:Body></soap-env:Envelope>
    Please help resolving the issue. Also, if there is any other way of updating an equipment with partner information, please let me know.
    Thank you very much in advance

    Hi,
    have you checked OSS note 809901? It looks like your problem. If not have a look on service.sap.com there are some other OSS notes related to "Deserialization Failed".
    Cheers

  • Invoking BPEL process from ADF application - webservice connection failed

    Hi,
    I am trying to invoke a Bpel process from ADF page , I deployed the same in Standalone SOA server since I had to display some Human Task Forms.
    I created a webservice data control out of the bpel process and dropped the process method in my page.
    The page on which I dropped the process method stopped rendering and I checked the logs and found that I got the error mesage- webservice connection failed,the webservice url could not be reached and in the logs it also asks us to check if the connections.xml is available in the meta-inf directory. I checked the conections.xml is available in the EAR.
    So any pointers here and any one faced this error anytime?
    is there better ways to invoke the bpel flow from ADF page.
    Thanks,
    Robin

    Hi,
      Check if your wsdl endpoint can accessed properly. If yes, check the soap-binding address is properly pointing to the server hosting the webservice.
    Regards,
    Harikiran.

  • Java.io.IOException: Deserialization failed, format CollectionFormat(public java.util.ArrayList())

    I am trying to retrieve a list from coherence cache and when I try to test my cache I get the following exception
    Exception in thread "main" (Wrapped) java.io.IOException: Deserialization failed, format CollectionFormat(public java.util.ArrayList())
      at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:266)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterFromBinary.convert(PartitionedCache.CDB:4)
      at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
      at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
      at com.sesco.cohc.cohc_RegionalForecastedGen.getLatestDataForDataSource(cohc_RegionalForecastedGen.java:32)
      at com.sesco.cohc.cohc_RegionalForecastedGen.main(cohc_RegionalForecastedGen.java:172)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
    Caused by: java.io.IOException: Deserialization failed, format CollectionFormat(public java.util.ArrayList())
      at org.gridkit.coherence.utils.pof.ReflectionPofSerializer.internalDeserialize(ReflectionPofSerializer.java:105)
      at org.gridkit.coherence.utils.pof.ReflectionPofSerializer.deserialize(ReflectionPofSerializer.java:92)
      at com.tangosol.io.pof.PofBufferReader.readAsObject(PofBufferReader.java:3316)
      at com.tangosol.io.pof.PofBufferReader.readObject(PofBufferReader.java:2604)
      at com.tangosol.io.pof.ConfigurablePofContext.deserialize(ConfigurablePofContext.java:368)
      at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)
      at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)
      ... 11 more
    Caused by: java.io.IOException: Failed to deserialize java.util.ArrayList instance
      at org.gridkit.coherence.utils.pof.ReflectionPofSerializer$CollectionSerializer.deserialize(ReflectionPofSerializer.java:317)
      at org.gridkit.coherence.utils.pof.ReflectionPofSerializer.internalDeserialize(ReflectionPofSerializer.java:101)
      ... 17 more
    Caused by: java.io.EOFException
      at com.tangosol.io.AbstractByteArrayReadBuffer$ByteArrayBufferInput.readPackedInt(AbstractByteArrayReadBuffer.java:430)
      at com.tangosol.io.pof.PofBufferReader$UserTypeReader.complete(PofBufferReader.java:3819)
      at com.tangosol.io.pof.PofBufferReader.readCollection(PofBufferReader.java:2452)
      at org.gridkit.coherence.utils.pof.ReflectionPofSerializer$CollectionSerializer.deserialize(ReflectionPofSerializer.java:306)
      ... 18 more
    I am not sure why I am getting the error. Any help would be appreciated

    You were using the ReflectionPofSerializer coded by Alexey.   If you are pretty sure that the object you retrieved was stored using the same serializer, might want to contact Alexey to see if he can help you out.
    ReflectionPofSerializer - gridkit - ReflectionPofSerializer project page - A home for code misc usefull code related …

  • Deserialization failed

    Hi to all
    i have create a simpl .NET application in C# that call a web services in SAP. The call are in the next code:
    MDM_SAP.Bapiret2[] myRet = new NBMI.MDM_SAP.Bapiret2[2];
    myWS.Zmdm00AllCreUpd(CAP, CDC, CodDecreto, Divisione, Email, Fax, Frazione, IdSede, Indirizzo,
                        Lingua, Localita, MacroArea, Nome, Note, NumCivico, Nazione, Provincia, Regione,
                        ChiaveRic1, ChiaveRic2, StatoSede, ref myRet, NumTel, TipoPV, TipoSede);
    When i try to test this WS raise an  exception with the next message: "Deserialization failed " .
    Why? Where is my mistake?
    Thank in advance

    Hi Enrico,
    The deserialization error can be due to the following:
    1. The web service WSDL or operation's signature has changed from what it was consumed in your client. You'll need to check this with the WSDL comparison and carry out the required steps.
    2. There is underscore in the member variable names of the complex types used as the web service parameters. This problem is not clearly defined anywhere, but if you try to search in the [Web Dynpro for Java forum|Web Dynpro Java; you'll be able to find many threadsregarding the Deserialization error and solving it by removal of underscore.
    Regards,
    Alka.

  • Webservice interface failed, sapstartsrv stopped

    Hi,
    in our SRM production (abap+java) system's syslog we get following error -->
    webservice interface failed, sapstartsrv stopped
    =================
    We are not sure what error is this.
    Can somebody help in this?
    Thanks in Advance,
    Akki.

    Hi
    Please see related links ->
    Note 1081201 SAP Start Service may crash when fetching a Java callstack
    Note 927637 Web service authentication in sapstartsrv as of Release 7.00
    Note  936273 sapstartsrv for all platforms
    Note 897933 Start and stop sequence for SAP Systems
    Note 867892 MMC shows current SAP processes as being stopped
    Note  877795 Problems w/ sapstartsrv as of Release 7.00 & 6.40 patch 169
    Re: How to stop sapstartsrv and sapstart processes ?
    https://forums.sdn.sap.com/click.jspa?searchID=7502269&messageID=3661396
    https://forums.sdn.sap.com/click.jspa?searchID=7502269&messageID=9957
    Regards
    - Atul

  • NET proxy for FLIGHTBOOKING.CREATEFROMDAT fails "Deserialization failed"

    Hi,
    I am trying to call the FLIGHTBOOKING BAPI from a .NET program. FLIGHT.GETDETAIL works without a problem.
    However FLIGHTBOOKING.CREATEFROMDAT fails with the error "Deserialization failed".
    Any ideas?

    Regenerating the classes seemed to fix the problem.

  • Deserialization Failed error when calling a SAP Webservice

    Hello,
    I'm trying to call an SAP Webservice from a .NET Mobile application, this particular BAPI expects an array of objects and when I make the call I get a deserialization problems.  I have tried make the array size to 0 but no luck, I have couple of other function modules which are working fine but have a problem with this BAPI BAPI_ALM_ORDEROPER_GET_LIST.
    any help is greatly appriciated.
    Thanks
    Vinay

    Dear Vinay,
    Does your other FM are also using arrays.?
    Deserialization problem comes when xml parser is not able to convert XML schema or values to language specific elements.
    And this problem normally comes if you are using complex data types.
    Can you check once again and reply.
    Regards,
    Piyush

  • URGENT: SAP throws the "Deserialization failed" error.

    Hi All,
    I am using ABAP generated WebService in .NET 1.1.
    Steps i took:
    1. Generate Web Service of a BAPI in ABAP and Test it there.
    2. Take its URL and Added Web Reference in my PortalApplication in .NET 1.1
    3. Deployed it successfully, but when i try to run the project i.e "Portal Application" it gives "Deserielization failed" Error.
    its urgent Please Help!
    Help will be highly appreciated.
    Thanks in Advance
    sachin

    Dear Vinay,
    Does your other FM are also using arrays.?
    Deserialization problem comes when xml parser is not able to convert XML schema or values to language specific elements.
    And this problem normally comes if you are using complex data types.
    Can you check once again and reply.
    Regards,
    Piyush

  • Webservice call failed during execution (SSL and certificates) on NetWeaver 7.30

    Hey experts,
    i need your help!
    We make webservice calls to sap me with our own software.
    We connect to our software via SSL and certificates e.g. https://host:50001/XMII/CM/POD/MEDialogsWeb.irpt
    At the beginning the software runs without any problems and than we become the following message on all our webservice:
    thats the webservice configurations
    (configuration - connectivity - single service administration):
    (configuration - security - authentication and single sign-on)
    if we restart the software after the error display, the webservice call runs successfully again.
    is it a timeout?
    can anybody help us?
    Thanks,
    Markus
    our system info:
    NetWeaver 7.30 Java
    SAP ME 6.0
    software runs log looks as following
    software doesn't runs log looks as following
    security Log Entry
    more info from security_00.0.log
    #2.0 #2014 06 06 14:51:17:136#+0200#Warning#/System/Security/WS#
    com.sap.ASJ.wssec.020142#BC-ESI-WS-JAV-RT#tc~sec~wssec~service#C0000A650AD826FF0000000100000BEC#3855850000000005#sap.com/me~ws#com.sap.engine.services.wssec.authentication#Guest#0##207092CAED7111E3A01A0000003AD5EA#23386e31ed7911e39d560000003ad5ea#23386e31ed7911e39d560000003ad5ea#0#Thread[HTTP Worker [@648881277],5,Dedicated_Application_Thread]#Plain##
    Received unsupported callback: com.sap.engine.interfaces.security.auth.SetLogonTicketCallback
    Received unsupported callback: com.sap.engine.lib.security.http.HttpSetterCallback
    Read data of type username and value  MEFLEX from wsse:Security header and set on module javax.security.auth.callback.NameCallback
    Read data of type username and value   from HTTP header and set on module javax.security.auth.callback.NameCallback
    Read data of type password and value  xxx from wsse:Security header and set on module javax.security.auth.callback.PasswordCallback
    Read data of type password and value  xxx from HTTP header and set on module javax.security.auth.callback.PasswordCallback
    Authentication for web service ShopOrderService, configuration ShopOrderService using security policy BASIC*SSO2*_*_*ws failed: Cannot authenticate the user.. (See SAP Note 880896 for further info).

    Hi,
    the authentication for the second call is failing. Have you tried suggest log level from note 880896 - Web Service authentication failure? I would also try to use something like SoapUI to test if the issue is caused by your application or something wrong on SAP side. Also coparing messages for the first and second calls might give you answer.
    Cheers

  • Webservice deployment failed

    Recently I decided to make a webserver along my "currentdensity.vi" design to have access to the data through explorer. I read the instructions for configurations of webserver but I have still problem in correct implementation of it. I am afraid I have left some simple steps or hints to successfully accomplish it. (http://localhost:8080/webservice1)--->but no result displayed
    Please give me your feedback.
    Solved!
    Go to Solution.
    Attachments:
    1-Project explorer.JPG ‏36 KB
    2- webserver configurations.jpg ‏108 KB
    6- webserver deployement failed.jpg ‏134 KB

    Hey Kira,
    we just have one Web Service in place.
    So only this one causes us problems.
    We never have any trouble with the build process. The problems starts when trying to deploy.
    Actually, I mentioned earlier that sometimes a restart of the computer solves the problem but not always.
    Just now it is one of the rare moments that the webservice could be deployed.
    However I think that this does not mean that from now on it will work stably. So right now trouble shooting is compromised as the problem has not occured.
    But what should I do when it will happen next time? Plenty of computer restarts cannot be the solution.
    I followed your advice and took a look under Start»Control Panel»System and Security»Administrative Tools»Services.
    I did not find any service named NI Application Web Server there. In the task manager the is the process "ApplicationWebServer.exe" (while the web service is currently running).
    When the deployment fails the progress bar does not go further than two bars. When to my surprise the deployment just worked I could capture a screen shot from the deployment progress window. I attach it to the post. Maybe this helps to find out why the deployment so often does not work.
    Attachments:
    Deployment successfull.PNG ‏82 KB
    Services after Restart.PNG ‏125 KB

  • WSDL deserialization failed!

    Hi,
    I'm trying to consume a webservice provided by an AS Java Server on an application running on my server, also AS Java. While executing my application, i got an error explained mainly by:
    Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.TechnicalException: Deserializing xml stream http://<host>:<port>/bpem/testsapcom2Fglx2Ftutorial2Fpm22FPool2FPurchaseProcessContinuation1258a3ef18c4b6a9bec22e5a9cb4abef?wsdl&mode=ws_policy failed.com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Read timed out
    In fact, when i'm entering the url in my browser, i could read the WSDL without problem.
    Could someone help me on that, and tell me where is the error and what to do to fix that. Thanks a lot.
    Best Regards,
    Jean NKENG

    I found the solution Tamara. In fact, when i changed the computer full name by the IP in the WSDL url, (if i understood) it seems like the WS host corresponding to the IP i entered was acting like a proxy or something like that, trying to reach another computer, this is why the connection timed out, and because it is the host, it normally doesn't need to reach another computer or server.
    The solution is to keep the computer full name in the WSDL, but add the ip address corresponding to the computer full name in the hosts file of windows, located by default here:
    Windows NT/2000/XP/2003/Vista: %SystemRoot%\system32\drivers\etc\hosts
    Wiki page: http://en.wikipedia.org/wiki/Hosts_file.
    Just add a line to the file:
    <IP address>                                <Computer Full Name> (Separated by tabulation)
    Cheers,
    Jean

  • ActionScript 3: WebService calls failing

    Hi guys,
    I am working on a Flash CS3/AS3 application that calls a server-side web service to retrieve/update data in the database. The code is simple and it works
    great. However, some users are reporting that while browsing through this Flash application their web service calls are failing and thus no data gets
    stored in the database. I am assuming probably a connection to the server gets lost while they are browsing. In this case the fault function also isn't
    called. Is there a way to detect this kind of error? Should I check and reinitialize the web service before making another web service call? Does anyone
    have any clue of what might be happening? Below is my code. Let me know if I am missing anything in the code.
    Thanks
    Code:
    var ws:WebService = new WebService();
    ws.wsdl = "http://localhost/Service.asmx?wsdl";
    ws.addEventListener("result", resultHandler);
    ws.addEventListener("fault", faultHandler);
    ws.loadWSDL();
    ws.RetrieveData(id);

    Hi Roger,
    I am experiencing a similar situation where a flash CS3/AS3 application using a similar code is calling a server side web service to retrieve/update data in the database. For some reason either a connection to the server gets lost or the web service call isn't successful and thus the fault function isn't called. Since you have asked this question a while back, I just wanted to know if you were able to resolve this issue?
    Adnan

  • WebService Call Fails for Communication Users

    Hi
    I am calling a BAPI through web service in VB.NET windows application.
    The application works fine with Dialog users but when I use Communication User then it thows this message.
    The Request Failed with HTTP Status 401: Unauthorized
    Where as if i call the same BAPI through RFC with for this Communication User it is successful.
    What can be the reason ?
    Regards
    Rajendra

    The Web Service uses the HTTP protocol, whereas the BAPI is using RFC protocol.
    The reason for the "unauthorized" error in HTTP is that you need to embed the user / password combination into the web service URL (assuming you have set the Web Service authentication method to user / password).
    Regards,
    D.

  • WebService serialization fails

    Hi,
    I'm not sure if this is a bug or a compatibility issue...
    When I compile the same code in Flex 3 to call a web service
    as I used in Flex 2, the web message (viewed in Fiddler) includes
    namespace definitions on each node in the header which are not
    there in Flex 2. (Example below)
    This means that when the message hits the server it won't
    deserialize.
    Using Fiddler I can remove the namespaces and resubmit the
    request and it works.
    Is there some new functionality in the Flex 3 SDK to specify
    whether the namespaces should appear or is it a bug?
    eg:
    Flex 2:
    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><AuthHeader><BrowserType>test< /BrowserType><Password>test</Password><Logon>test</Logon><MovieVersion>test</MovieVersion> <ScreenSize>test</ScreenSize></AuthHeader></SOAP-ENV:Header><SOAP-ENV:Body><Login
    xmlns="
    http://eCRF.ServiceContracts"
    /></SOAP-ENV:Body></SOAP-ENV:Envelope>
    Flex 3:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:s="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header>
    <AuthHeader>
    <tns:Logon xmlns:tns="
    http://eCRF.ServiceContracts">test</tns:Logon>
    <tns:Password xmlns:tns="
    http://eCRF.ServiceContracts">test</tns:Password>
    <tns:ScreenSize xmlns:tns="
    http://eCRF.ServiceContracts">test</tns:ScreenSize>
    <tns:BrowserType xmlns:tns="
    http://eCRF.ServiceContracts">test</tns:BrowserType>
    <tns:MovieVersion xmlns:tns="
    http://eCRF.ServiceContracts">test</tns:MovieVersion>
    </AuthHeader>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <tns:Login xmlns:tns="
    http://eCRF.ServiceContracts"/>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Thanks
    Dom

    Further , These are the complete requirements for complex type object---->
    J2SE SDK Classes
    JAX-RPC supports the following J2SE SDK classes:
    java.lang.Boolean
    java.lang.Byte
    java.lang.Double
    java.lang.Float
    java.lang.Integer
    java.lang.Long
    java.lang.Short
    java.lang.String
    java.math.BigDecimal
    java.math.BigInteger
    java.net.URI
    java.util.Calendar
    java.util.Date
    Primitives
    JAX-RPC supports the following primitive types of the Java programming language:
    boolean
    byte
    double
    float
    int
    long
    short
    Arrays
    JAX-RPC also supports arrays that have members of supported JAX-RPC types. Examples of supported arrays are int[] and String[]. Multidimensional arrays, such as BigDecimal[][], are also supported.
    <b>Value Types
    A value type is a class whose state can be passed between a client and a remote service as a method parameter or return value. For example, in an application for a university library, a client might call a remote procedure with a value type parameter named Book, a class that contains the fields Title, Author, and Publisher.
    To be supported by JAX-RPC, a value type must conform to the following rules:
    It must have a public default constructor.
    It must not implement (either directly or indirectly) the java.rmi.Remote interface.
    Its fields must be supported JAX-RPC types.
    The value type can contain public, private, or protected fields. The field of a value type must meet these requirements:
    A public field cannot be final or transient.
    A nonpublic field must have corresponding getter and setter methods</b>
    Hope this helps.
    Regards,
    Piyush

Maybe you are looking for

  • Did you know Firefox 4 does not support full frame option in iPlayer or similar?

    Both at home & work - using Mac OS 10.5 & 10.6 Firefox 4 will not allow me to view full frame video stream such as BBC iPlayer, 4OD, ITV Player, TVCatchup ....etc, etc. I have now switched to using Safari & Chrome (which work perfectly) but in the in

  • My Late 2013 Retina MBP had a Kernel Panic - not sure what the source is.

    I have a recently-purchased Macbook Pro (late 2013, Retina, 13", 8GB RAM, 2.4 GB i5) that just had a kernel panic this afternoon. This is the first time I've had a kernel panic on this computer, so I don't know what the cause is. It's claiming that '

  • How to read a file line by line in UTL

    Hi All, DECLARE fileID UTL_FILE.FILE_TYPE; strbuffer VARCHAR2(100); BEGIN fileID := UTL_FILE.FOPEN ('DR', 'New.txt', 'R'); UTL_FILE.GET_LINE (fileID, strbuffer); dbms_output.put_line(strbuffer); END; By this program I can read only first line of the

  • Ipod mini could not restore

    i can't understand why my ipod mini can't restore it's factory settings. i tried everthing but it says "ipod could not be restored. an unknown error occured (1418)." what's happening. i can use it and all files still intact but when i connect it to t

  • Synonym issue in Oracle 11g

    Hi All, I came across strange issue on basic nature of Synonyms in Oracle 11gR2. Below is the scenario I have two users U1 and U2, in the same database. Schema Objects of U1 and U2 are on different tablespace, not on SYSTEM. I can refer and access an