BPM Suite

Hi,
what is the difference between Oracle BPM studio and Oracle BPM Enterprise ?
What for these both are used ?

Oracle BPM Studio is used by both Business Analysts and Developers where all the modeling and development takes place.
Business Analysts use Studio to do 4 things:
(1) model business processes in a role based activity flow process diagram
(2) document the business processes for the end user participants and developers
(3) simulate the business processes and perform what-if analysis to determine if the designed processes will meet the cost, time and throughput objectives desired.
(4) create business rules
Developers use Studio to:
(1) do the 4 things listed above
(2) expose a company's existing components (Java POJOs, databases, web services, service bus, .NET assemblies, etc.)
(3) create logic that invokes the components exposed.
(4) create variables that stores the information that each work item instance needs to do its work as it reaches each activity in the process
(5) create objects that can be used to transport information throughout the processes. These objects can contain attributes for information storage, methods for the logic needed and presentations to present the information to end users inside human activities inside processes.
(6) create BAM dashboard reports that aggregate and show KPI information in the form of pie, bar charts and gauges.
Oracle BPM Enterprise is the runtime environment that consists of:
(1) a Process Administration console to publish and deploy the processes created by business analysts and developers using Studio
(2) an Engine running either standalone on a JVM or on an application server (WebLogic or Web Sphere)
(3) databases that automatically persist the instance variables
(4) a web based WorkSpace that allows end users to interact with work item instances flowing through the processes deployed
(5) BAM dashboard displays that show the KPI pie, bar and gauge information
Hope this helps,
Dan

