PL/SQL Web services working with synonyms but not parameters Collection

Hi
I am Using JDeveloper 10.1.3.1.0
i could able to test successfully the PL/SQL web services with the synonyms.I created the PL/SQL web services in 'MKI' schema and then i dropped the objects from the MKI schema and launched the same in 'BAS' Schema and given grants to MKI schema and Created the Local synonyms in Schema 'MKI' and now when i test the PL/SQL web service, it is working successfully.
There was problem with passing the collection types as parameters in web services in that case it is giving the following Error
"Internal Server Error (Caught exception while handling request: java.rmi.RemoteException: java.sql.SQLException: Internal Error)"
Could any one suggest me the reason for the above error?
Regards
Malathi

Just a clarification about the problem.
Even though, if an exception is raised, the Connection object will be eventually closed(), it may take a while and if there are lots of users getting exceptions at the same time the connection pool can quickly run out of connections (correct me if I am wrong please.)
That is why we think the Connection object should be immediately closed in the case of an exception is raised and we are looking for a fix for this.
Thanks
Luis

Similar Messages

  • My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    Make sure you are using the correct user name / password.
    https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message

  • Better touch tool works with touchpad but not magic trackpad, better touch tool works with touchpad but not magic trackpad

    better touch tool gestures works with touchpad but not magic trackpad, why please ?

    this was an error problem solved

  • Madison Square Garden web site opens but when I click on view all concerts tab at the MSG site it does not open. It works with AOL but not Firefox

    I go to '''www.thegarden.com''' I click on the tab '''View Full Calendar'''. It does not open. It works on AOL but not Firefox. And for some reason it also does not work when I use Internet Explorer. The majority of times when I click on that tab (in Firefox) it does not work. On a rare occasion it will open. I am not doing anything differently either time.
    Any help would be greatly appreciated.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Strange on - Wake on LAN (WOL) works with Win2K3, but not Windows 7

    Hi,
    I have a PC that I originally had Windows 2003 on.  With Win2K3, I can send a wakeonlan (magic) packet (WOL) and get it to power on remotely from my home network/LAN.
    I just installed Windows 7 Ultimate 64-bit, in a dual-boot configuration, i.e., so I can boot the machine to either Windows 7 Ultimate 64-bit or Win2K3.
    As mentioned, I can power the machine up remotely (from my home network/LAN), but if I've LAST booted into Win7, then shutdown, it doesn't respond to the WOL packet.
    I've confirmed that if I boot into Win2K3, then shutdown, the WOL works fine.
    I have another PC that has both Win2K3 and Windows 7 (also dual boot), and that works fine with WOL.
    One difference between the one that doesn't work vs. the one that works is that the one that works is a machine that I just built a couple of weeks ago, which uses an MSI 880gm-E43 motherboard.
    The one that doesn't work also has an MSI motherboard, but it's an older one, an MSI K9NBPM2-FID.
    I've cross-checked the various Windows power management settings between the one that works, and the one that doesn't work, but I just can't get WOL to work with Win7 on that older machine.  I've even turned the Windows Firewall off completely on the machine where WOL isn't working, but no matter what I've tried thus far, no joy :(...
    The only thing that I can think of is that the network card driver (it's the MS one, from the Win7 distribution) might not work with WOL, but I've checked, and it's the latest driver from MS (Nvidia Nforce Networking Controller - 10/17/2008 - 1.0.1.211), and MSI doesn't have a specific Win7 64-bit driver for this motherboard.
    So, I was wondering if anyone has any ideas about this?
    Is there some registry setting or something that might allow WOL to work?
    Thanks in advance,
    Jim

    Hi,
    Unbelievable!
    Just for the record, I got WOL working with the older machine, JUST after I posted the original msg.
    Here's what I did:
    - I was in Device Manager, and did Update Driver, but
    - I selected to let me choose, and then I checked the "Show Compatible devices" checkbox
    Then, a 2nd, older (10/6/2006 - 6.2.0.127) driver appeared, so I figured, "what the heck?" and tried that.  I then shut the machine down, and sent a WOL packet to it, and kind of forgot about it (machines in a different room), but a few minutes later "bing!", the machine had powered up and booted into Win7!!
    Anyway, as I said, for the record, and hope that this helps someone in the future.
    Jim

  • When I click on pictures in eBay or Facebook. It will not show the pictures....Will work with IE but not FF

    When I click on pictures on eBay and Facebook...it will not show pictures/enlargements...just blanks....will work with IE. NOT ff

    You can use these steps to check if images are blocked:
    *Open the web page that has the images missing in a browser tab.
    *Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    *Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    *Select the first image link and scroll down through the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • XPath query works with CLOB but not with object relational

    hi all
    i have the following queries,the XQuery work with all, but XPath queries work with XMLType CLOB and Binary XML, but they do not work with XMLType as Object relational,
    select extract (object_value,'movies/directorfilms/films/film [studios/studio = "Gaumont"]')
    from xorm;
    select extract (object_value,'movies/directorfilms[director/dirname = "L.Cohen"]/films/film[position()=2]/t')
    from xorm;
    they shows this message
    ORA-00932: inconsistent datatypes: expectd SYSTEM.name683_COLL got CHAR
    thanks

    Hi Marco
    fisrt here is my RO
    BEGIN
    DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL=>'http://......../ORMovies.xsd',
    SCHEMADOC=>bfilename('DB','Movies.xsd'),
    LOCAL =>false,
    GENTYPES=>true,
    GENTABLES=>FALSE,
    CSID=>nls_charset_id('AL32UTF8'));
    END;
    create table XORM of xmltype
    xmltype store as object relational
    XMLSCHEMA "http://......../ORMovies.xsd"
    ELEMENT "movies";
    INSERT INTO XORM
    VALUES(XMLType(BFILENAME('DB','ORMovies.xml'),nls_charset_id('AL32UTF8')));
    here the XQuery format that work fine with the OR
    A/D
    select XMLQuery ('for $a in movies/directorfilms/films/film
              where $a/studios/studio = "Gaumont"
              return $a'
         passing object_value
         returning CONTENT)"TitleX"
    from xorm;
    child element query
    select XMLQuery ('for $a in movies/directorfilms/director[dirname = "Feyder"]
              let $b:=$a/../films/film[position()=2]
              return $b/t'
         passing object_value
         returning CONTENT)"TitleX"
    from xorm;
    here is the XPath format which doesn't work
    select extract (object_value,'movies/directorfilms/films/film [studios/studio = "Gaumont"]')
    from xorm;
    select extract (object_value,'movies/directorfilms[director/dirname = "Feyder"]/films/film[position()=2]/t')
    from xorm;
    by the way all queries work fine with the CLOB or Binary XML
    many thanx Marco

  • Ichat works with wireless, but not ethernet

    Just moved into new office and bought new iMac. I can get internet with ethernet or wireless, but iChat works only over wireless. This is true with my intel Macbook as well. Is this a port or firewall problem, and if so, why would wireless work, but not ethernet?
    Core2 Duo 24", 1 g ram   Mac OS X (10.4.9)  

    Who is supplying the wireless internet connection?
    Who is supplying the wired internet connection? If
    it's two different entities, the IT Secret Police may
    be blocking ports on the wired side.
    TimeWarner comes in from the outside, but a private contractor is involved in the setup of the wireless which is connected to the TW modem. But if the wireless goes into the TW cable, why does it work as wireless, but not directly plugged in? It is as if converting the signal to wireless cures the problem.
    Core2 Duo 24", 1 g ram   Mac OS X (10.4.9)  
    Core2 Duo 24", 1 g ram   Mac OS X (10.4.9)  
    Core2 Duo 24", 1 g ram   Mac OS X (10.4.9)  

  • Why does the FP 10 work with firefox but not with IE8

    I down loaded the folowing for xp FP uninstall, FP plugin and FP debug from the link in one of your replys. now I can watch youtube  with firefox but not with IE8. you asked me before if i was using 16 bit. whats that mean and how do I find out? please help I just want to watch youtube on IE!

    Ok Shag, since you hadn't been on a Forum before, then I'll take some of what I said back:-) I wanted you to stay on one thread, you can get in trouble trying things that may cause you more problems than you had in the beginning. I just had your best interest at heart
    I'll even overlook your all caps here:-) At least you responded
    Now since you say you fixed it, what you should do is to confirm it is fixed by taking a look at your Flash folder. This contains all of the Flash files for IE and FF. Then make sure you have the IE add on and the FF add on. That way if you have any future problems, at least you would know it is not the Flash Player.
    You should only have 2 .exe files for IE and 1 for FF.
    For Video editing, I would check Microsoft and see what they have. Perhaps someone else will come along with other info for you.
    No, I don't get paid here, since I am not an employee. Just a user helping others, since I had a problem at one time and after 4 hours of researching solved it.
    Let me know if you want to check the Flash files.
    Thanks,
    eidnolb

  • Airtunes works with music but not with tv show

    I have an AE wired to my to my A/V receiver and I play itunes music wirelessly thru the AE and it works fine. Problem: I downloaded a TV show and the audio will not stream via the AE and will only play thru the computer. The video works fine fine in both cases as I have it hooked to my TV via my A/V receiver from my Macbook display port. I am running itunes 8.1 and my AE is on firmware version 7.4.1.
    Anyone know why the songs audio works and the tv show audio does not?

    Thanks for that fast and definitely a fix at this time. It also works with internet radio, not just the iTunes radio stations. Now my wife will be able to listen to KFOG from San Francisco and I can actually hear my movies, since I am using a MacBook and it is just not loud enough.
    Thanks Again Andy.
    I love these forums.

  • PL/SQL Web Service porblem with parameters

    Hi,
    I'm pretty new to this so I apologise in advance if this is just something I'm doing wrong, but I'm really struggling to understand what's going wrong (and I could find any threads suggesting any one else was having the same problem.
    I am using jdeveloper version 10.1.3.3 and am trying to create a web service from a pl/sql package. The problem occurs when I have more than 1 input parameter and I get the following message in the 'Web Services' tab :-
    Generating WSDL and mapping file
    WARNING: OWS-00037 No method found in SEI: esab_dev_tf_geo_appl.Ws
    WSDL and mapping file generation failed for the following reason:
    Interface esab_dev_tf_geo_appl.Ws: Invalid Method
    Method public abstract esab_dev_tf_geo_appl.WsUser_add_Out esab_dev_tf_geo_appl.Ws.add(java.lang.Integer,java.lang.Integer) throws java.rmi.RemoteException: BARE mode is not supported for zero or multiple non-SOAPHeader parameter
    This did work yesterday morning and I had a web service that actually worked, but in making some minor changes to the pl/sql package and trying to re-generate the web service it now fails every time. Any ideas?
    This is a basic package spec. that fails:
    create or replace
    PACKAGE SL_TEST AS
    PROCEDURE ADD
    No_1 IN INTEGER,
    No_2 IN INTEGER,
    No_3 OUT INTEGER,
    No_4 OUT VARCHAR2
    end sl_test;
    I should have mentioned, the options I had selected were as follows:-
    J2EE 1.4 (JPAX-RPC) Web Service
    SOAP 1.1 Binding
    SOAP 1.2 Binding
    Document/Literal
    Generate Schema with Qualified Elements
    Thanks.
    Shaun.
    Message was edited by:
    user625274

    Shaun,
    I was able to reproduce your problem.
    It goes away if you choose RPC/Literal instead of Document/Literal.
    I'm not a WS guru by any means - perhaps someone else can comment on why this happens?
    John

  • Web service works when tested, but a report on is blank

    Hi All,
    I have created a web service reference in apex using WSDL option. It works very well when tested.
    Then I built a report on top of it. But I always see the message "no data found".
    I even created the same web service reference manually. This also works fine when tested.But still a report on top of it is blank.
    This web service does not take any input parameters.
    I also tried the most popular Movie Information web service reference, and a form and report on top of it. Everything works fine for this.
    I am wondering what could be wrong with my web service...?
    Please help me with this.
    Thanks and regards,
    Deepika.

    Hi All,
    As I already mentioned, the web service definition works fine when tested from shared components, but when I create a web service report or sql report with onload web service process, or a form and report.. nothing works.
    Always I see "no data found".
    It would be very helpful if some body could throw light on this issue.
    Thanks and regards,
    Deepika.

  • Web Service deployed with admin_client is not working

    Hi,
    I'm usung SOA Suite 10.1.3.1 and Eclipse WTP 3.2.2.
    The thing is that I developed a Web Service with Eclipse using the plugin for generating web services. Then I exported my project to a .war file from eclipse as well.
    For deploy my web service in oc4j, I tried from the oc4j console in Applications --> Deploy and Next-Next wizard and using the .war file generated by Eclipse. I got the application deployed and I can check that the wsdl is working in http://localhost:8888/Hello_Web2/services/Hello?wsdl
    But the main problem is when I try to deploy using the admin_client command tool running the command: java -jar admin_client.jar deployer:oc4j:opmn://localhost/home oc4jadmin welcome1 -deploy -file d:\TEMP\Hello_Web.war -deploymentName Web5 -contextRoot "/". Everything seems right, I can see the application created in the console, but when I try to access to the web service using "http://localhost:8888/Hello_Web2/services/Hello?wsdl" I get and Http 404.
    What is wrong with the command method?
    Many thanks in Advance,
    Alberto

    Hi,
    As the custom web part works well in other browsers, the issue may be related to the IE itself.
    Have you tried the methods below?
    Use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    Add the site into Trusted sites to check whether it works.
    Open the IE->Internet Options->Security->Trusted Sites->add the site into the zone
    What’s more, you can also switch the Document mode to IE 10 or lower to check whether it works.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SSRS Web Service: works over wire, but 401 Unauthorized from server.

    I'm trying to port a program from an older system to a new SSRS 2014 installation, and am having trouble with authorization.
    The program uses the SSRS Web Service to get reports from the report server. At present, I can make the web service call from my development machine to the server, and the server responds correctly with the appropriate report. The problem is that I need
    the program (making the report request) to run on the same machine as SSRS. When I deploy and run the program from the server (with the exact same credentials that worked over the wire), I get a 401 Unauthorized response.
    I've been struggling with this all week, and have gotten nowhere. I'm sure there's something (probably something small) that I missed, but I just can't figure out what it could be. Would really appreciate any suggestions.

    Hi sbinder1,
    According to your description, you have a problem which call web services to use report. It works on development environment. When it runs on report server, it get the 401 error even using same credential. Right?
    In Reporting Services, the default authentication type is Windows Integrated authentication. Since we are not clear about your program and the authentication type. If this is an asp.net application with NTLM and you don't bind any credential in the
    code, it may have "double hop" issue so that it will connect report with anonymous credential. In this scenario, please configure the Kerberos authentication for Reporting Services. Please refer to the links below:
    The Kerberos Double Hop Problem
    Enabling Kerberos Authentication for Reporting Services
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Ftp access works with Safari but not with Netscape or Explorer

    The problem I am trying to solve is that my ftp service works correctly with Safari but gives an error message when the ftp service is access via Netscape or Explorer. Error message is "530 Guest login disabled". These two web browsers will not display a login screen for access by real users; Safari provides the login screen. The server is restricted to real users only
    G5 XServe   Mac OS X (10.4.7)  
    G5 XServe   Mac OS X (10.4.7)  

    ITEN-
    Check the proxy settings of the programs that are not working.
    Check your firewall settings as well but I do not think that is it.
    Luck-
    -DaddyPaycheck

Maybe you are looking for

  • Found a fix for printing from Mac and PC using Airport Express!

    I hope this helps somebody else because it's taken me hours and hours of frustration to trip over this solution. I have a MacBook, Airport Express and a Windows XP PC. Internet worked fine but I could not print form the PC via airport. I tied all the

  • Is it possible to use external testing tools in SAP XI

    Hi, I have been working on file to file transfer of large size more than 1 GB. I have many doubts like: 1.Can I use Data compression techniques so that my files can be processsed(my scenario involves a lot of mapping) 2.Can any of the engines be stop

  • Podcast capture

    My 2007 macbook was previously used before i bought it. Its running on its stock OS X so Snow leopard which im fine with, however i just came over the podcast capture app today haha being new at mac but it came up to the log in screen and it had unde

  • Why won't my itouch show up in Itunes or in my computer?

    When i plug my itouch into my computer, it shows that it's charging but nothing pops up that it's been plugged in and it doesn't show up in my itunes. My itouch and itunes are both up to date. I've already tried unistalling itunes and reinstalling it

  • Accessing Flash Drive

    I am developing project running under kiosk platforms. I need to detect USB Flash Disk inserted to the slot and do some read/write operation on that disk. Is there a smart way to do it? Ps: What I am planning to do is, to keep a record of current dri