Can I find how many instances of BPEL process is in running state ?

Hi,
How can I find how many instances of BPEL process is in running state ? Any code/API ? help ? Thanks

Check the class com.oracle.bpel.client.Locator...
u can use the method listInstances(WhereCondition wc) to get the required details
Regards
Albin I

Similar Messages

  • How  can i find how many smartforms  using a particular smart style

    hi experts  ,
    how  can i find how many smartforms  using a particular smart style
    thnks in advance

    Hi,
    Go to your smartform
    Click on Form Attributes->Output options> There you can find the Style.
    Reward points if useful.
    Thanks!

  • How can i find how many sessions are opened in my database

    Hai
    Iam using Oracle 10g version, front end that iam using is oracle forms6i, sometimes my system get hanged because of some session and not closed i think, can i know how can i find how many session is opened on my database.

    You could query the V$SESSION dynamic view. More info...here...
    HTH!

  • How can you find how many MB or GB is your video

    Before I sign on to Vimeo, I want to find out how many MB my video took? Vimeo only allows 500MB

    Hi,
    Several components of Windows Server 2008 and 2012 use Windows Internal Database for their data storage: Active Directory Rights Management Services, Windows System Resource Manager, UDDI Services, Active Directory Federation Services 2.0, IPAM and Windows
    SharePoint Services.
    Which role did you setup or what is the error message did you received?
    Regards.
    Vivian Wang

  • BPEL Composite going in running state

    I have a mediator that reads from AQ and routes it to the BPEL processes based on condition. When there are 15 or 20 instance read from AQ, some of the BPEL processes go into a running state. Once the process goes into a running state, the any instances created for that bpel process goes into running state. There are no errors in the soa-diagnostics log or soa log. We are running WLS server in a single node environment, database installed in a single solaris container and the wls installed in another container. There are no faults generated too. If I redeploy the process, the BPEL process starts working and goes to the same state after some time ( inconsistent). Even if I restart the soa server, the process starts working but goes to running status when load is applied.
    Any help to diagnose the issue will be greatly appreciated.

    Just to be sure, you say the problem happened only if you have 10-15 instances?
    Yes.. Even if it less that 5 but if there are concurrent calls, the problem persistIn each process you have 1 call for each service (EBS,WS,BpelProcess)?
    One BPEL process calls an EBS package( Dbaadapter), Web services each of them are BPEL process
    1st invoke web service call ( which is BPEL process) 2nd invoke is a dbadapter 3rd invoke is service call ( BPEL process)Did you change any of the default parameters on the SOA server, or DB connection?
    >>
    You might consider a problem with the EBS - maybe you are calling an API and there is a db lock...?
    All the queries are only selects. No updates and these apis are tuned.Enter the current running instance - see if the last service is the same for all running instances.

  • How many Instances can I install on one machine?

    Hi Folks,
    Do you know how many oracle instances I can install on my Win OS machine.
    I already have three different instances. Typically how many instances Oracle recommends to setup in one machine to ensure performance improvement?
    I use Oracle 9 and oracle10g both. In fact, Oracle9 in Solaris and oracle10g on win.
    Regards,
    Amir

    In general, it recommends one instance per server
    in a production environment, for a variety of
    reasons (maintainability, backup/recovery, easier to
    tune, better use of resources).If you have 100 productives databases, it is very probable that you won't be able to have one server per database.
    Again, it depends on your number of users, processors and ram... But if you 16G ram and 16 processors, you should well be able to able to have 20 databases with not too much activity.
    The number of 20 here means truely nothing. I admit. But recommending one instance per server is not ok.
    Many applications require to have a separate database. It is the double administration necessary, but it is better than the troubles generated when 2 software vendors are sharing the same db.
    For development, I have some systems with over 50 instances running with 16g ram and 8 cpus.

  • EastWest Symphonic, LA Scoring Strings - How many instances can you run?

    Hi - After investing in a new quod core recently and been really depressed by the performance I'm getting I wondered whether users of EW Symphonic Orchestra and/or LA Scoring Strings, Vienna Symphonic etc... could share with me how many instances they can load and run in a mix.

    Hi,
    i understand your frustration
    Below is a list of the things I had do to to make my system usable:
    1. Turn Airport & BlueTooth : OFF
    2. Apple System Preferences:
    Energy Saver: Set Computer and Hard Drive to: Never Sleep,
    Software Updates: Check for update: Uncheck
    3. Logic Preferences, Audio , Devices:
    I/O Buffer Size 512
    Software Monitoring: OFF
    Process Buffer Range: Large
    Audio Units Manager: Uncheck all AU plugins not being used!
    4. Logic Preferences, Audio, General:
    Track Mute/solo: CPU-saving(Slow Response)
    Sample Accurate Automation : OFF
    Plug-In Delay Compensation: OFF
    5. Assign ALL tracks thru Buss's, See Link below
    http://support.apple.com/kb/HT3161
    6. Keep a muted audio track in the arrange page and have it selected
    LOgic uses additional CPU power if a midi track is selected
    7. Keep at least 50gb or more of free space on the hard drive
    8. Run the freeware program Mac Janitor
    9. Do not run any other programs during the Logic Session. Close all programs not being used.
    10. VERY IMPORTANT! Restart computer to flush ram. Do this each and every time you reload your Logic Sequence.
    Also check out this link:
    http://www.youtube.com/user/SFLogicNinja#p/a
    I hope this helps

  • How to findout how many  instances are available in one server

    how many instances are available in one server

    You can also check (in Unix) /etc/oratab to list all Oracle instances, it should be updated. That's not so true...
    example:
    ps -aef | grep pmon | grep -v grep
    oracle   14867     1  0 Jul29 ?        00:00:00 ora_pmon_TEST9I
    oracle   15024     1  0 12:10 ?        00:00:00 ora_pmon_SECOND9I
    oracle   15172     1  0 12:11 ?        00:00:00 ora_pmon_THIRD9I
    cat /etc/oratab
    *:/opt/oracle/920:NThis topic was discussed here Oracle9i on Redhat and there you could find other suggestions.

  • How many instance are running ?

    Dear Friends ,
    how do i figure out how many instance are running on database? OR , How many database are running in a server ? Is it possible to find out from 'os' or 'database' level ?
    Waiting for ur kind reply ... ...
    Edited by: shipon_97 on Sep 4, 2008 10:38 AM

    Hi,
    On unix/linux use: ps -fea|grep pmon
    This will show all pmon process running (Each one is an Instance and you will see the name of the Instance here too), you can also check on /etc/oratab all the oracle databases in the server.
    On Windows go to Control Panel, Administration, Services and take a look on the Oracle services.
    Cheers,
    Francisco Munoz Alvarez
    www.oraclenz.com

  • How can I set up multiple spaces (desktops) on my new MacBook Pro 10.9.5?  I have six set up on my other computer MacBook Pro 10.8.5 but can't find how to do it on this new one.  Would appreciate help on this.  Cheers.

    How can I set up multiple spaces (desktops) on my new MacBook Pro 10.9.5?  I have six set up on my other computer MacBook Pro 10.8.5 but can't find how to do it on this new one.  Would appreciate help on this.  Cheers.

    It's not completely obvious. What you have to do in Spaces is to position your cursor to the upper right of the screen, after which faint + (plus) sign appears in that area. Click that, upon which another Desktop will appear.
    The + may be difficult or impossible to see with some desktop backgrounds (black, for instance):

  • I can't find how to apply sound enhancements (EQ) for the podcasts now with iOS 6.0 update

    Dears at Apple:
    I can't find how to apply sound enhancements (EQ) for the podcasts now with iOS 6.0 update on any of my devices(iPhone 4s, iPhone Touch (4th Gen), iPad (3rd Gen). Most of the "Podcasts" I listen to are music content based and wanted to apply sound enhancements(EQ) like before when integrated with ipod function. Can you consider to "fix" this issue?
    Many Thanks!

    OK Emanuel I found a solution! I dowloaded and installed "Denon Audio" app from the iTunes store & it works great! It has an EQ you can set curves on manually or use the (few) built in pre-sets. It is a player like the Music app that comes with the iPhone, etc. but restores the EQ functionality so we can adjust the audio of PODCASTS:-) Until Apple fixes this what I consider a bug I will be using the Denon app as my default music player!

  • How to find how many sto's Created in One plant

    Dear
    how to find how many sto's Created in One plant
    ex: i have 5 plants now i want to check how many sto's done

    Hi,
    Please check in table EKKO for supplying plant against STO document
    EKPO against Receving plant
    WB2_V_EKKO_EKPO2 - You can pass both supplying plant as well as receving plant.
    Regards,
    Haresh

  • How can i decide how many dimensions are needed here.and which charactersti

    Hi,
            i am planning to create custom defined cube for sale order line item data.  how can i decide how many dimensions are needed here.and which characterstics are suitable for that dimensions.
    Thanks,
    chandu.

    Hi Chandra,
    How many dimensions are needed and which characteristics to be used totally depends upon the data model you are using.
    for instance  take an example of school.
    teachers , students are the imp terms in this example .
    you can choose these two as dimensions .
    teacher's name , address  , subject , class , designation etc can be its characteristics . and for students also the important terms describing them can be its characteristics.
    for more understanding of the Dimensional Modeling you can refer to following link.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Hope It Helps .
    Regards
    Pratap

  • HOw to find how many users into into r/3 system  and when the log in

    HI
    I need to find who are others log in to R/3 system?
    HOw to find how many users into into r/3 system  and when the log in

    Hi,
    You can also use transaction code AL08 to see the list of users logged on with the transactions they are working on.
    Regards,
    Venkat

  • One stupid question! I can't find how to put my alarm clock ringing tone

    One stupid question! I can't find how to put my alarm clock ringing tone - music (you have bad tunes out there.)
    I hope very much that I was mistaken
    <Edited by Host>

    Here is just one of the many articles explaining how to make your own ringtones.
    http://osxdaily.com/2010/09/04/make-free-iphone-ringtones-in-itunes-10/
    If that one doesn't help, just google it.
    Best of luck.

