Resource based on schema

I have three different applications running on the same database with different schema.
Is there a way to allocate more resources to a specific shema? Eg: sga, pga, dedicated connection etc. To me atleast the memory structure is specific to a database and not to an user.
If at all any database resource can be allocated specifically to a user, what would that be?
Please let me know.

Take a look at resource profiles and you can also 'ALTER SESSION' to change some of the parameters for a user's session otherwise you may be better having each of the applications their own instances if possible. Having multiple applications in an instance raises issues like how will you only recover a single schema (recover somewhere else and import), how will you get an outage among all the applications to perform patching and the question you raise.

Similar Messages

  • Form Based Auth Scheme on IIS not working

    Hi All
    I am facing some issues while using Form Based Authentication scheme to protect a resource which is on IIS 6.0. The problem comes only when the action URL is other than "/access/oblix/apps/webgate/bin/webgate.dll".
    The form reappears even after submitting the correct credentials. The login form also having a same action URL as of Authentication scheme and also it (action URL) has been protected with Anonymous Authentication scheme.
    The same scenario works when there is GET in the login form. But when I use POST, it does not work. I have also made sure that the registry entry HKEY_LOCAL_MACHINE\SOFTWARE\Oblix\Oblix COREid\version\WebGate\postdata="yes" has been correctly set. Policy Manager and WebGate have been installed in the same folder.
    Any suggestion on what I might be missing in the configuration?

    Hi,
    Thank you very much for your valuable inputs on this topic. I tried the changes to my web service configuration as per your suggestions & also made the remote web application adhere to form based authentication but i still see the login page everytime i create a new session with the portal. My web.xml file for remote web app looks like this now:
    <web-app>
    <security-constraint>
    <display-name>Example Security Constraint</display-name>
    <web-resource-collection>
    <web-resource-name>Protected Area</web-resource-name>
    <url-pattern>/protected/*</url-pattern>
         <http-method>DELETE</http-method>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
         <http-method>PUT</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>admin</role-name>
    </auth-constraint>
    <user-data-constraint><transport-guarantee>NONE</transport-guarantee></user-data-constraint>
    </security-constraint>
    <!-- Default login configuration uses form-based authentication -->
    <login-config>
    <auth-method>FORM</auth-method>
    <realm-name>Example Form-Based Authentication Area</realm-name>
    <form-login-config>
    <form-login-page>/login.jsp</form-login-page>
    <form-error-page>/error.jsp</form-error-page>
    </form-login-config>
    </login-config>
    <security-role>
    <description> An administrator </description>
    <role-name>
    manager
    </role-name>
    </security-role>
    </web-app>
    Now, my portlet url is http://pc:8080/TestLoginApp/protected/index.jsp
    & login & post urls are:
    http://pc:8080/TestLoginApp/login.jsp &
    http://pc:8080/TestLoginApp/protected/index.jsp respectively.
    What is it that i am still missing? Any help in resolving this would be greatly appreciated.
    Thanks
    Ankur

  • Error updating tables based on schema

    Hello,
    I'm trying to update a table based on the next schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xs:element name="HILO" xdb:SQLType="HILO_TYPE" xdb:defaultTable="HILO_TABLE">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="MENSAJE" maxOccurs="unbounded" xdb:SQLType="MENSAJE_TYPE" xdb:maintainOrder="false">
                             <xs:complexType>
                                  <xs:sequence>
                                       <xs:element name="FECHA" type="xs:date" xdb:SQLType="DATE"/>
                                       <xs:element name="TITULO" xdb:SQLType="VARCHAR2">
                                            <xs:simpleType>
                                                 <xs:restriction base="xs:string">
                                                      <xs:maxLength value="200"/>
                                                 </xs:restriction>
                                            </xs:simpleType>
                                       </xs:element>
                                       <xs:element name="CUERPO" type="xs:string" xdb:SQLType="VARCHAR2"/>
                                       <xs:element name="DNI_CREADO_POR" xdb:SQLType="VARCHAR2">
                                            <xs:simpleType>
                                                 <xs:restriction base="xs:string">
                                                      <xs:maxLength value="9"/>
                                                 </xs:restriction>
                                            </xs:simpleType>
                                       </xs:element>
                                       <xs:element name="ASIGNATURA" xdb:SQLType="VARCHAR2">
                                            <xs:simpleType>
                                                 <xs:restriction base="xs:string">
                                                      <xs:maxLength value="3"/>
                                                 </xs:restriction>
                                            </xs:simpleType>
                                       </xs:element>
    <xs:element name="APROBADO" xdb:SQLType="VARCHAR2">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:enumeration value="APROBADO"/>
    <xs:enumeration value="RECHAZADO"/>
    <xs:enumeration value="PENDIENTE"/>
    </xs:restriction>
    </xs:simpleType>
                                       </xs:element>
                                  </xs:sequence>
                                  <xs:attribute name="NUMERO" type="xs:int" use="required" xdb:SQLType="INTEGER"/>
                             </xs:complexType>
                        </xs:element>
                   </xs:sequence>
                   <xs:attribute name="CONTADOR" type="xs:int" use="required" xdb:SQLType="INTEGER"/>
              </xs:complexType>
         </xs:element>
    </xs:schema>
    And the update that i'm trying to do is the next one:
    UPDATE hilo_table p
    SET value(p) =
    updatexml(value(p),'/HILO/MENSAJE/CUERPO/text()', 'Edit' )
    where existsnode(VALUE(p), 'HILO[@CONTADOR="1"]') = 1;
    ERROR en línea 1:
    ORA-01732: operación de manipulación de datos no válida en esta vista
    I have updated another tables based on schema and it works fine, any idea?

    OK this is your decision. However If you are building a production system that is important to your orgnanization as the product manager I strongly recommend that you either upgrade to a least 9.2.0.3.0 or discontinue using XML DB technology completely
    There are probably somewhere in the order of 500 serious XML DB related bugs fixed between 9.2.0.1.0 and 9.2.0.7.0, all of which have been regarded as serious enough to impossible for a customer to develop or deploy a production system. None of these will EVER be fixed or available as patches for 9.2.0.1.0.
    The way in which we store the data on the disc is different in 9.2.0.3.0, and while in theory we migrate the on disc format when you upgrade in practice I know that is has never been tested with any significant amount of data present.
    Also you really want to take the support situation into account. Image this, it's 3:00am in the morning and your production system fails due one of the bugs that have been fixed in a later release of the product. You cannot find a workaround and you call oracle support for help. They WILL say, sorry there is nothing we can do until you upgrade to 9.2.0.3.0. Now you have to upgrade in hurry and then re-test everything you have done before you can even start working on a fix.
    From a business perspective staying on 9.2.0.1.0 and continuing to use the XML DB technology makes no sense. I hope I have made this clear. If you want I will be more than happy to discuss this issue with your development managers.

  • Search resources based on created date

    Hi,
    I am unable to search the resources based on creation date.
    I used the code as follows.
    sqb = new SearchQueryListBuilder();
    Timestamp ts3 = new Timestamp(d3.getTime());
    String searchCreDt = "default:created(value>"ts3.toString()")";
    sqb.setSelectedCustomProps(searchCreDt);
    qel = sqb.buildSearchQueryList();
    // where d3 is the Date object.
    I am able to get the using sqb.setSelectedStartDate(d1); and sqb.setSelectedEndDate(d2);     
    I am able to get the string type as follows,
    String searchAnd = "default:modifiedby(value=" + modByTxt + ")," + "default:createdby(value=" + creByTxt + ")";
    sqb.setSelectedCustomProps(searchAnd);
    I need the sample code for getting the resources between from and to dates.
    Regards
    Chede

    Please provide me some input.
    Regards
    Chede

  • Can JMS pick message based on Schema?

    Hi All,
    i am newbie to SOA and trying to use JMS to consume message based on Schema i.e. it should consume only relevant message based on its schema..
    Scenario:
    -> I am having multiple producers and multiple subscribers for same queue..
    -> Multiple message with different message type will be produced in a queue and all consumers should pick their relevant messages based on their schema..
    -> i.e. Producer A and Producer B will produce different messages types and Consumer B should pick message only from Producer B and should not consume message from Producer A, the message from Producer A should be available for Consumer A..
    Note: I do not want to use Header Properties for the same..
    Thanks in Advance

    Hi,
    As per comments i tried using JMS_BEA_SELECT
    I used following Query in Message Selector of Consumer JMS:
    JMS_BEA_SELECT('xpath','/ExpenseRecord/EmpId/text()') ='1'
    Following Property is added in my.jca file..
    <property name="MessageSelector" value="JMS_BEA_SELECT('xpath','/ExpenseRecord/EmpId/text()') ='1'"/>
    but my JMS Consumer is not picking any message at all
    Can anyone please tell how can i use JMS_BEA_SELECT to consume the mesage based on data Area..
    MY Schema is as follows:
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <schema elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/pcbpel/samples/expense"
    xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://xmlns.oracle.com/pcbpel/samples/expense">
    <element name="ExpenseRecord">
    <complexType>
    <sequence>
    <element name="EmpId" type="string" minOccurs="0"/>
    <element name="Item" type="string" minOccurs="0"/>
    <element name="Count" type="integer" minOccurs="0"/>
    <element name="Cost" type="double" minOccurs="0"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    I am sending Folllowing Message
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Body xmlns:ns1="http://xmlns.oracle.com/pcbpel/samples/expense">
              <ns1:ExpenseRecord>
                   <ns1:EmpId>1</ns1:EmpId>
                   <ns1:Item>Item1</ns1:Item>
                   <ns1:Count>2</ns1:Count>
                   <ns1:Cost>20.0</ns1:Cost>
    </ns1:ExpenseRecord>
    </soap:Body>
    </soap:Envelope>
    But message is not getting consumed by my Consumer..
    Thanks in Advance..
    Edited by: 910947 on Jan 31, 2012 10:37 PM
    Edited by: 910947 on Jan 31, 2012 10:38 PM

  • Resource Based Authorization sample program and application

    Recently i have studied about the types of authorization and i also did some samples for role based authorization. Now i am looking for Resource based authorization, the sad thing is that i could not able to understand the concept.
    So i am looking for the sample application and C# program. 
    I just want to know the concept of resource based authorization and also the sample application file and c# coding file.
    Please provide me the sample.
    Thanks in Advance. 

    Hi,
    Technet forums are dedicated by technologies. Since you are more looking for concept, you should check for blogs on the Internet (try google...).
    Otherwise please refer to TechNet forums homepage and look for your technology (C# for instance).
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to make Webgate redirect to a specific resource based on AD Attributes?

    My client has already purchased Oracle Fusion Middleware 11g, which contains the OID 11g suite. They have an initiative to enable SSO based access to their business apps for both internal and external users. They have already implemented AD and also FMW 11g with OID integrated with AD.
    We need to provide a path way for legacy portals to integrate into this environment. One the goals is to have a single URL (let's call it one.company.com) by which employees, customers & business partners access all business applications. The long term goal is to leverage WebCenter to be the portal framework, which provides access to all business app. However, the client has prioritized the SSO integration over the portal framework integration at this point.
    So the interim solution needs to address the following use case:
    Internal User:
    1. Log into workstation via MS AD DC, get Kerberos token set on workstation.
    2. Open browser and navigate to https://one.company.com, browser either silently authenticates via Windows Native Authentication (IE for example) or presents user a challenge box asking for authen&author creds (FF for example).
    3. WebGate installed on OHS works with OAM (which works with OID) to authenticate the user, assume Auth OK
    4. <Some Component> works with OAM to obtain user's roles. If user has role 1 redirect to site 1 (assume this is the legacy portal, which has been modified to work with Oracle SSO), otherwise if user has role 2, then redirect to site 2 (assume this is web center)
    The reference to <Some Component> in #4 is what we need help answering. We suspect it is WebGate, and from some reading I have done I know that there are apache directives that can be used to do conditional redirects. I'm just missing the link between getting the roles out of OAM and instructing the web server which resource to redirect to based on OID role.
    We also have a very similar use case for external access (to the same site, https://one.company.com). It will be assumed that all users are AD enabled even external ones. For external access, all users will first land on a company wide common login page, which will ask for AD user name & pwd. After submitting credentials, the same scenario plays from above, starting at step 3. All applications will be programmed to read the obssoToken (via browser cookie or server headers) to understand user details.
    Has anyone had to architect this kind of deployment before? If so, how did you deal with it? Was it as simple as the whole WebGate/Apache redirect setup I am thinking of?
    Thanks,
    FM

    I choked on my mango lassi while reading this..but as our chinese brothers and sisters say, A journey of a thousand miles begins with a single step.
    user8214884 wrote:
    2. Open browser and navigate to https://one.company.com, browser either silently authenticates via Windows Native Authentication (IE for example) or presents
    user a challenge box asking for authen&author creds (FF for example).FF can deal with Kerberos just like IE can via SPNEGO although getting it to work like IE is a different story. But let's say FF doesn't do Kerberos or let's say it's an external user. Have you tried implementing this mechanism with OAM 11g? I would start there. You may not get to your next steps.

  • New IT Resource based on old IT Resource

    Hello,
    I would like to create a number of IT resources all based on the same connector. So basically, I want the new IT Resource to inherit all of the provisioning tasks from the original IT Resource (but I just want less fields to be assigned).
    Is there a quick way to do this? (Or is deployment manager the best & quickest)

    Hello,
    I would like to create a number of IT resources all based on the same connector. So basically, I want the new IT Resource to inherit all of the provisioning tasks from the original IT Resource (but I just want less fields to be assigned).
    Is there a quick way to do this? (Or is deployment manager the best & quickest)

  • Simulating the resources in XML schema

    I am looking for an approach to simulate the Resource (Resources) in the XML schemas such that in the absence of the resource, the adapter will be hooked to this Flat File system, and performs all required adapter functionalities

    Hi,
    Upload the latest xsd file in XML Schemas table present under Admin node of your repository. At the time of import it validates the XML file with its definition stored in this XML Schemas table.
    Regards,
    Jitesh Talreja

  • URL based xml schema

    Hi,
    can the XML schema located at a URL (location on internet) be registered
    in the database for validation against XML data. (using 9iR2)
    If yes , can you pls give example to do this.
    currently i am using the dbms_xmlschema.registerSchema() to register
    the XML schema (String/doc based) and using functions to validate the XML data while loading.
    thanks,
    melvin

    Hi Melvin,
    You can register the XML Schema located at a URL using 9iR2.
    Please find below an example for registering a transaction.xsd Schema located at a URL using XML DB :
    DECLARE
    doc VARCHAR2(2000) := '<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb">
    <xs:element name="TRANSACTION">
    <xs:complexType xdb:SQLType="XML_TRANSACTION">
    <xs:sequence>
    <xs:element name="TR_ID" type="xs:int" nillable="false"/>
    <xs:element name="ACC_NO_DEBIT" type="xs:float"/>
    <xs:element name="ACC_NO_CREDIT" type="xs:float"/>
    <xs:element name="TR_AMOUNT" type="xs:float" default="0" nillable="false"/>
    <xs:element name="TR_DATE" type="xs:date"/>
    <xs:element name="TR_DESCRIPTION" type="xs:string"/>     
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>';
    BEGIN
    dbms_xmlschema.registerSchema('http://otn.oracle.com/transaction.xsd', doc);
    END;
    Hope it solves your query.
    Thanks
    Shefali

  • Example of Certificate based authentication scheme using Custom Access Gate

    Can anyone provide me an example using Certificate authN scheme w/ Custom Access Gate. The developers guide has no examples of such. Thanks.

    Hi there
    I've got to get this working aswell.
    In my case I've got to have both the user/password authentication OR certificate based.
    The thing is, the documentation says that I need to have the containers (don't know if both the am server and the agent containers or only one of them ) with SSL and "Client Authentication enabled"... now the problem is, when I make it Client Authentication Enabled the container gives me a similar error to the one you described, this is because the server requests the browser to send a certificate when trying to access the server .....
    Can you give me any pointers to how this is supposed to be done? I would really appreciate help with this.
    Thanks
    Rp

  • Form Based Authentication Scheme

    Hello!
    I was trying to set up Form Based Authentication as part of which I have created and html form
    But where should I be store it on the server.
    I placed it in two places /webserver/conf/login.html
    and also under netpoint/access/oblix/lang/en-us
    What is the correct location?
    and my form based authentication has the following values:
    Name           Form Authentication
    Description           Test Form authentication
    Level           1
    Challenge Method           Form
    Challenge Parameter           
    action:/access/dummy.cgi
    form:/login.html
    creds:username password
    SSL Required           No
    Challenge Redirect           
    Enabled           Yes
    credential_mapping      obMappingBase="dc=host,dc=com",obMappingFilter="(&(objectclass=inetorgperson)(uid=%ssousername%))"
    validate_password      ObCredentialPassword="password"

    Your form should be in your web server's docroot, of course.
    Also, there is another problem that you'll run into sooner or later. Your scheme supplies the "creds:username password", but the plugin uses a credential "%ssousername" which OAM will does not know where to get. Also make sure that the creds you are passing in tune with the form code itself.
    -Vinod

  • Setting up a Resource Based Calendar with Multiple Permissions

    Using SharePoint 2010 we're trying to schedule multiple conference rooms in a single calendar using calendar resources as described here: office.microsoft.com/en-us/sharepoint-server-help/enable-reservation-of-resources-in-a-calendar-HA101810595 (dot) aspx
    Our requirements are that most of the conference rooms (resources) may be scheduled by anyone, but two of the rooms may only be scheduled by some users (a different set of users for each room...three sets of permissions).
    I suspect there is no way to articulate permissions for different resources, all coming from the same resource list, and I can not figure out how to create more than one resource list per subweb. My solution has been to create two subwebs, one for each of
    the restricted calendars, and have three different calendars which I'm trying to conceal to some degree from the user by making everything look the same, having the same navigational structure everywhere, etc.
    A near-requirement (strongly desired but not absolutely required) is for a master view of all the conference room schedules. Not sure how I'm going to do this yet.
    Questions are:
    Is there a way to assign different permissions to different resources?
    Is there a way to establish more than one resource list for this type of calendar within a single subweb, and if so, how do you assign different calendars to different lists?
    With the approach I've taken, is there a way to combine my three calendars into a single calendar (ideally) or a single "schedule" that users may use to see which conference rooms might be open for a desired date/time?
    Thanks in advance.

    Hi,
    In workflow, use impersonation step. It will help you decide who can view or edit this document.
    You can refer these link to know how impersonation step works:
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=91 
    http://www.learningsharepoint.com/2010/07/31/impersonation-in-sharepoint-designer-2010-workflow/

  • Matching resources based on skill profile (Project Server 2013 Online and Project Pro 2013)

    Hey gang,
    Has anyone seen any reported bugs surronding the resource matching feautre in Project 2013 (On-Line)?
    I have done this before, so I know how this works.  In fact, I get different results when I try the Match button in Project Professional 2013 (on premise), versus when I try to use it via Build Team from Enterprise in PWA Project Details.  i.e.,
    when setting up the custom enterprise resource field for matching I have selecting the option to use this field for matching, then I populated my resources' profile with a value accrodingly.
    Also noted that I do not see the matching button when using the Build Team from Enterprise for Resource plans, is this normal?
    Thanks in advance,
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    I didn't have a chance to test it. Nevertheless I can confirm that at least for PS2010, the "match" feature was not available for the resource plan "build team". In my point of view, that makes sense since the resource plan is not intended to micro-manage
    activities but more for planning generic skills demand.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Approval work flow for Role based and Resource based

    Hi All,
    We have to implement approval work flow for the following things in OIM 9.1.0.1
    Approval work flow for Functional Roles (Groups in OIM) (Approvalsrequired for users to get these roles)
    IT Roles (Resources in OIM) (Approvalsrequired for users to get these resource)
    Functional Role (Group) contains policy1,polici2. Polciy1 contains res1,res2 and Policy2 contain res3,res4.I want to create approval work flow for this Functional Role to achieve the following
    User raise a request for the functional role, then it should wait to get manager approval. then once its gets approval, that user account should create on all resources which are involved in that group.
    And, I have to define approoval work flow for all individual resources to get users account creation on target with approvals. These resources may include in the groups as well.
    After getting approval for functional role (Group), then Will OIM starts the approval flow for all resources involved in the group? becase, all resources have approval workflow at resource level also.
    My Goal: Approval work flow for Group, should not process the approval work flow for resource. can we do it in OIM 9.1.0.1?
    And can we do the same in OIM 11g also?
    Please help me and do let me know, if you need any information from my end.
    Thanks.

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

Maybe you are looking for

  • FrontRow, Remote, & Wireless Keyboard for Power Mac G5

    I have a very simple question. If I upgrade from Tiger to Leopard, I would like to be able to operate Front Row from my couch. My PowerMac G5 did not come with Bluetooth capability, so how do I 1) make my computer operable with the wireless Mac keybo

  • Email attachment photos not appearing as thumbnails

    When I receive a Yahoo email using Safari, the email attachment preview photos appear as a grey box with an inner blue box with a question mark in the middle. When I checked my Yahoo email using Firefox, the email attachment preview photos also do no

  • Best practices for placing images in epubs

    Okay, I've read the books, I've watched the tutes and I'm still at a loss on the best way to add images to InDesign 5.5 documents that I will convert to ePub. The images are created in Photoshop at 300 dpi and sized at 800by600. And yet when I place

  • Want to delete toolbar

    Hi, I have a toolbar that i want to delete but cant. I went to my control panel and went to add and remove. the program was not there. how do i get rid of the toolbar. Thank you. Debbie Lemmon

  • GHOST DRIVES? "VIDEO01" & "VIDEO01 1"? How to resolve?

    I recently replaced my 8 year old Macs internal drives, meaning I can only use 128Gb of the 160Gb available; as 160Gb was the smallest IDE drives I could find locally. The system is back and working fine. (Just wanted to mention it). I don't think th