Similar Messages

  • Is PAPI-WS available in Oralce BPM Suite 11GR1?

    Hello everybody i need some help:
    I installed Oracle BPM Suite 11gR1 and I need to know if PAPI-WS is supported in these release.
    In case is supported i need how can I activate this service for invoke it via http(SOAP)
    The problem is I need to manage(start/stop) the processes that have bean deployed in Oracle BPM engine from a client application developed in other tecnologies
    Regards
    Y

    The reference to the Human Workflow docs is important. But it's also important to keep in mind that the architecture of 11g is different than in 10g. While you can interact with the tasks defined in a process via the Human Workflow APIs. You don't start process instances from those APIs. Please see this post:
    Re: Getting while running the BPEL process from java
    It references an ATeam example app that can start processes from a web client. But the Java APIs are described too.

  • How to extend Prebuilt SOA/BPM Suite VM domain to include IPM?

    I am using the Pre-built Virtual Machine for SOA Suite and BPM Suite 11g.  I want to extend the domain to include IPM because my BPM app needs to search and update document fields stored in the UCM repository.  When I use the Fusion Middleware Configuration Wizard to extend the domain to include IPM, it fails.
    One thing I noticed is that it doesn't recognize the existing components that are already in the domain.  For example, Enterprise Manager is not checked and grayed out as it should be.  (Maybe this is related to the fact this prebuilt VM has a "collapsed domain".)
    When I check IPM, it automatically checks "Oracle Enterprise Manager" and  "Oracle JRF" in the list.  Clicking next, it then complains of existing components (Oracle JRF), but I select "Keep existing component".  Eventually I receive this error message:
      CFGFWK-64056: There is a problem with the template!
    So, how can I get IPM working on this VM?  Or, is there another VM (or more than one) that will allow me to run SOA and BPM Suite, along with UCM and IPM?  As I said, I am creating a BPM app that needs to communicate with IPM to search for and update field data for documents stored in the UCM respository.

    Hi Preethi,
    I also have same kind of scenario. Were you able to refresh the workspace programatically?
    Thanks,
    Pradeep

  • How long until Oracle posts BPM Suite bundle definition and costs???

    Alright... how long do we have to wait until Oracle officially posts what is in the BPM Suite and updates the price list? The current web site contents certainly don't have the up to date BPM Suite product bundle correctly identified. The May price list still has the price over $115K which can't be right since I also need the SOA Suite. I have run into multiple Oracle sales reps who all gave me different answers. Anyone else care to know this information with some clarity and want to chime in asking Oracle to make it clear?

    Hi Kyle,
    I really understands your concern.With some limited feature with BPM composer it is best to start building BPM Process first from using Jdeveloper.
    They we can move to web form which will give an more insight into BPM.
    Please prepare to have some knowledge on ADF too. Its simple
    To start with i would suggest below link:
    http://blogs.the-hindu-matrimony.com/wordpress/oracle-fusion-middleware/oracle-soa-bpm-11g-blogs/oracle-soa-bpm-11g/bpm-…
    Check this for Composer web forms:
    https://java.net/downloads/oraclebpmsuite11g/Samples/bpm-WebForms-BasicTutorial/BPM%2011g%20Sample-Web%20Form%20Basic%20Tutorial.pdf
    http://www.lkakarla.com/2013/03/create-bpm-process-using-composer.html

  • Can't logon bpm workspace in BPM suite 11g R1 PS3

    I have a very wire problem,
    I can't login to bpm workspace using the administrator "weblogic/welcome1", but I can use this logon weblogic console and em.
    check log find the following,
    initIgnoreList:Register 'oracle_ias_farm' login page url:/em/faces/targetauth/emasLogin
    m_connection-jpss null
    javax.security.auth.login.LoginException: Operation exception.
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:63)
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:43)
         at oracle.bpm.papi.ora.ProcessServiceSessionAdapter.<init>(ProcessServiceSessionAdapter.java:178)
         at oracle.bpm.papi.ora.ProcessServiceAdapter.createSession(ProcessServiceAdapter.java:146)
         at oracle.bpm.workspace.model.servlet.WorkspaceLoginServlet.initPrincipal(WorkspaceLoginServlet.java:65)
         at oracle.bpm.web.security.servlet.LoginServlet.initPrincipal(LoginServlet.java:142)
         at oracle.bpm.web.security.servlet.LoginServlet.doPost(LoginServlet.java:104)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    my env was:
    java: sun jdk 1.6.0_24
    Soa suite 11g ps3
    I create domain, select oracle bpm suite for developers template.
    I also google it, try to reset MDS and check /etc/hosts file. it's doesn't helpful.
    Any ideas?
    thx!
    /Leaf

    Hi Ravi, Leaf
    I am facing similar issue when trying to logon to bpm workspace (http://localhost:7001/bpm/workspace) after installing BPM & SOA Suite 11.1.1.4 Developers (single JVM install of AdminServer only).
    Steps I followed are-
    1.     Database is XE, I have set an environment variable to TRUE as suggested on download instructions page
    2.     Install SOA suite 11.1.1.4 by choosing the options for BPM for developers
    3.     When logging to WLS and em console with “weblogic” user, it works fine.
    4.     On the em console, I have checked and verified the “BPMWorkspaceAdmin” role exists and weblogic user is a added to the role
    5.     However using “weblogic” user, I can not login to bpm workspace (http:// localhost:7001/bpm/workspace). The server log shows-
    privilege NA resource //app/policy/OracleBPMWorkspace/null/null result ABSTAIN
    [2011-04-26T16:11:51.532+02:00] [AdminServer] [NOTIFICATION] [] [oracle.bpm.common] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: a9218d2d72883d7b:7f1352b9:12f920db316:-8000-0000000000000726,0] [APP: OracleBPMWorkspace] Operation exception.[[
    javax.security.auth.login.LoginException: Operation exception.
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:63)
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:43)
         at oracle.bpm.papi.ora.ProcessServiceSessionAdapter.<init>(ProcessServiceSessionAdapter.java:178)
         at oracle.bpm.papi.ora.ProcessServiceAdapter.createSession(ProcessServiceAdapter.java:146)
         at oracle.bpm.workspace.model.servlet.WorkspaceLoginServlet.initPrincipal(WorkspaceLoginServlet.java:65)
         at oracle.bpm.web.security.servlet.LoginServlet.initPrincipal(LoginServlet.java:142)
         at oracle.bpm.web.security.servlet.LoginServlet.doPost(LoginServlet.java:104)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    I am installing everything on a standalone laptop.
    Thanks in advance for any solution/pointers.
    Regards
    sibendu
    Edited by: user650290 on Apr 26, 2011 7:19 AM

  • Unable to access BPM composer UI despite installing BPM Suite 11g

    Hi,
    I've installed BPM suite (& SOA suite too) but even after starting Admin server and managed server (soa_server1), I'm unable to access BPM composer (I'm
    using URL similar to http://host/bpm/composer) though I can access WLS console, EM, BPM worklist application etc correctly. Just wanted to check, what else needs to be done to use BPM composer? Kindly let me know.
    Thanks,
    Harsh

    Thanks Rommel. It worked!
    PS: I've seen Composer UI working fine in other BPM installations without specifying port in URL, so I was also trying on similar lines.

  • Newsgroup reorganization + New AL BPM Suite Product Center on Dev2Dev

    Hi,
    As you've probably noticed, we've reorganized the BPM newsgroups a little - cutting down on the dozen or two that we had (aqualogic.business.service.*), leaving just five:
    aqualogic.bpm.general
    aqualogic.bpm.modeling (renamed old .project.development)
    aqualogic.bpm.runtime
    aqualogic.bpm.administration (renamed old .bpm.administration)
    aqualogic.bpm.development (renamed old .service.papi)
    We hope this makes it easier for everyone to monitor and contribute. At the same time, we've created a new AquaLogic BPM Suite Product Center on Dev2Dev:
    http://dev2dev.bea.com/albpm/
    Regards,
    Jon
    PS. Here's our intent for the newsgroups:
    * aqualogic.bpm.general
    - announcements, concepts, foundations
    * aqualogic.bpm.modeling
    - process modeling, simulation, importing models, modeling tips
    * aqualogic.bpm.runtime
    - performance, scalability, architecture, monitoring, J2EE
    * aqualogic.bpm.administration
    - installation, deployment, automation, configuration, directory[ALIP]
    * aqualogic.bpm.development
    - process management, version control, configuration

    some newsgroups were renamed, others were archived.
    the screenflows newsgroup (via NNTP) is not available anymore, you should refer to the new names if you want to access via NNTP.
    People reading via RSS should not change anything since the URLs are based on the internal id and not by name.
    MAriano Benitez
    AquaLogic BPM 5.7 SP1 is now available!

  • Developers Guide for Oracle BPM Suite....

    All,
    I was trying to find a developers guide for using Oracle BPM Suite (11g). I found the one in the following link, however this looks like a pretty detailed one...
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/toc.htm
    Can you someone help me find any other flavors of the developers guide? I am looking for the following...
    1. Methods of work - Best Practices for design and development of BPM process models.
    2. Naming Conventions for Process Modeling - Best Practices
    3. Coding standards for Process Modeling (J Developer)
    4. Guide with FAQ's for connecting / Publishing Process Models to the MDS Database.
    5. Deployment Standards - best practices....
    6. Infrastructure - Recommendations for Scale out deployment in Linux v/s Windows OS.
    Regards,
    Dinesh Reddy

    Hi,
    For BPM Studio Developer guide go for this http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15176/toc.htm
    For every thing related to FMW
    http://download.oracle.com/docs/cd/E17904_01/index.htm
    Thanks,
    Biltu

  • Extending Expense Management Example in BPM Suite

    Hi All,
    I am a newbie for BPM Suite. I went through the expense management example.. Next, I would like to extend the example and integrate it with external resources like database and http server (apache tomcat will do).
    For eg, Can I store the list of participants in the database and retrieve them when I launch my workspace.
    I read about BPM Process API (PAPI), PBL, Fuego but I am not able to relate these. Can anyone please explain me how are they used in integration with BPM Suite ??? Next, How is BPEL Manager Used with BPM Suite ???
    I tried searching internet for tutorials/articals but was not able to find anything relevant.
    Kindly help...
    Many Thanks,
    Sophie

    Here are the steps:
    1. create an external source for your DB: right-click on External Resources -> New External Resource -> Type: SQL Database -> enter all necessary information on your DB (page 145 Oracle BPM StudioGuide)
    2. create a module: right-click on Catalog -> New -> Module -> enter name (page 167 Oracle BPM StudioGuide)
    3. catalog the external resource: right-click on the newly created Module -> Catalog Component -> SQL -> choose your ex. res.
    4. create a BPMObject according to your data structure you want to store.
    5. create a presentation based on this BPMObject
    6. use a BPM Object Interactive Call in your screenflow to display the form (presentation).
    7. implement an automatic activity (impl. type: method) and enter this SQL statement into the method (var1SF id my instance variable in the screenflow):
    INSERT INTO buch (id, titel, author, preis)
    VALUES (var1SF.id, var1SF.titel, var1SF.author, var1SF.preis)
    Have also a look at the thread:
    h4. BPM and database interaction
    and consider Dan Atwood's answer (i couldn't implement it yet...) on reading data from the DB

  • Oracle BPM Suite 11.1.1.4 (Patchset 3) is available

    Oracle BPM Suite 11.1.1.4 (Patchset 3) is available at - http://www.oracle.com/technetwork/middleware/bpm/downloads/downloads-097443.html
    It requires WLS 10.3.4 - http://www.oracle.com/technetwork/middleware/downloads/index.html
    Dan
    Edited by: Daniel Atwood on Jan 21, 2011 6:46 AM

    Thank you Dan!
    I have a question. I have been trying to download the generic installers (since I want to install on a 64 bit Linux). The thing is I cannot find the RCU generic (there is one for Win and another one for Linux). Any idea where can this be downloaded?
    On a different topic, here I am sharing the BPM 11.1.1.4 Installer guide that has been released recently:
    http://www.oracle.com/technetwork/middleware/soasuite/overview/quickstartguidesoasuite11gr1ps3-313245.pdf
    That link is available from this page (just in case they change it):
    http://www.oracle.com/technetwork/middleware/soasuite/overview/index.html
    Regards,
    Gus

  • Oracle bpm suite

    Can anyone give me some suggestions on Oracle bpm suite. rightnow i am working as an oracle dba.
    I got a fulltime chance to work on oracle bpm suite. I am a newbie to oracle bpm suite.
    What are the chances for oracle bpm? can we work as an oracle bpm consultant and oracle dba together?
    Please help

    It will be uploaded to the cb site soon. In the meanwhile, send me an email at [email protected] and I will email it to you.

  • Oracle BPM Suite : Oracle BPM vs Oracle BPEL PM

    Hi All,
    I am new in Oracle BPM and how some experience learning how to use Oracle BPM. Now when reading about the components products inside "Oracle BPM Suite" in detail , I am some what confuse about :
    1) In What situation that we should use "Oracle BPM" rather than "Oracle BPEL PM" ?
    2) In What situation that we should use "Oracle BPEL PM" rather than "Oracle BPM" ?
    I am confuse about these issue since both of the products come together when we order "Oracle BPM Suite" and both of the products can be used for "HUman Workflow Applications" as well
    Could you please help clarify these issues ? Thank you very much in advance.
    Best Regards
    Pearapon S.

    Hi Pearapon,
    You’ve raised a good point.
    Every once in a while, I see an article written by a BPM pundit that attempts to make the case that the BPMN approach (Oracle BPM uses this) is superior to the BPEL approach or vice versa. Here's one example on InfoQ - http://www.infoq.com/articles/bpelbpm. Its title "Why BPEL is not the holy grail for BPM" is very misleading. This is a typical example of an author sitting in either the BPMN or BPEL camp criticizing the other camp's standard. In this article, the author attempts to indict all BPMN to BPEL conversion attempts based on the author's poorly drawn process.
    Although I know that controversy boosts readership of these types of articles, in my opinion it’s not a “vs.”. Both the BPMN and BPEL standards have strengths when used with certain use cases.
    Here’s one scenario where Oracle BPM and Oracle BPEL PM are synergistic. My background is with Oracle BPM, but I’ve used Oracle BPEL PM on a project for the orchestration of composite services. I used Oracle BPM to model the business processes understood by executives, managers, subject matter experts, business analysts and developers. Using the same simple role based activity flow process diagram, everyone understands what the business problem is and how the process will work solve the problem. The Oracle BPM Automatic activities in the process hit Oracle BPEL processes. Here we used the BPEL processes to hit and orchestrate the underlying IT components . We exposed the BPEL processes using the customer’s service bus and we invoked it from the Oracle BPM process’s Automatic activity (Oracle BPM -> OSB -> Oracle BPEL). Alternatively, If the customer had not had a service bus, I could have invoked the BPEL process directly from the Oracle BPM process via a cataloged web service in Oracle BPM.
    Hope this helps,
    Dan

  • Failing to assemble Downloaded Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g

    Hello,
    I checked the download checksum of the files downloaded for Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g ( Pre-built Virtual Machine for SOA Suite and BPM Suite 11g ) and they all match checksums.
    however, when I try to assemble them with 7zip, I get a corrupt error message.  I have tried downloading with Chrome and Internet Explorer.  I have also tried assembling the 7zip files different ways.
    Is there anything else I should try?
    Running on Windows 7, 64 bit machine.  (with lots of disk space).
    Is there any other way to get the files?
    thank you.

    thanks for the response
    I guess I will have to do that as well.
    However, it defeats the speed with which can ramp up with the toolset;  thus slowing my time I can allocate to learning it...

  • Confusion about BPM suite and BPA suite

    Hi,
    I'm very very new to Oracle BPM.
    I just checked the website and found Oracle provides two suites - BPM and BPA for business process management. I'm quite confused what's the difference of their usage? It looks to me that they are very similar to each other in functional.
    Is there any article that has already explained their difference?
    btw: if i want to choose a suite just for modeling, implementation and monitoring purpose, does that mean a BPM suite is more suitable?
    Thank you
    Lesley

    Hi Lesley,
    BPA is an robust process modeling tool used by business analysts to model both their processes and the entire enterprise. BPA has many different types of diagrams that let you see the different levels of decomposition and abstraction. As you'd exect, BPA has a robust process simulation capability. If you hit the BPA forum (Business Process Analysis Suite you'll get more information about it from experts in BPA.
    Oracle BPM was built and architected from the beginning as full life cycle Business Process Management (BPM) tool. It is similar to BPA in that it supports process modeling, documentation and simulation. I use the same diagram to explain the process to executives, managers, IT, SME and business analysts. As a business analyst, the tool is not complicated and can be learned in just a couple hours.
    Here's where the two differ. Oracle BPM was architected from the beginning as a full featured Business Process Management tool that implements and monitors business processes. Its capabilities include:
    <li> Logic - BPA is not a BPM tool so it is not intended to support the process logic needed for runtime. To support this, Oracle BPEL is used in conjunction with BPA. As a developer using Oracle BPM, I use templates and drag and drop to create much of my logic. Once I catalog an object it can be reused across multiple projects either by using the Project Dependency option or by importing the artifacts. I test my logic either by using the method editor debugger or at the process level. As I create objects used in my logic using Oracle BPM, I inherit attributes provided by introspected components. This means that if you have an ERP system object with 138 attributes, you do not have to rebuild this object from scratch in Oracle BPM.
    <li> Runtime / Execute the Business Processes - End users interact with the processes at runtime using an OOTB Workspace. End users are given various roles. When they log into the Workspace, the end users only see the work item instances that are in the roles that they have been assigned. There is an Engine that stores the work item instance information as it flows through the processes at runtime. The Engine is like a traffic cop, ensuring that the right work item instance goes to the right person in the right activity at the right time.
    <li> UI - The End user interface screens and complex end user interaction with a variety of screens can be built inside the Oracle BPM toolset's editor. The forms you build are automatically presented to end users in the Workspace.
    <li> Integration to Existing IT Assets - Oracle BPM can expose and consume IT components directly or through a service bus. Once consumed, the components can be used by any process needing to invoke them at runtime.
    Hope this helps,
    Dan

  • Differences between SOA Suite and BPM suite

    Hi All,
    Can any one tell us what are the differences between SOA Suite and BPM suite.
    Thanks
    parker.

    Please find the link below.
    Difference B/W SOA Suite and BPM Suite
    Hope it will help you.
    Bibhu

  • Differences between human workflow in SOA Suite or in BPM Suite?

    according to:
    http://www.oracle.com/technetwork/middleware/soasuite/index-090227.html
    both oracle suites have human workflow.
    can anyone point out what is the real difference then between this two human workflow components?
    if there is non:
    can anyone point out big differences between BPM suite and SOA Suite?
    regards chris

    There are no difference.
    BPM Suite 11g is deployed on top of SOA Suite 11g and it uses the Human Workflow of SOA Suite only.
    You will see additional functionalities in Human Workflow if you are having a BPM suite instead of SOA Suite like Business Calendar, Protected Flex Fields, Application Roles, AMX functionalities will be enabled by default, etc.