Maybe you are looking for

  • 10.2.0.2 Database Install Hangs on AIX 5.3

    We have four new, recently-configured, AIX servers with same configuration with respect to IBM patches, kernel settings, etc. The install on our second server hangs while the other three installs successfully completed. It's not a connectivity issue

  • Can buffered digital edge detection only be performed using an external sample clock?

    I am working on an application where I need to measure the speed (rpm) of a motor as it starts up using the output of its built in hall effect sensor.  The sensor should output 2 pulses per revolution of the motor.  My plan is to count the pulses fro

  • Run Labview as different windows user (for database connectivity)

    I have to connect to a corporate remote MSSQL-Database on the network, using the database connectivity toolkit for LabVIEW. The db-authentification is realized checking the windows user (ads) who acceses the datebase (not a database user / password w

  • Some applications are not installed by MDT

    Hi! I'm deploying Windows 7 32bit and most of my applications are installed by MDT, after the image is droped on the target machine. I found myself facing a very odd situation for which I couldn't find an explanation or solution: - "sometimes" (and t

  • Adobe Connect Pro to Captivate

    I recorded a presentation with PowerPoint slides in Adobe Connect Pro.  Now I need to edit the slides in the recording.  Can I import the recording into Captivate to do some editing?  If so, please give me some instructions.  Thanks.