What is Consumer resource group ,ORacle services?

Hi,
Could any one can explain what is Consumer resource group and Oracle Services.??
Thanks,
Nats

Hi Mohamed,
To answer your questions:
Q: What is parent resouce ID?
ANS: In your data, you may have some tasks that are associated with another task i.e. child tasks of a parent task. That association would need to be held in a column of your database table, for example PARENT_ID. The value held in the PARENT_ID column would be the ID of the parent task that the current task is associated with. For example, on this page - http://apex.oracle.com/pls/apex/f?p=36648:86 - you can see that the 2nd task, "Update Application Wizard", is a child of the parent node "Charts Integration", and that association is based upon the value stored in the PARENT_ID column of my sample table.
Q: Is it also mandatory? Can I create a gantt chart without it?
ANS: No, it is not mandatory. However, the syntax of the query must include PARENT_ID, which you can of course set to NULL, as you can see in the following example:
SELECT NULL LINK,
       RESOURCE_ID ID,
       TASK_NAME NAME,
       NULL PARENT_ID,
       START_DATE ACTUAL_START,
       END_DATE ACTUAL_END
FROM   TASKS Below is another sample query, where you can see the PARENT_ID is being set. In this case, we want to represent a hierarchical task list
SELECT 'f?p=4000:2:'||:APP_SESSION||':::P2_ID:'||ID LINK
       RESOURCE_ID ID,
       RESOURCE_NAME NAME,
       PARENT_ID PARENT_ID,
       START_DATE ACTUAL_START,
       END_DATE ACTUAL_END
FROM   TASKSI hope this helps to clarify things.
Regards,
Hilary