Maybe you are looking for

  • About selecting single column in a alv table.........

    Hi Experts, I need single column to be selected from a ALV table...selected in da sense to be highlighted....as it happens..by default for a row..... I hope u understood my query... Please help me out in this.. I know u all will surely help me... Thk

  • Importing and editing video from DSLRs onto iPad 2

    Hi, I'm reading that it's not possible to import video direct from a DSLR (Nikon D7000 or Olympus Pen, for example) onto the iPad 2, and edit, then export. Is this the case? I'd like to be able to work remotely, taking stills and video (with audio) t

  • Where-clause with the in-keyword. Query optimising.

    Hi I have following question. I have a query, e. g. select x, y from tableA where y in (a_1, a_2, ..., a_n) I have test it with n=1...5 1. 5-6 ms 2. 5-6 ms 3. 150 - 200 ms 4. 150 - 200 ms 5. 180 - 250 ms There is a gap between n = 2 and n = 3. Accord

  • Urgent: Please help. how to solve the time delay during buffer read and write using vc++

    I need to continuously acquire data from daqmx card, write into a file and at the same time corelate (in terms of time) the data with signals from other instruments. The current problem is that there is time delay during read and write data into buff

  • When i try to add a contact to the send box contact box is empty

    when I press the contacts tab I have 26 contacts.when I try to add a contact in the e-mail send box there are no contacts=empty. e-mail works fine in internet explorer with same contacts file.I started having this problem last week. Reloaded firefox