External calls to JDBC?

Hi,
Is it possible to setup a JDBC Connection and use OCI within it and have this called from an external program or application not written in Java, for example: .NET or PL/SQL or whatever else. We have a webapp made in asp.NET and some web services. We connect to app server where there will be a JDBC driver running that will connect to a Oracle DB using OCI Connection Pooling. Wondering if this is possible?
Please advise

If your external application can talk to Java application that's possible. There are many ways applications written in different language can talk to each other.
external application (not written in java) ==> invokes java JDBC connection pool ===> database

Similar Messages

  • CUCM 8.6(2) migration problem with external calls

    Hello all.
    Yesterday we have migrated our telephone infrastructure from CM4.x to CUCM8.6(2), after some weeks of tests.
    Yesterday night all seems to work properly, all phone updated and registered, external calls going out and in.
    But from this morning, with all users at work, it appears a strange problem, that until now I couldn't solve: randomly all external calls go down.
    I can't address this problem, since gateways (all cisco 2811 routers) are the same and with same configuration as yesterday.
    All thing that I can think is that router that seems to cause the problem is configured not with mgcp by cucm, but with h323 route inside the router.
    Any suggestions will be greatly appreciated.
    Daniele

    GW says normal call clearing.
    But, maybe I've addressed the problem.
    I've found a bug fixed into latest cucm release (8.6(2a)SU1) that say "h.323 calls improperly disconnected".
    So I'm trying to upgrade from 8.6(2a) to 8.6(2a)SU1, but process fails :-(
    I've tried from a dvd and also loading iso image from sftp, but after few minutes appears an error
    08/04/2012 09:43:55 upgrade_install.sh|Started auditd...|
    08/04/2012 09:43:56 upgrade_install.sh|Started setroubleshoot...|
    08/04/2012 09:43:56 upgrade_install.sh|Changed selinux mode to enforcing|
    08/04/2012 09:43:56 upgrade_install.sh|Cleaning up rpm_archive...|
    08/04/2012 09:43:56 upgrade_install.sh|Removing /common/rpm-archive/8.6.2.21900-5|
    08/04/2012 09:43:56 upgrade_install.sh|File:/usr/local/bin/base_scripts/upgrade_install.sh:599, Function: main(), Upgrade Failed -- (1)|
    08/04/2012 09:43:56 upgrade_install.sh|set_upgrade_result: set to 1|
    08/04/2012 09:43:56 upgrade_install.sh|is_upgrade_lock_available: Upgrade lock is not available.|
    08/04/2012 09:43:56 upgrade_install.sh|is_upgrade_in_progress: Already locked by this process (pid: 1286).|
    08/04/2012 09:43:56 upgrade_install.sh|release_upgrade_lock: Releasing lock (pid: 1286)|
    I've rebooted server yet and problem remains.
    Thanks for any other suggestions.
    Daniele

  • Error with Asynchronous RFC call to JDBC

    Hi all,
    We are working on a scenarion where in we have to make an asynchronous RFC call to JDBC.
    We have configured RFC sender adapter following this weblog
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    We have created data types only for the database as RFC does not require any data types.
    And also we have created message types,message interfaces accordingly.
    In Message Mappping,we mapped the export parameters of RFC to the access fields of database message type.
    Also we have created sender agreement,interface determinations etc.... accordingly
    And for sending RFC request asynchronously we followed this weblog
    /people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous
    Once done with all the above steps we could able to trigger the RFC call and caught with the following errors in SXMB_MONI and no errors are seen in communication monitoring
    SOAP Error:
    +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>+
    +- <!--  Request Message Mapping+
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
       <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_curr_exg_mm2_</SAP:P1>
    <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" /> <SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_curr_exg_mm2_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Also trace shows the following error thogh the interface determinations are properly configured
    <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">--start sender interface action determination</Trace>
      <Trace level="1" type="T">select interface BAPI_EXCHRATE_GETCURRENTRATES*</Trace>
      <Trace level="1" type="T">select interface namespace urn:sap-com:document:sap:rfc:functions</Trace>
      <Trace level="1" type="T">no interface found</Trace>
      <Trace level="1" type="T">--start receiver interface action determination</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface *</Trace>
      <Trace level="1" type="T">select interface namespace</Trace>
      <Trace level="1" type="T">no interface found</Trace>
      <Trace level="1" type="T">--no sender or receiver interface definition found</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE" />
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">----</Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
    the above errors are shown as part of request mapping..
    Can any one please let me know what other configurations do we need to do?
    I did not map the RFC import parameters,do we need to do that
    Any help in this regard is really appreciated
    Rgds,
    Santhosh

    Hi,
    I am really happy to hear that the problem with mapping is resolved.
    Now as per your requirment It needs to be aynschornous RFC--> XI ---> JDBC call. In XI you should map the RFC Export parameters to the traget structure of JDBC.
    then the question is to how to trigger the RFC Function Module in R/3 to XI.
    Plesae follow below steps to trigger it from SAP R/3
    1. Create a RFC in the R/3 system
    2. Configure the SM59 and Sender Communication channle as given in the Michal's blog. Also test if it is succesful.
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    3. Import the RFC in XI
    4. Do the mapping to the target strucutre
    5. Configure the JDBC receiver adapter
    /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
    6. You can trigger the RFC from R/3 sytem by using
    Async Call - in ABAP program use below syntax to call RFC. Here the export parameters will be passed on to XI which further have mapped to JDBC.
    CALL Function "RFC Name" IN BACKGROUND TASK destination <sm59 destination>
    COMMIT WORK.
    Sync Call
    CALL Function "RFC Name" destination <sm59 destination>
    Thanks
    Swarup
    Edited by: Swarup Sawant on Jan 27, 2008 9:14 AM

  • AIM/CUE not Picking-up in-bound external calls

    I have a 2811 router with an AIM/CUE (12-VM) card. All of the telephony-service stuff works fine:
    -All calls in house work fine
    -All outbound calls work fine, to PSTN
    -All inbound calls work fine, from PSTN
    -Each phone can access it's VM internally
    -the CME gui and the Unity-Express gui's are accessible on the LAN.
    But, when I call from outside into the PRI with a DID number, I get four rings, then a pause, and then it never goes to voicemail. Sometimes; depending if I call with my celr or a land line, I get the message "Sorry your call cannot be completed as dialed, 000-000." Any clue why the vm does work for internal or external calls.
    Here's a sample of the config.
    interface FastEthernet0/0
    no ip address
    no ip mroute-cache
    duplex full
    speed 100
    interface FastEthernet0/0.100
    description SUB-IF for VOICE VLAN
    encapsulation dot1Q 100
    ip address 10.1.100.1 255.255.255.0
    interface FastEthernet0/0.101
    description GW FOR VOICEMAIL MODULE AIM/CUE
    encapsulation dot1Q 101
    ip address 10.1.101.1 255.255.255.0
    interface Service-Engine0/1
    discription AIM/CUE VOICEMAIL MODULE
    ip unnumbered FastEthernet0/0.101
    service-module ip address 10.1.101.2 255.255.255.0
    service-module ip default-gateway 10.1.101.1
    ip route 10.1.101.2 255.255.255.255 Service-Engin0/1
    dial-peer voice 40 voip
    description ** cue voicemail pilot **
    destination-pattern 6000
    session protocol sipv2
    session target ipv4:10.1.101.2
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 41 voip
    description ** cue auto attendant **
    destination-pattern 6001
    session protocol sipv2
    session target ipv4:10.1.101.2
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 1 pots
    description ** T1 PRI Emergency 911 **
    destination-pattern 9911
    port 0/0/0:23
    forward-digits 3
    dial-peer voice 2 pots
    description ** T1 PRI OutBnd Calls **
    destination-pattern 9T
    port 0/0/0:23
    dial-peer voice 3 pots
    description ** T1 PRI InBnd Calls**
    incoming called-number .
    direct-inward-dial
    port 0/0/0:23

    Problem has to do with how many Digits are getting sent to voice mail on the router when it tries to make the call. You should be seeing 10 digits in the debug.
    Next question when one ephone calls another ephone locally does voice mail work?
    Try the following commands. This will create a translation-rule that will strip incoming 10 digits to the 4 digits you need. I assume you do not need all 10 digits.
    voice translation-rule 1
    rule 1 /^650\(....\)/ /\1/
    voice translation-profile digitstrip
    translate called 1
    voice-port 0/0/0:23
    translation-profile incoming digitstrip
    *************Voice port were you Telco Line comes in Port 0/0/0:23 based on your config*************
    telephony-service
    no dialplan-pattern 1 6503926... extension-length 4
    Ronnie

  • TestSuite: External Calls

    Hi,
    is there any further documentation on external calls in bpels testsuite?
    I only found
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/testsuite.htm#sthref3734
    Is there any sample/demo?

    Hi,
    nice tutorial, but if found noting about external calls....
    Can you provide me a pointer to the relevant chapter?
    Thanks...

  • Block External calls h.323 gateway CM4.1(3)

    Is there a way to block external calls from getting through the gateway. The gateway is H.323, Callmanager 4.1(3)

    You can use Class of Restriction on the gateway.
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

  • Initiating External Calls in Adobe Edge

    Can I do external calls with edge? For example: can I access external music and build a list which could be played back by a user? Additionally could i use some library that would allow me to record in Edge and save the recording? I am thinking like some browser api or some external call that would allow me to create a stand alone Adobe Edge html file that someone could launch on their desktop. I know this is asking a lot but I would greatly appreciate any info.

    Hell0,
    I did this example a long time ago. Maybe this could help you.
    https://www.box.com/s/ygym12tza9s9x2gfrgja

  • How to add external call from Report Painter

    Hi experts,
    I'm working on a report painter, and I need to do an external call, from the generated code.
    add something like this    PERFORM Z_CALCULO_IMPORTE_COMPENSADO(ZCASS_FFMRBCS)
                                                                                    USING CUR-TAB
    Is there any way to do it without an SSCR key?
    Thanks in advance

    HI  Pradeep,
    Goto the transaction code (Change Report) GR32.
    Give you library name and report name
    And click on the column (application tool bar or F7) button then place the curser on the screen where you want column (please note you have to keep curser on the header section u2013Red column text) right click and insert element. Then you select formula as selection element  and enter. You will get the enter formula box. Then you can type your formula and continue. This will add new column to the report.
    How to enter formula: you can see the formula components in that id and description.
    Id is columns that are present and description indicates explanation of that column.
    Enter formula according your requirement.
    Examples:
    Enter formula screen:
    ID :    des
    X001  amount
    X002  pt000
    X003  test
    1. Enter formula as: ( X001 u2013 X002)
    The above formula is for fist column u2013 second column.
    2. ( ( X001 u2013 X002) / X003) * 100
    First column u2013 second column and devide by third column after that multiple with 100.
    Hope this will help you
    Regards
    Manohar

  • Different MOH for Internal and External Calls

    Is it possible to have a different MOH source for internal vs external calls.
    I know that Network MOH is for transfering but can this be used for external MOH source from the PSTN?

    There's really no way to do this easily. The issue is that the call to a PSTN phone would flow through a gateway and if an IP phone put this call on hold, then the Audio Source configured on the IP phone would determine the MoH file/source and the MRGL of the gateway would determine which MoH server it actually came from. As a result, there's really no way that the IP phone placing the call on hold could specify a different audio source for an internal call (to another IP phone) because even if the other phone has a different MRGL (and therefore a different MoH server), the MoH audio source will be the same

  • Netweaver 7.01 ABAP Trial Version - External Call Into Possible?

    I am trying to do any kind of external call into the Netweaver 7.01 ABAP Trial Version.
    Is it possible with either VS 2003 using the .NET Connector or even via a web service call to a BAPI?
    Here are my results in both technologies:
    1 - Deplaying a BAPI as a Web Service - Receive Error Message Object Director R3TR WEBI does not exist.
    (Note: Also when trying to acces SOAMANAGER, I receive a 500 Connection Time-Out Error Web page).
    2- VS2003 using the .net Connector - When I try to list the BAPIs, I receive the error message "Open file c:\windows\sapmsg.ini failed".
    Note: All services have been enabled in SICF.

    And which problem was? And how you solved it?
    Because im trying to acces SOAMANAGER and it starts loading but it never finishies. IE says waiting for reply...

  • Caller display says external call

    My caller display only works sometimes. The rest of the time it says external call. I phoned BT who said it was an exchange fault. It then worked for a short time but back to only working sometimes again.

    Hi annegray01,
    Thanks for you post.
    I'm sorry for the problems you're having using Caller Display.  I can help get you sorted from here.
    To get in touch, click on my username and under the "about me" section you'll see the link to "contact the mods".
    Cheers
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • How To Install and Configure External Drivers for JDBC & JMS Adapters"

    hello ,
    where can i download  this Guide "How To Install and Configure External Drivers for JDBC & JMS Adapters"?
    thanks
    best regards
    pietro greco

    Hi Eleonore Rosenthal, 
    Could you please check the below links:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_sm32/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/frameset.htm
    Regards,
    S.Manu.

  • Change the ringtone on external calls

    Hi all,
    Working with a SPA 525G. Looking to change the ringtone when any external call comes through the VOIP Phone. Can the SPA 525G do that?
    For example: I call our office from my cell, it identifies it as an external number to the site, and a different ringtone plays. I know you can program the personal address book to play different ring tones, but it's impossible to account for every number that might call a moderately sized business centre. 
    Really appreciate any help,
    -Glen.

    I was looking to change the ringtone of any interal call coming to the voip phone.
    Here is what I did to solve the issue.
    Login to the phone via browser on your pc.  http://192.168.xxx.xxx
    Click on personal directory. Add all of your phone extentions.
    Example:
    1.  n=John Doe;p=100conXXX;r=12
    2.  n=Jane Doe;p=101conXXX;r=12
    100 is the ext# XXX you replace with your numbers. You can find this number in your call logs.
    Now when I receive a call from an extention inside the office, it has a different ring then a customer calling.

  • CME:how to block external call to external call

    cme have the four fxo and AA,when the external calls come in,and dial 9+ pstn num,it can call from external call to another external call,how can blocking?

    Hi,
    try to use this command
    #call application voice aa max-extension-length 5
    This option declares the maximum length of the extension that the user can dial when dial-by-extension-option is chosen. The default value is 5. The value can be 0 with no restriction up to x digits.
    or try
    3.
    Configure Class of Restriction (COR) to block call transfers from B-ACD to PSTN numbers. The sample configuration below prevents the B-ACD from transferring calls out to local and long distance PSTN numbers. The B-ACD can still transfer calls to internal extensions.
    Below is an example of such a configuration:
    dial-peer cor custom
    name longdistance
    name local
    dial-peer cor list call-longdistance
    member longdistance
    dial-peer cor list call-local
    member local
    dial-peer cor list block-pstn
    dial-peer voice 1 voip
    corlist incoming block-pstn
    application aa
    destination-pattern 1000
    session target ipv4:192.168.1.1
    incoming called-number 1000
    dtmf-relay h245-alphanumeric
    codec g711ulaw
    no vad
    dial-peer voice 2 pots
    corlist outgoing call-longdistance
    destination-pattern 91..........
    port 0/2/0
    dial-peer voice 3 pots
    corlist outgoing call-local
    destination-pattern 9[2-9]......
    port 0/2/0
    Thanks
    Najeeb

  • JTAPI, CallManager 3.3 and external calls problem

    Hi everyone,
    I'm putting together an application that uses JTAPI to track call times.
    When I'm tracking an internal call, the call time is pretty much exact and my application gets notified about all call events.
    But when tracking external calls (calls that go to the public telephone network) I've noticed that as soon as the call is directed to the router (a Cisco 3800), CallManager sends a connected event when in fact the phone on the other side is still ringing.
    Even if the external call never gets answered I get a connected (active call) event.
    I have a trace dump of my application that shows the events when they happen and I can provide that if needed but for now I was wondering what, if anything, should be configured either in CallManager 3.3 or the Cisco 3800 so that events are triggered correctly, i.e. get one connected event when the call is actually answered and not when CallManager passes the call to the router.

    Hey all
    Just got a 17" i7 MBP a few weeks ago, anxious of all the spinning beachball freezes people have reported in the Apple forums. Thankfully, I have none of these problems, however, I have a problem that's just as annoying.
    I have my laptop connected to an Eizo 24" Widescreen via a display port to DVI adapter, using the extended desktop functionality. I started fine, and I have pretty much the external monitor connected 90% of the time. But then after a few days (and this happens now 2-5 times ever day), the screens will go black, once entering sleep mode for the screens only, and I can't wake them up, only do a hard reboot via the power button. it's really annoying, as I can't leave the monitor plugged in, while I go do other stuff. When the MBP is on it's own, there's no problem.
    Also, sometimes when starting up, a few seconds into the desktop showing, I get severe graphics corruption, all kind of colours on both monitors, and I can only o a hard reboot to recover it. No problem as well when only using the MBP without the external monitor.
    The only good thing about these problems are that wen I push the machine hard (I am a graphic designer, so it get's pushed to max maybe 5 hours a day), there's no problems what so ever, it's like it's more tend to crash when cold. No problems during intense gaming as well.
    I run solely on the geforce card, as I have read a lot of problems are due to the switching of cards.
    Anyway, just wanted to chime in, hopefully Apple will deliver a solution for this soon. My old 2007 MBP was rock-solid, and so far this has been the least stable Mac I have owned. Love it still though.
    Lars

Maybe you are looking for

  • When I create Return Sales Order through BDC sales order doesnu2019t create.

    Deal Guru, When I create Return Sales Order through BDC sales order doesnu2019t create. It shows created sales document number but when I display this document I am getting message Document is not in database. After executing my BDC, message received

  • Portable but powerful?

    I'm very sorry if this has been asked a million times before but so far I haven't found anyone with quite the same requirements as me. So currently I am looking at getting a macbook mainly for graphics (Photoshop/Illustrator) but I will be doing a lo

  • Data Pump in Oracle 10.2.0.1.0

    We have recently installed our first release of Oracle 10g on one of our Solaris servers. I have heard that there are some features of Oracle that used to be included (Particularly some of the OEM packages) but now are charged for. Can I be safe in a

  • Call a portal form from another form

    I have a portal form which needs to call another form using a link and passing parameters .. both of forms are built on tables with a forigen key.. How can i pass parameters from form1 to form2 ? Best Regards

  • How can I reset and clear my iphone with no wifi

    How can I reset and clear m iphone without any wifi