Similar Messages

  • What are the differences between Oracle Service Bus 10g and WLI 10g?

    Hi,
    To me both Oracle Service Bus 10g R3 and Weblogic Integration 10g seem to offer the same functionalities for implementing an enterprise middleware.
    I would be grateful if someone could:
    1. provide me with the two products' differences.
    2. describe what their roadmap is?
    3. what are their positioning in the Oracle product catalog? Are they both members of Oracle SOA Suite? Fussion Middleware?
    Thanks a lot,
    Best regards,
    Babis.

    Thanks everyone for taking the time to reply,
    Eduardo: the answer to your questions are that all the flows will be short-lived but if we can make long-lived flows then we might consider developing them. We would need to persist the state of the flow somehow.
    I understand that some of our requirements would be better accomodated by WLI or bpel but we don't have an option but only to use OSB.
    So, do you think we could overcome the stateless nature of OSB by:
    1. writing to appropriate tables and reading from there and calling plsql procedures from the flows
    2. using JMS queues.
    In detalis:
    1. Regarding the writing/reading from Databases (in our case it would be oracle 10g R2 - probably RAC), is there something like a Database control in WLI, which we could use in OSB? What i have seen are using xquery execute-sql function or a JCA DB adapter but both of them seem to me not very easy to use. Is there another option?
    2. Regarding the JMS, in case that i want:
    a service that writes to a JMS queue what are the servicetype and transport that i should use?
    a service that reads from a JMS queues what are the service type and transport that we should used?
    Any information that you may share with me in the design and implementation of the above would be great.
    Thanks a lot.

  • How to webcenter portal consume API Oracle Service Registry

    Hy,
    If anyone has ever consume API implements oracle service registry (OSR) into Webcenter portal?
    If I make an application ADF then consume the API OSR, after that I register into WebCenter. Whether this could be one way out?
    Please attention
    Thanks in advance

    Hi Steve,
    There are several ways to invoke a Web Service once you have the WSDL URL and/or endpoint URL. You could invoke it from a Standalone Java Client, from another Web Service ( see Chapter 6 at http://download.oracle.com/docs/cd/E14571_01/web.1111/e13758/toc.htm ). Alternatively, you could simply use the JDeveloper Web Service Proxy wizard which can help you create a Web Service Proxy (Client) in a matter of a few clicks.
    HTH,
    Yogesh

  • How to get "Oracle Services for MTS" working?

    I've implemented the microsoft code example (see at the bottom) for the use of distributed transactions (with system.transactions and MTS support). The code works fine as long as I use only MS sqlserver.
    Well, I tried one connection to an oracle database and one connection to the sqlserver - and here the trouble starts ;-)
    Oracle doesn't care about the transaction. After the command is executed the changes are made to the oracle database at once (no commit has occured at that point) even if the second command isn't successfull.
    I suppose at the moment that the problem must be something around the interaction between MTS and oracle database, more precisly the oracle Services for MTS.
    I've installed the odp.net client (ODAC1020221.exe).
    The installer tells me that oracle data access components 10.2.0.2.21 and within the Oracle Services for MTS are installed.
    But I cannot find a service with that name in the service list, OracleMTSRecoveryService is listed, but I'm not sure if that's the right one.
    So here are my questions:
    What's the name for 'Oracle Services for MTS' in the services list?
    Do I have to install more than the odp.net client to get the MTS support running?
    Is there a mistake in the code I'm running?
    any help is welcome ...
    thanx in advance!!!
    And here's the code I'm working with:
    [Transaction(TransactionOption.RequiresNew)]
    public class Worker : ServicedComponent
    [AutoComplete]
    public void Test()
    using (TransactionScope scope = new TransactionScope(TransactionScopeOption.RequiresNew, new TimeSpan(0, 5, 0)))
    DbProviderFactory theFactory = DbProviderFactories.GetFactory("Oracle.DataAccess.Client");
    using (DbConnection connection1 = theFactory.CreateConnection())
    try
    connection1.ConnectionString = ".........";
    connection1.Open();
    DbCommand command1 = theFactory.CreateCommand();
    command1.Connection = connection1;
    command1.CommandText = "Insert into user (name, surname,benoid) values ('hans','wurst','32315134512345')";
    object returnValue = command1.ExecuteNonQuery();
    using (SqlConnection connection2 = new SqlConnection("Data Source=localhost;Database=UserManagement;Trusted_Connection=true;"))
    try
    connection2.Open();
    //this command fails
    SqlCommand command2 = new SqlCommand("Insert into uuuu (name, vorname) values ('hans','wurst')", connection2);
    object retValue = command2.ExecuteNonQuery();
    catch (Exception ex)
    return;
    catch (Exception ex)
    return;
    scope.Complete();
    }

    hey what's up you figured out your problem with M$DTC/Oracle 11i with ODP.NET trying to do a TransactionScope?
    I saw your problem - and I ran into the same.
    Re: 10g Express + ODP.NET (version 2.111.6.20) > support TransactionScope?
    Trying to install "Oracle Services for MTS" not sure how but working on it now. Doc looks old however,
    http://www.oracle.com/technology/tech/windows/ora_mts/index.html
    Did you get pass this already?

  • Single or separate users owning multiple Oracle Resource Groups?

    Being an infrastructure DBA, I have a question which I'm trying to sort out with my sys admin:
    - We're trying to setup multiple Oracle 11g (non-RAC) instances on a two-node Solaris 10 cluster.
    - each 'database' would have its own resource group, filesystem, binaries, and listener
    - In order to fully separate the two instances, the SA actually gave us two different oracle accounts to control each resource group.
    ie. a different oracle user (ie. oracle1, oracle2, oracle3) owns each resource group (/rg1, /rg2, /rg3)
    - to patch/startup/shutdown each instance, we have to login as a separate user
    - no user can run/touch the other's files (they're in completely different groups (dba/oinstall, dba2/oinstal2, dba3/oinstal3)
    - to run patch/installing, we use a separate inventorypointer flag which points to that particular db's oraInventory (ie. ./runInstaller -invPtrLoc /var/opt/oracle/oraInst.loc.<resource_group_name>)
    I asked why couldn't one user own all resource groups, and was told:
    ...Oracle uses the shared memory, semaphores and queues to exchange information. Each IPC object has an identifier and access information, similar to files (owner, ,group, mode). If you use the single oracle account in different RGs, you or system might accidentally destroy the IPC object which belongs to other Resource Group.
    Is this true? I could have sworn I've seen other solaris setups (albeit with Veritas Resource Groups) setups which have multiple resource groups owned/managed by a single oracle user, but I don't know enough about semaphores and shared memory to truly understand his argument.
    The way I was hoping to work would be:
    - a single oracle user owning several resource groups
    - each resource group mapping to a filesystem tree, ie:
         /home
              /oracle
         /rg1
              /opt
                   /oracle
         /rg2
              /opt
                   /oracle
         /rg3
              /opt
                   /oracle- shared /var/opt/oracle/oratab
    - to switch between instances, the oracle user simply does the same '. oraenv' command as regular.
    I understand it can be done, just that I need something to counter my SA's argument that there would be potential IPC/shared memory/semaphore collisions.

    I've marked the question as answered, to a degree: I can agree that there are successful implementations out there with one person running multiple solaris zones, I just couldn't explain it to the SA in an articulate manner. I've gone to Oracle Metalink with a service request and will post references to the notes that the support person gave me on the subject. It's good for research in this area:
    Note 15654.1 TECH: Calculating Oracle's SEMAPHORE Requirements
    Note 70688.1 Location and Display of kernel parameters - Solaris
    Note 33244.1 SOLARIS: Shared Memory and Semaphore Kernel Parameters on Solaris (SPARC) Servers
    Note 153961.1 Semaphores and Shared Memory - An Overview
    We've ruled out local zones at the time, for other implementation reasons. What I think we're looking at is the trade-off between Sysadmin's management complexity (separate zones) and DB Admin's management complexity (separate users).

  • Gregory Johnson, Director of the Consumer Defense Resource Group, responds to the recent iPhone price drop.

    Gregory Johnson, Director of the Consumer Defense Resource Group, responds to the recent iPhone price drop.
    In a strange turn of events this week, some consumers are upset now because as of Wednesday (Sept. 5) Apple lowered the retail price of their iPhone by $200. The 8GB iPhone is now $400 rather than $600. Customers raised such an outcry that Steve Jobs has published an open letter in response.
    Apple and other companies are continually coming out with new products that usually offer more speed, more storage, more features, and cost less than previous models. Nobody has ever complained -- until now. Why haven't people complained in the past when Apple has had significant price drops and major upgrades on their other products? There wasn't a revolt then. There were no mobs of angry customers demanding rebates.
    My first CD drive was a 2X speed external drive that required a special interface card in the computer. It cost $1,200 and today better drives are available for about $30. My first scanner was a very slow and big unit costing over $1,000. Today, better scanners are available for under $100. My first computer cost more than $2,000 and had a 20MB hard drive. With 8GB of storage, the iPhone should cost about $800,000. So, $600 didn’t seem too expensive.
    I bought my iPhone for $600 knowing that by next year they would probably drop to about $300 or $400. I didn't think there would be a mid-year drop, but so what. I knew the trajectory of technology progress would mean that a better phone will be available in 6 to 9 months at probably a lower price -- more apps, faster, more features, more memory. It's a given. You buy something this month. Next month it will be obsolete. That's just the way it is. Perhaps Apple should put a disclaimer on their website stating: "Warning: Our products will increasingly become faster, cooler, more innovative, and offer greater value for the dollar as time goes on. Get used to it."
    Apple is progressing so quickly now, beyond any other technology innovation company, that this kind of thing is likely to happen again in the future with some other product of theirs. Are people going to complain each time? Must the company give out rebates each time? This all seems so silly. It’s no longer possible to compare Apple to other companies with regard to their ability to implement product improvements. It’s like dog years versus human years. Two months in Apple’s world of product development is equal to about 6 to 9 months for most manufacturers. I know it is difficult, but people need to get used to that.
    To the complainers out there, I have a few questions. Would you like Apple to be less innovative? Would you like Apple to not give you more value and voluntarily drop their prices by hundreds of dollars? Is that what you want? Don't get upset at Apple just because they are pushing the envelope of technical innovation and value from one month to the next. What if Apple released an 8-core computer this summer and then by fall they announced their new 16-core computer? This is the kind of development and progress pace we need to start expecting from Apple. The migration to Intel processors went much faster than anticipated.
    Some research suggests that the iPhone cost of materials are about $300. So, there had been some complaints that Apple is price gouging by selling the iPhone for twice that amount. What people don’t understand is that there are other costs in building a piece of technology and running a business beyond the electronic components that go into them. The actual cost per 8GB iPhone is probably about $550. When Apple sells them for $400 each, I calculate they are taking a loss on the phone of about $150 per phone. Why would a company do this? There is something called a “lost leader” in retail sales. It’s a product you sell below your cost in an effort to rapidly expand your customer base. I’m guessing this is what Apple is doing by offering the iPhone at such an amazingly low price.
    I'm planning to purchase an Apple notebook sometime soon. I'm not in a hurry, so I'm waiting until they announce the next major upgrade to their notebook line. I'm guessing it will be this fall. If I really was in a rush to get a notebook, I'd get one now, and then be a little disappointed when the new ones are announced -- but I wouldn’t be surprised. Instead, I'm waiting. I'd like to see built-in broadband cards (cellular data access) and LED back lighting in the 17-inch notebook. Perhaps larger hard drives and faster processors would be nice. It would be wonderful if it had an optical glass touch screen like the iPhone.
    This latest uproar reminds me of the consumer complaints about iPods scratching. For decades, portable handheld computing devices have been available. They get scratched, and nobody says anything. Anyone concerned about their device scratching can purchase a protective cover. Then Apple comes along and offers their product. Suddenly consumers are in an uproar about it scratching and there is a class action lawsuit. It doesn’t seem fair that the most progressive and innovative company out there is the one that gets beaten up by consumers the most.
    My comprehensive review of the iPhone can be found here:
    http://web.mac.com/resourcesforlife/journal/writings/Entries/2007/8/18iPhoneReview.html
    The Consumer Defense Resource Group is online here:
    http://www.resourcesforlife.com/groups/cdrg/
    The above article can be found here:
    http://web.mac.com/resourcesforlife/journal/writings/Entries/2007/9/7iPhone_Price_Drops_-_ConsumersUpset.html

    Junk Mail Designer wrote:
    I'm not biting.
    I've read too many reports in the media from people more highly credentialed than Mr. Johnson to the contrary.
    The analogies and comparisons are still way off. Production didn't get cheaper, the phone didn't get upgraded, no carrier's are subsidizing, retailer's are not discounting. Never has the MSRP of CD-ROMs, nor cellphones, nor HDTV's dropped this quickly in history.
    I'm tired and going to bed. But here's your assignment. Apple's price decrease rate is 33.3% in 67 days. What would a $10,000 item cost at that rate in one year?
    Actually product advancement and innovation are very much the central issue here. Apple has effectively "upgraded" the 4GB unit to 8GB and reduced the price by $100. It's all in how you look at it.
    The real issue of innovation and development has yet to be seen, but the recent price drop is an indicator that Apple already has something "in the shoot" to be released soon.
    I was thinking it might take a year for a new version of the iPhone to be announced. Yet, with the recent price drop, it seems they may be lowering the price on the original unit to make room for a new one. Which is my point exactly. Apple is so fast at innovating that they already have something new to release (that's my prediction).
    They can't release something new and sell the old units if the "something new" and the "something old" are at the same price. It makes sense that the 8GB unit would drop to $400 and the new one will be $600.

  • Oracle Service Bus: Monitoring/Tracking Consumer Services?

    Hi,
    since we have a Oracle Service Bus and a Oracle Service Registry, is there any standard solution for tracking which consumer services/applications are accessing which provider services? What we need is monitoring the applications (consumer) which are accessing an specific service (provider) registered in the OSB. Is it possible to have this information as monitoring/statistical data in the Oracle Service Bus console? if not, any suggestion to implement such behaviour ?
    Thank you in advance,
    Antonio.

    I would like to have (don't know where) a list with all my consumer services (outside OSB) and so map them with the accessed proxy services (providers on OSB). The aim for this functionality is being able to monitor which consumer services from outside the OSB (then I need a place where these services can be identified and listed) are accessing specific proxy services published as providers on the OSB. Is like "well, I have my proxies published on the OSB, but I need to know WHO (consumers outside the OSB) is accessing to them?". I don't know if such functionality is provided by the Oracle Service Registry or the Service Bus, or it's just a custom implementation without any Oracle product.
    Thank you for your help Manoj!
    Antonio.

  • What is the role of OSR (Oracle service registry) in CRMOD-EBS PIP

    Hello All,
    We are installing the PIP Oracle Lead to Order Integration Pack for Oracle CRM On Demand and E-Business Suite 2.5.
    As per the implementation guide, seems Oracle Service Registry (OSR) 10.3.0.0 is an optional component.
    Curious to know what role this OSR would play in this integration. If I skip the installtion of OSR, does it has any impact anywhere else.
    Thanks
    Saikrishna

    Hi Prem,
    Thanks for the reply..
    I read in the installation document that the PIP publishes its components to BSR (Business Service Repository) instead:
    Note: You can choose to skip this screen if you do not want to give UDDI details. When you skip Oracle Service Registry Details, the services do not get published on the Oracle Service registry. The objects do not reference the registry because the installation did not publish them. However, Foundation Pack and PIP content is published to Business Service Repository (BSR). Check Publishing Foundation Pack and PIP Content section for more information.
    I have already skipped the OSR started with PIP installation. Can we install the OSR later time after PIP installation.
    Thanks
    Saikrishna

  • Mutliple Oracle Resource Groups Port Question

    Hello,
    In a 2 node cluster, (3.2, Sol10, ZFS), I have a oracle resource group running on each node with the ability to failover to the other. As each resource group has it's own listener, do the port numbers for the listeners need to be different so there is no conflict if both resource groups run on the same node?
    Thx for any assistance.

    That shouldn't be problem if you are having a LH as part of the oracle rg and the listener is binding to the LH.
    Best Regards,
    Madhan Kumar

  • What is the meaning of the oracle service  "SERVICE=orclXDB"  ?

    Hi See below.
    What is the meaning of the oracle service "SERVICE=orclXDB" ?
    SQL> r
    1 select name,
    2 value
    3 from v$parameter
    4 where upper(name) in (
    5 'DISPATCHERS',
    6 'MAX_DISPATCHERS',
    7 'SHARED_SERVERS',
    8 'MAX_SHARED_SERVERS',
    9 'CIRCUITS',
    10 'SHARED_SERVER_SESSIONS',
    11 'LARGE_POOL_SIZE',
    12 'SESSIONS'
    13* )
    NAME VALUE
    sessions 170
    large_pool_size 0
    dispatchers (PROTOCOL=TCP) (SERVICE=orclXDB)
    shared_servers 1
    max_shared_servers
    max_dispatchers
    circuits
    shared_server_sessions
    8 rows selected.
    SQL>
    SQL> select * from v$services;
    SERVICE_ID NAME NAME_HASH NETWORK_NAME
    5 orclXDB 3468872077 orclXDB
    6 orcl 2392458149 orcl
    1 SYS$BACKGROUND 165959219
    2 SYS$USERS 3427055676
    SQL>

    Hi Siva,
    don't you remember Re: Net service name and service ? :-)

  • Inactive sessions of oracle consume resources?

    We Red Hat and Data Base Oracle 10g.
    Gracias y saludos.

    Please define 'inactive session'.
    I see several possible definitions. A few of the more likely include:
    - a session that is still connected to the end client, and therefore prepared to perform some work and therefore will consume resources
    - a session that has been forcibly disconnected and is rolling back or waiting to roll back, and is therefore consuming resources
    - a Linux or Unix zombie session, which may still hold memory but no CPU cycles
    Depending on the tools used to report the information, the SGA memory may be reported again and again for each session's process. This can cause some alarming interpretations.

  • Oracle resource group

    Hi,
    I need some help, I'm going to setup oracle HA under sun cluster 3.1. We will put 1 oracle instance but will be having several database instances running. My question is do I need to create a seperate resource group for each database instance?
    Any help/advise is greatly appreciated.
    Thanks.

    If serveral oracle server instances depends on a disk storage resource in a resource group, can these oracle resources be seperated into different groups? In other words, is cross-group resource dependency allowed in Solaris?
    One more question on oracle resource. Supposing there are a few oracle server resources and one disk storage resource in a resource group and the oracle resources depends on storage resource. if anyone of the oracle resources failover, wil it cause the whole resource group to failover? How about if the storage resource fails?

  • What should be done in UCCX for routing a call to a specific agent in a resource group ?

    Hi guys,
    I have yet another issue which is currently being faced by me the issue is that I have a UCCX 8.5, CUCM 8.5 and user tells that when dialling a particular extension a call needs to get routed to a specific group of agents and specifies that it should land to a particular agent first if the agent is not free it should land to any other agent in that specific skill group.  But i also see that the particular DN is mapped to an clientname in UCCX this i confirmed by checking the clientname.xml file in UCCX.  Now my question what actions are need to be taken to
    1. when the DN is dialled after dialling the TFN the particular agent should get the call if the agent is available.  (All agents are using Extension Mobility).
    2. If the agent is not available the call should be routed to any other agent in the same resource group.

    If using resource groups (as opposed to skills-based routing) you would modify the CSQ to use a Linear selection criteria. Following that you just order the resources with the most-preferred resource being at the top of the list.

  • What are all difference between 11g Mediator and 10g Oracle service bus.

    hi all ,
    Apart from SCA concept , storing location
    is thr any other difference between 11g Mediator and 10g Oracle service bus ?
    thx in advance..

    11g introduces the SCA architecture for building the service infrastructure.
    SOA 11g uses:-
    1. Uses the weblogic Server and BEA Aqualogic Service Bus (ALSB) for the Oracle Service Bus.
    2. BPEL uses scalable DOM with reduced memory usage.
    3. New adapters and leverage for Java 2 Connector Architecture (J2CA)
    4. BAM finally ported from .Net to J2EE and is part of the service infrastructure
    5. Oracle Web Services Management built into SOA 11g service infrastructure
    6. New adapters and leverage for Java 2 Connector Architecture (J2CA). Tighter integration with E-Business Suite & large payload support.
    7. Business Rules in SOA 10g business rules are managed using the Rules Author & in SOA 11g business rules are managed using JDeveloper and SOA composer

  • Oracle Service Bus 10.3.1 proxy consuming jms (AQJMS)

    Hi,
    I need to use AQJMS with Oracle Service Bus proxy.
    We have an installation with WLS 10.3 and OSB 10.3.1 and another with WLS 10.3.1 where I defined a JMS Foreign Server like appears in the documentation http://download.oracle.com/docs/cd/E12839_01/web.1111/e13738/aq_jms.htm#JMSAD565.
    I need support to how to define the URI at the OSB configuration.. jms://server:port/XAQueueConnectionFactory/QueueName... because I tried a lot of ways and can't make it work.
    Thank You in Advance...
    Juan Pablo

    Hi,
    Because I want to use the jms protocol... because if I change AQJMS with another JMS Provider the only thing that I must change in OSB is jms://server:port/CF/Q
    In SOA Suite 10.1.3.x I use JMS Adapter for this...
    Thank You.
    JP

Maybe you are looking for

  • Problem receiving acknowledgement: abap proxy == file adapter

    Hi experts, I am developing an asynchrone interface using PI 7.0. The scenario is: SAP ==> FILE. In SAP I have created an abap proxy in wich I requested an acknowledgement when calling from the abap code. In PI I have created an Integration Process w

  • Adobe Reader 11.0.6 Error 1014:1014

    We have replaced the computer that was having this Error 1014:1014 with a new computer . Now with the new PC it has seen the same error with adobe reader . Its running windows 7 Pro 64-bit Fresh install of windows 7 pro . What is the cause of this is

  • Essential question concerning java.policy file

    I have been searching this forum for an answer to this question: Is there a way to run a signed applet on an intranet (via the Plugin) with out having to go around to each user's workstation and change their java.policy file? So far, I have seen this

  • Change of email address stuff up

    I have changed my isp and hence my email address. On changing this in these forums' settings: 1. It won't let me change my Apple ID which is my old email address 2. It finally accepted my new primary email address but is still notifying replies to th

  • Firefox is not displaying PDFs correctly images are coming out really black?

    Compare this web link in Firefox to any other browser and you will see the difference. http://rbhsound.com/images/literature/lit_ctxseries.pdf This image displays correctly in Internet Explorer. Has something changed in Firefox recently, I have never