EAI is just about  WS and database interaction or WS and What

Salut,
I want a straightforward answer for this question
EAI: is it about WS and legacy database interaction or what ?

Hello,
Have you take a look to BPEL (Business Process Execution Language) that is a language that use Web Services to define your business process.
Take a look to the BPEL page on OTN and you will learn about what can WS give you in term of EAI. For example Oracle Application server with its adaptor based on JCA allow you to publish this JCA information as Web Service so you can leverage any legacy system...
- BPEL Page
Regards
Tugdual Grall

Similar Messages

  • Difference between Instance Crash and Database Crash in Standalone and RAC?

    I am new to Oracle Environment. I would appreiciate if i get clarified on the "_+Difference between Instance Crash and Database Crash in Standalone and
    RAC_".+
    Oracle Version: 11.1.0.7.0
    O.S Version: HP-UX B.11.31 U

    Sivaprasad S wrote:
    I am new to Oracle Environment. I would appreiciate if i get clarified on the "_+Difference between Instance Crash and Database Crash in Standalone and
    RAC_".+That depends on your definitions of database crash versus instance crash.
    Literally, database crash means that the database itself is damaged in some way. A disk is no more. Data files are corrupted. Etc. The database itself thus causes the crash - and a database crash will also cause all database instances (RAC or single) for that database to crash too.
    An instance crash will therefore mean that the crash occurs in the instance due to an Oracle bug or similar. In other words a s/w error and not a database error. The database is still "fine", but the instance not. Instance crashes. However, any other instance on that same (RAC) database will still be fine as the database itself is unaffected by that s/w error in the crashed instance.
    If you mean something different, please enlighten us. Not all crashes are equal. {noformat};-){noformat}

  • Adobe Captivate Help | Drag-and-drop interaction (for subscription and Adobe Software Assurance customers only)

    This question was posted in response to the following article: http://helpx.adobe.com/captivate/using/drag-and-drop-interaction.html

    Yep.  But it will only likely get to you in the next version released for NON subscription or ASA customers.  With 6.1 Adobe was giving a preview of the functionality they would be including in your next release.  Either way, whether you upgraded to the subscription edition or waited for the next paid upgrade, you were always going to be paying something to get this new functionality.  6.1 users just got it earlier than everyone else.  That was Adobe's decision.  It certainly hasn't been a popular one.

  • BPM and database interaction

    I am writing my thesis on processes and use the OBPM product.
    I need to connect it to an external database. I managed to make some steps towards this goal, but the big picture is missing.
    Can anyone show me a documentation on this topic or help me directly?
    Thanks in advance
    Edited by: bpmL on Feb 2, 2009 3:13 AM

    I need help with this. I tried to make my BPM object to fill one pull-down list from Oracle database and I just don't get it to work. I get a java nullpointerexception.
    The weird thing is that when I debug the method, it works fine. But when I open the presentation in workspace, it just gices out the nullpointerexception. How can it work in debug but not when run in workspace?
    The code is this:
    listValues as String[String]
    externalResource as String
    sql as String
    externalResource = "tuotaDB"
    sql = "SELECT DISTINCT TYOKAN.TUN AS TUN, " +
    "TYOKAN.SELI1 AS SELI1 FROM TYOKAN, TYO_KP WHERE TYO_KP.TUN = TYOKAN.TUN " +
    "AND TYOKAN.TUN IS NOT NULL AND TYOKAN.SELI1 IS NOT NULL "
    for each row in DynamicSQL.executeQuery(sentence : sql, implname : externalResource) do
    listValues[String(row["TUN"])] = String(row["SELI1"])
    end
    return listValues
    The name of the Oracle database external resource is tuotaDB and the name of the catalog item is TUOTA. I have imported the tables mentioned above into that cactalog.
    This is part of the error messages that I get:
    exception occurred running controller: fuego.xobject.runtime.components.XOInputController
    javax.servlet.ServletException: exception occurred running controller: fuego.xobject.runtime.components.XOInputController
    The task could not be successfully executed.
    Reason: 'java.lang.NullPointerException'.
    Caused by: java.lang.NullPointerException
    fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'java.lang.NullPointerException'.
    Caused by: java.lang.NullPointerException
         at fuegoblock.sql.DynamicSQL.executeQuery(DynamicSQL.java:316)
         at fuegoblock.sql.DynamicSQL.executeQuery(DynamicSQL.java:93)
    Error workspace-1247845516304
    The task could not be successfully executed.
    Reason: 'java.lang.NullPointerException'.
    Caused by: java.lang.NullPointerException
    fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'java.lang.NullPointerException'.
    So, what have I done wrong? There are several different ways to write that code as mentioned already in this thread, but the results are the same. If I comment out the line adding values into list then the script goes through fine. But the script goes through fine in debug mode also, but not when run in workspace.
    Please, help me, I have spend a lot of hours into this...

  • Just about to buy 20' from UK store and

    it's not available anymore and are apple finisging with the ACD alltogether?

    20"ACD was discontinues around 2/20/09 in the US. 30" is low in stocks right now.

  • Drag and Drop Interaction Behavior

    Hope someone can shed some light on this. Here is the setup:
    Slide 10 upon successful drag and drop
          assign variable AnswerCorrect to 1, go to next slide
         If the drag and drop fails after 3 tries it goes to the next slide
    Slide 11 - on enter
         Conditional action (I am using this to skip a dialogue box which is hidden if the previous slide had a correct answer). There is also a "continue" button at this point which is not currently hidden. Essentially I want to skip both the dialogue and continue if the previous answer was correct.
              If AnswerCorrect = 1
              Assign PlayHeadPosition (user variable) = to cpInfoCurrentFrame + 30 (I want to position the playhead 3 seconds into the slide)
              Assign cpCmndGotoFrameAndResume = PlayHeadPosition
              Assign AnswerCorrect to 0
              Else continue
    My project is skipping to slide 12 on the execution of this. I think it may have something to do with the cpCmndGotoFrameAndResume defaulting to a -1 which would put it at the end of slide 10 again plus the value of PlayHeadPosition.
    Note that slide 11 does have another drag and drop interaction on it and I have the objects for the whole slide.
    Thank you in advance everyone!

    No dice, even slowing the FPS down to the min of 10 I can't see if it is jumping back and forth... The 2nd drag and drop on slide 11 isn't paused until 7.5 seconds into the slide so it isn't that being skipped either.I am completely stumped on this one.
    I have narrowed it down a bit. This is the on enter for slide 11. If I change the first line of the action to just display a text box on the slide it works as expected. Even with cpInfoCurrentFrame being offset by the initial -1 I would have expected it to set the playhead at 2.9 seconds into this slide??

  • Can drag and drop interactions created in Captivate 6.1 be exported to HTML5?

    I need to convert some Flash drag and drop interactions to HTML5 and I'm looking at Captivate and Storyline.
    Can drag and drop interactions created in Captivate 6.1 be exported to HTML5?
    (I tried Captivate 6 with the drag and drop widget and that didn't work, and I can't find a trial version of 6.1).
    Many thanks,
    Sonya

    Many thanks Lilybiri
    I've just chatted to Adobe support and they have told me there is no educational discount for subscription I coudn't find the info on the website, so if anyone is interested, subscription is $29.99/month or $19.99/month if you sign up for a year.
    Cheers,
    Sonya

  • Some error in cluster alertlog but the cluster and database is normal used.

    hi.everybody
    i used RAC+ASM,RAC have two nodes and ASM have 3 group(+DATA,+CRS,+FRA),database is 11gR2,ASM used ASMlib,not raw.
    When i start cluster or auto start after reboot the OS,in the cluster alertlog have some error as follow:
    ERROR: failed to establish dependency between database rac and diskgroup resource ora.DATA.dg
    [ohasd(7964)]CRS-2302:Cannot get GPnP profile. Error CLSGPNP_NO_DAEMON (GPNPD daemon is not running).
    I do not know what cause these error but the cluster and database can start normal and use normal.
    I do not know whether these errors will affect the service.
    thanks everybody!

    anyon has the same question?

  • Ocfs2 configuration require crs and database shutdown

    Hi,
    We are in the process of adding a node to the cluster.
    This is a 3 node cluster. we are going to add a 4 node to the cluster.
    ocr , voting disk are kept on ocfs2 file system. when we are trying to configure ocfs2.
    we were not able to mount ocfs2 device 4th node. we install all the ocfs2 required which was not there on 4 node.
    we can see the entries of 3 node in ocfs2 configure file we have make the 4th node using ocfs2cosole view.
    node:
    ip_port = 7777
    ip_address = 192.168.11.97
    number = 0
    name = rscorc07a.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.99
    number = 1
    name = rscorc07b.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.101
    number = 2
    name = rscorc07c.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.103
    number = 3
    name = rsdorc07d.corp.shire.com
    cluster = ocfs2
    cluster:
    node_count = 4
    name = ocfs2
    we need to add the 4th node entry on all the nodes.
    My question is does this require shutdown of database or crs or we can configure ocfs2 and add ocfs online(when the crs and database is up)
    Thanks and Regards,

    Hi All,
    The crs and database dont need to be shut while configuring ocfs2 for node addition.
    We took a help from oracle support.
    They asked us to increase the min_free_kbytes to 10000 kernel parameter is sysctl.conf and reproduce the issue.
    we have increased it to 1000 and we will again try to add the 4th node and let you know what is the outcome.
    Thanks

  • Issue with HP Z820 64GB RAM and dual Quadro K4000's and rendering and playback performance

    I'm having major issues with performance on my system (running windows 8.1. Premiere CC 7.2.2). My friend in the office here has a Mac Pro (2013) with 6 core cpu and dual D500's and I have dual Xeon 2665's and dual K4000's.
    The problem is that he can export twice as fast as me on mercury software and almost 3 times faster on Mercury GPU. He can also add twice as many affects before his system drops frames (using same settings and video file). When I go to GPU-Z my gpu's are hardly working with GPU export selected... with software only my CPU's get to 60% load max whereas his CPU get's to about 84%. Am I missing something? I know the D500's are almost the same as W8000's (and he has two), but dual K4000's shouldn't be that far behind? And how does selecting cpu exporting get him an export time of 6 minutes compared to my 15 minutes when I have a 32 threads to work with??
    Am I doing something wrong? Have I got a setting somewhere that is causing this that I might have missed? Are dual D500's really THAT much better than dual K4000's? AND HOW is my 7k+ machine that much worse than his £3200 mac?
    Please help. I'm losing my mind here!
    Thanks
    Edit - Would just like to add that the video files we are using are pro res 422 and that I have the latest bios and latest nvidia performance drivers

    That HP Z820 should kick the Mac pros butt! For example we run Autodesk Flame systems ( 150k software) on the Z820's with Quadro 6000 cards and they fly. We also had a new mac pro in for testing a few months ago w the dual fire pro cards all decked out and it was crap next the the Z820. Of cource the new MP cant run allot of highend software because of its lack of nvidia support and the firepros lack of open GL but we did run premier and smoke etc  on it for testing. ( Although i thought it looked cool the total lack of exandability and nvida support  was to much so we sent it back). Graphic workstations need PCIe expandability and a choice in GPs.
    Anyhow here are a few observations:
    -Software being used will dertermine the hardware purchased,
    -The dual xeons at the much lower clock speed are meant to work 24/7 like a lamans endurance race, not a sprint race.  Better to get highest frequency xeons.
    -Having dual CPUs with all thoughs cores will only work with a software that is properly mulithreaded, premier is definetly not one of those softwares so you not getting any advantage.
    - the advantage to Quadro cards are much more noticable in 3d tha 2d. If your running Autodesk maya, 3ds max or the recently disscontinued XSI you would be flying compared to the W7000.
    -dual GPU cards do not preform at twice the speed. On average the second card gives about a 10 percent boost.
    -At present ( and as akways) , nividia Quadro drivers are much more uptodate and bug free compared to ATI highend cards. This will inevitably change as openCL over takes openGL, until then Quadros are the clearly superior cards for those with DEEP pockets.
    -I think you would have been far better off with a single Quadro 6000 vs dual K4000s. Also any higher end ATI firepro card would have worked since Premier now uses open CL and no longer needs openGL. Main advantage to Quadro at this point (  besides 3D ) is to be compatible with the most softwares and get the best and most optimized drivers. Firepros will work properly in far fewer softwares at this point but I can see a day over the next few years this may change but not as of yet in 2014. So his W7000 wins this sprint race in this single simple example but in most any other situations your cards will actually work and win. I like saving money like the next guy but I even purchase Quadro cards for my home use and experimenting, but Im not a gamer.
    -FYI: Cuda core count no longer is true measure. For example older Fermi cards worked at twice the frequency than the newer kepler architecture so in effect today you need double ( actually more) the amount of cuda cores to equal the older cards. Also the true compute power in the new Keplers is also much inferior to the older cards.  Its all creative advertiseing today more akin to creative accounting / smoke and mirrors. What im trying to explain is when people read the charts that show the cuda core count and say the higest is best is completely not true. It may have the most "cores" but it will not render correctly, double percision is missing, colors may pop, anti aliasing is inferior and inconsistant,  interaction ( most important) and shaders will be buggy or missing. There are very good reasons people spend money on highend Quadro cards but the charts and reviews generically speaking never understand or can even test for this stuff.
    -Even given the above scenarios your Z820 should be killing your competition. Using a decked out Z820 is way overkill for anything CC. ( Kinda like driving an F1 to get groceries.)  get your HP rep to come over and replace / test your rig. Its free and covered in your coverage.
    I am CLEARLY not a tech guy as my talent in is creation and design but I overhear the tech guys talking.

  • Fillable PDFs and databases, what's it all about?

    Hi Everyone
    I'm using Adobe Pro 9 with LC built in and I started using LC forms to collate data from colleagues, basically I created a form then distributed it via email and people would then fill it in and send it back to me. I would collate this into a PDF responses file then export into a csv file. However I'm using Access Databases alot now and have been scouring these forums to see if there is anyway to directly link LC and Access, and indeed there is. Yet after reading many many words on ths I'm more confused than ever, so here is what I'm trying to achieve, so I really would appreciate any help. I've designed a form on LC, this was done by first designing a corresponding table in Access and setting up the connection, so that the fields in the form are bound to the table fields, I've even used the "SQL Query" option to get round the auto incrementation issue. So far so good. Now I need to email that form to all our intended users - none of whom have access to the Access database  - the form is blank and carries no information at all, they will fill it in and email it back to me, I then want to extract that data directly into the database, is this pssible and how.
    Thanks in advance to all.
    Steppedweller

    When th euser submits information back you can program the submit button to send back th eentire PDF or just the data. If you choose just the data you will get an XML data file. Now you can open your version of the form (with the database connectivity in it)  and import the data file into your form. All fields will be filled as if the user typed the info into th eform and you can use your database buttons to do what you wish with it.
    If you have Acrobat then you do not need to worry about the Reader Extensions part. By default Reader does not have the functionality in it to allow database connections and saving of the PDF locally. This functionality can be turned on by using Reader Extensions. This is done on a form by form basis. By having your users send the data file there is no local save requirement and if you are using Acrobat there is no need for Reader Extensions to allow database connectivity.
    Make sense?
    Paul

  • I just want itunes music and database to be on external HD not internal

    What am I doing wrong. I have itunes music library on my external HD and my itunes preferences say that my itunes music folder location is just that. It's about 41 GB. Ok, but why on my system drive is there an itunes folder in the default user music folder and it is 7 GB and there are certain titles in there that did not make it to the external. The database files are in there as well. Shouldn't everything be located in the external itunes music folder including the database files ? How do I have itunes automatically update the external HD folder and put the database files in there as well and stop using the internal system drive for storage and database.

    I did that a while ago. But now it seems there are 7 GB of stray files. Is there a sync feature that moves only the itunes files that are outside the designated itunes folder, in my case they are living on the system drive for some reason...

  • So, I have just about had it. For nine days now,  I have valiantly tried to move my library to an external drive. At first, I attempted to move it to my 2TB Time capsule, iTunes didn't like its new home though and moved home without telling me.

    So, I have just about had it. For nine days now,  I have valiantly tried to move my library to an external drive. At first, I attempted to move it to my 2TB Time capsule. iTunes didn't like its new home though and moved home without telling me. So then there were two libraries. I meshed them back together reluctantly and iTunes in a silent revolt, absolutely refused to use its own 'Keep Library Organized' criteria and may as well have thrown my music against the wall. Seriously, my 5 year old nephew has his computer files better managed. Then I bought a 3TB Time Capsule and you may ask yourself why??? Well, iTunes doubled in size- although when I ran apps that are designed to find duplicate iTunes files, it deleted the music I actually bought from iTunes. So then I watched as iTunes got it back. How you ask; I run a MacBook Air, iMac and Mac mini in my house - as soon as one powered up it hit the net like a sailor on leave and re-downloaded it all without abandon. I tried to keep the libraries separate, no success there. I tried to keep them unified; iTunes response was to ask me if I wanted to join iTunes Match every time I logged on to my computer and on any computer - my iTunes match song number has been as high as 24,367 and as low as 11,112. And I can't simply refuse iTunes. No one refuses iTunes. Refusal to allow iTunes Match to run through all 24000 songs again was to revoke my rights to the songs that were once part of my library. If I took a long time to decide or was visibly impatient while iTunes did its little 3 hour scan it would arbitrarily decide that music I bought from iTunes was ineligible for iTunes Match. How could that possibly be??? I am missing music, or at least iTunes tells me so by showing me that lovely exclamation point. I have tried backing up my computer to do a full system restore and start all over. Time Capsule claims I have 979 GB of data and takes its sweet time to even back up one gig (about 18 minutes) even though I can transfer files to my Time Capsule at about 1 GB every 40 seconds. I guess though performing back-ups are somewhat like government jobs; it will get done, when it gets done. The back up requirement of 979 GB is surprising though, my Mac claims that I currently occupy just about 25% of my 2TB drive. The discrepancy, who knows, but I think the solution lies somewhere in iTunes. But maybe iPhoto. But that is for another time.

    After admittedly only a quick read the one thing you don't say is how you are trying to make this move.  Most people with moving library issues do it the wrong way.  Plenty of web sites tell you how to do it the wrong way.
    If the iTunes application is started before the drive with the library is fully mounted and awake iTunes will revert back to the internal drive.

  • I have just bought an iPhone 5 and it won't sync to iTunes.  It says it needs  iTunes 10.7, which I have downloaded and installed.  I still get the error message and looking at "about iTunes" it says 10.6.3.  What do I do??

    I have just bought an iPhone 5 and it won't sync to iTunes.  It says it needs  iTunes 10.7, which I have downloaded and installed.  I still get the error message and looking at "about iTunes" it says 10.6.3.  What do I do??

    Perhaps check to see if you're accidentally running two different versions of iTunes. There's some information on troubleshooting that in the Opening iTunes section of the following document:
    Troubleshooting iTunes installation on Mac OS X

  • Hi. I am just about to move from the UK to Kuwait. Will I have any problems using my iPhone 4 and able to join a local carrier using this device please?

    Hi. I am just about to move from the UK to Kuwait. Will I have any problems using my iPhone 4 and able to join a local carrier using this device please?

    If your phone is locked to a particular carrier, you must contact them to request they unlock it. Once they've taken care of that and you've followed the instructions to complete the unlock process, you will be able to use the phone elsewhere.
    ~Lyssa

Maybe you are looking for

  • SharePoint 2010 SQL Data View will not sort text columns

    Hello All, This is a comment not a question.  I was hitting my head against the wall for a couple hours with this one.  Data View worked fine until I tried to sort it by one of the test columns in the data.  After much research I figured that it had

  • Wrong Sender Agreement:The Sender agreement does not have channel

    Hi Guys, I am trying RFC to File scenarion where I am triggering a report which is calling a RFC module I have given the destinaztion name correct .When I am executing the report it is failing giving the following error "Wrong Sender Agreement:The Se

  • How to solve error when run Depreciation (T-Code:AFAB)

    Dear All Experts, Hi, I found error when run Depreciation for period 9 FYI. I had run Planed posting period Depreciation (TCode: AFAB).  with fiscal year: 2010, posting period: 9, reason for posting run: Planed posting run. Select on Test Run. Then i

  • Looping problems for images

    Hi to all, I have a range of pictures (30 pic). I want to do something like, after 5 images in a first row, the nxt 5 images will appear second row. However, I keep on having all the images in the first row, and yet no images in the second row. Codes

  • Adobe Acrobat XI: Error Adobe Acrobat is not activated. Cannot create PDF File.

    After installing Acrobat XI Pro on Windows 7 Ent. w/Office 2010. From MS Word, select Save as PDF, I recieve "Adobe Acrobat is not activated. Cannot create PDF file." Any and all troubleshooting has failed. Uninstall Acrobat, language packs, re-insta