SOA Suite read only console in 11g

Hi All,
Is there a possibility to create a user with read only role on EM in 11g? We want to create a user to monitor production environment with out having options for deploy/undeploy.
Thank You.

By assigning an appropriate role to a user, you can limit his access -
http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10226/appx_roles_privs.htm#BABIHDFJ
http://download.oracle.com/docs/cd/E17904_01/web.1111/e13747/secroles.htm#i1206135
Regards,
Anuj
Edited by: Anuj Dwivedi on Feb 22, 2011 9:12 PM

Similar Messages

  • Read-only console ?

    In wls8.1 or in wls6.1/wls7.0 ..........is there any way out to make the console
    to be "READ-ONLY" ....any field or parameter that i need to set ?
    any workaround may be ???
    -sabgita

    This concept has been introduced in 7.0 and you'll find that a read-only
    role is available called Monitor.
    http://e-docs.bea.com/wls/docs70/adminguide/secsysadm.html
    Patrick
    "chris" <[email protected]> wrote in message
    news:3d908557$[email protected]..
    >
    Hi all!
    I would like to introduce a read-only console user on our weblogic 6.1 SP1app
    server! Does anyone know how to configure such a user (respectively cananyone
    give me a docu reference according to this problem)?
    Is it possible anyway?
    Thanks for every serious response,
    Chris.

  • Read-Only Console user

    Hi all!
    I would like to introduce a read-only console user on our weblogic 6.1 SP1 app
    server! Does anyone know how to configure such a user (respectively can anyone
    give me a docu reference according to this problem)?
    Is it possible anyway?
    Thanks for every serious response,
    Chris.

    Add the user to the Monitors group, so they have the Monitor role. This will
    give them read-only access to the console.
    "chris" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi all!
    I would like to introduce a read-only console user on our weblogic 6.1 SP1app
    server! Does anyone know how to configure such a user (respectively cananyone
    give me a docu reference according to this problem)?
    Is it possible anyway?
    Thanks for every serious response,
    Chris.

  • Slightly off topic: Read-only tables pre 11g

    Hi gang
    I'm just writing up a database quiz for a local user group and I was hoping I could get a bit of inspiration from the database experts.
    One of the questions will be "prior to 11g with the introduction of read-only tables, how could you make a table read-only?". The answers I've come up with:
    1) Security priviliges (schema + grant SELECT)
    2) Triggers
    3) Create a check constraint with disable validate
    4) Read-only tablespace
    5) Read-only database (standby)
    6) (Slightly crazy) Create view, and instead-of triggers that do nothing (similar to 2)
    7) Write the query results on a piece of paper and then turn the database off
    Anybody have any other answers, real or slightly off topic like mine please? ;)
    Cheers,
    CM.

    Check constraint and trigger solutions may have problems with sqlldr direct path operations, so using it together with alter table disable lock may be mandatory depending on the needs. Especially if DDLs are also wanted to be avoided.
    This topic was once mentioned on Tom Kyte's blog or asktom but I couldn't find the source to link here.
    SQL> conn hr/hr
    Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Connected as hr
    -- cleaning objects
    SQL> drop table tong purge ;
    Table dropped
    SQL> drop view vw_tong ;
    View dropped
    -- creating the demo table
    SQL> create table tong ( col1 number ) ;
    Table created
    SQL> alter table tong add constraint cc_tong check ( 1=0 ) disable validate;
    Table altered
    SQL> alter table tong disable table lock;
    Table altered
    -- some DDL tests
    SQL> drop table tong ;
    drop table tong
    ORA-00069: cannot acquire lock -- table locks disabled for TONG
    SQL> truncate table tong ;
    truncate table tong
    ORA-25128: No insert/update/delete on table with constraint (HR.CC_TONG) disabled and validated
    SQL> alter table tong parallel ;
    alter table tong parallel
    ORA-00069: cannot acquire lock -- table locks disabled for TONG
    SQL> lock table tong in exclusive mode ;
    lock table tong in exclusive mode
    ORA-00069: cannot acquire lock -- table locks disabled for TONG
    -- some DML tests
    SQL> select * from tong ;
          COL1
    SQL> update tong set col1 = col1 + 1 ;
    update tong set col1 = col1 + 1
    ORA-25128: No insert/update/delete on table with constraint (HR.CC_TONG) disabled and validated
    -- creating dependent objects test
    SQL> create index nui_tong on tong(col1) nologging ;
    Index created
    SQL> create view vw_tong as select * from tong ;
    View created
    added comments to the code
    Message was edited by:
    TongucY

  • I wan't setup for sccm 2012 read only console

    i wan't setup for sccm 2012 read only console

    There is role read only analyst please assign same to user or group.

  • Error in calling External web service from soa suite 11.1.1.3

    Hi
    I am getting following error while calling external web service......
    ####<Jan 20, 2011 6:54:26 PM IST> <Warning> <oracle.integration.platform> <in-mum-adina05> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-490B9BABECE372A277DF> <24b9eca72eaaa6a3:-4bc6fb7c:12da206ca2c:-7ffd-0000000000006287> <1295529866047> <SOA-20136> <WS Binding: exception durign SOAP invocation: java.util.NoSuchElementException>
    ####<Jan 20, 2011 6:54:26 PM IST> <Warning> <oracle.soa.mediator.common> <in-mum-adina05> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-490B9BABECE372A277DF> <24b9eca72eaaa6a3:-4bc6fb7c:12da206ca2c:-7ffd-0000000000006287> <1295529866047> <BEA-000000> < Payload after BaseActionHander.requestMessage :{parameters=oracle.xml.parser.v2.XMLElement@bd2382}>
    ####<Jan 20, 2011 6:54:26 PM IST> <Warning> <oracle.soa.mediator.common> <in-mum-adina05> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-490B9BABECE372A277DF> <24b9eca72eaaa6a3:-4bc6fb7c:12da206ca2c:-7ffd-0000000000006287> <1295529866063> <BEA-000000> < Properties after BaseActionHander.requestMessage :{ReferenceInstance=[email protected]63ea5,
    ####<Jan 20, 2011 6:54:29 PM IST> <Error> <oracle.webservices.service> <in-mum-adina05> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <24b9eca72eaaa6a3:-4bc6fb7c:12da206ca2c:-7ffd-0000000000006287> <1295529869375> <OWS-04115> <An error occurred for port: FabricProvider: javax.xml.rpc.soap.SOAPFaultException: oracle.fabric.common.FabricInvocationException.>
    I am able to hit external ws from soap ui and getting response but while calling from soa suite getting this error.
    Any clues?
    Thanks
    Vibhor

    WS Binding: exception durign SOAP invocation: java.util.NoSuchElementException
    Looks like the error is in the data sent to or expected from the service in your composite. Check that audit logs and composite flow to make sure your soap message when using soapui matches what you are working with in soa suite.

  • Is Oracle JDeveloper 12c Studio is an all-encompassing SOA suite?

    Hello,
    Need some clarification on this whole SOA puzzle.   Turns out there are more than one "current" version of Jdevelopers.
    Oracle SOA's latest release is 11g.   Jdeveloper Suite latest release is 12c.    When you download SOA Suite from OTN, you get 11g not 12c.
    So the question is, in order to learn latest of SOA suite and FMW,  which one should be downloaded?
    If 12c is not SOA suite than, is it supported when used with SOA suite 11g.
    Please advise.
    Darsh

    Hi Darsh,
    Oracle recommends you use the version of JDeveloper which correlates with the version of SOA Suite you are using. So if you just want to "learn the latest of SOA suite and FMW" I suggest downloading the 11.1.1.7 version of JDeveloper and SOA Suite.
    Event though there are later versions of JDeveloper they don't have the necessary SOA add ons required.
    Regards
    Riaan

  • Can I change some partitions of the partitioned table read-only?

    I have a table partitioned by range( partitioned hourly).
    I want to keep the history data online for query (the history data is rarely accessd). But in this way the table is too large. The performance may be a big problem. So some problems may be raised:
    How can I change the aged partition read-only?
    How to decrease the workload on this table and improve the performance?
    Oracle 10g (10.2.0.3)+Solaris 10

    How can I change the aged partition read-only?In 10.2.x.x I think only tablespaces can be made read only.
    In 11g you can place tables in read only mode, but I don't know about specific partitions.

  • Read only access for bpel console in SOA Suite 10.1.3.5.1(weblogic)

    Hi
    For SOA Suite 10.1.3.5.1 on weblogic, Is there any way to restrict certain users to some pages in bpel console.. e.g. read only access to bpel console.
    I have found articles on web regarding this but they all are for SOA Suite 10.1.3.3 (and 3.4) on Oracle app server. Article provides a hack by using servlet filters.
    How to do a similar thing in SOA Suite 10.1.3.5.1 on weblogic ?
    Can somebody provide step by step instructions?
    Thanks

    Hi James,
    I have already seen this link and several refined versions of it but it wont work for weblogic. For example
    There is no j2ee/oc4j_soa/applications/orabpel/console directory (i looked into home directory as well but could not found orabpel/console dir).
    So question is where to put filter class and how to make changes in web.xml as this file is not present in j2ee/oc4j_soa/applications/orabpel/console/WEB-INF/
    I checked deployments in weblogic admin console and seems BPELConsole is deployed as a module under BPELPM ear.
    Any idea?
    Thanks.

  • Read from a config file in File Adapter in SOA Suite 11g

    I want to read from a config file in order to determine whether to archive or delete the file after processing using file adapter in SOA Suite 11g. How do i do that.

    only part i replied on was the part of how to read a file
    but i think in your case you could do the next
    use the sync file adapter to read in the file during your process
    based on this content you set a variable "myOutputDirectory"
    then create a file adapter (write) which will store the file on file system
    http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_file.htm#CIACICFD
    4.3.2.2.5 Specifying a Dynamic Outbound File Name
    and use that (jca.file.Directory) property to store the file either on the archive location or the delete location

  • How to create users for B2B console in SOA Suite 11g?

    Hi,
    I have installed SOA Suite 11g and created a new user in weblogic server and assigned groups Deployers, Monitors & Operators. On trying to login(http://hostname:port/b2bconsole) using this new user, im not able to login and the below error is logged.
    "There are no trading partners for this user".
    Can someone plesae guide me on how to create a new user for B2B as i dont want to grant adminstrators group to developers.
    Thanks,

    Hi,
    Please login as the weblogic server boot user into b2bconsole and then go to users tab of the host trading partner
    and search for the newly added user [ provide full username ]
    and then assign the role as administrator / monitor from there.
    once this is done.. the newly added user should be able to login to the b2bconsole..
    monitors have read only access and less priveledges..
    Regards,
    Vijay

  • SOA Suite 11g Admin console EM link

    I have installed SOA suite 11g onto a windows XP machine with a local loop back network adaptor. When I go to the WebLogic Server Administration Console home page the link for the Oracle Enterprise Manager is picking up the loop back network adaptors IP address (10.10.10.10). This results in the link not working when accessed over the network. I can replace the local IP address with the machine name or DHCP IP address within the browser to work round the issue. However, is there any way to correct this and re-configure the link to use the actual IP address like the other links?
    Regards
    Neil

    Another way is to get rid of the Loopback Adapter (ie unconfigure it) and just install it. WLS has no issues with DHCP environments.
    --olaf                                                                                                                                                                                                                                                                                           

  • Cannot access EM console on SOA Suite 11g (404 error)

    I have installed SOA Suite 11g on a new environment. The admin server and managed server (soa_server1) start up without any errors in logs. However after start up, I am unable to access the enterprise manager console at http://host:port/em due to 404. Interestingly, I can access the WebLogic administration console at http://host:port/console without any issue.
    I have installed SOA Suite 11g before on my local machine and have never had any issue like this before.
    Is there a way to manually start up the enterprise manager application? I have seen some advise in previous posts which mention the use of emctl (enterprise manager command line control) however, this does not appear applicable to the em app that runs on WebLogic application server in 11g.
    Any troubleshooting advice would be greatly appreciated!

    You can access the EM using http://host:7001/em url.
    But for EM to be present in the domain, you should have created your domain with Enterprise Manager template selected. I think, you haven't done this step. Login to your WLS Admin Console, navigate to Deployments. Check for an application named 'em'. If it is not there, then this is the issue.
    To get your domain extended with EM, do these steps.
    1. Stop your servers in the domain.
    2. Invoke the configuration wizard ($ORACLE_HOME/common/bin/config.sh/cmd)
    3. Choose Extend Domain option. Select your domain.
    4. Select Enterprise Manager template. Complete the wizard.
    5. Start your servers.
    Now you will be able to access EM, using the above URL.
    There is no need for emctl in SOA 11gR1. Starting the Admin Server will help you to work in EM.
    Hope this helps!!!

  • B2B Console "missing" in SOA SUite 11g R1 PS3?

    I have a brand new SOA SUite 11g R1 PS3 installation, using the following installation steps:
    OracelXEUniv
    WebLogic Server 10.3.4.0
    SOA Suite 11.1.1.2
    SOA Suite 11.1.1.3
    SOA Suite 11.1.1.4
    Created a new single server domain using teh new 11.1.1.4 developer template
    I can start the weblogic console, no problem
    I can start the enterprise manager console, no problem
    when I try to start the B2B Web Console http://localhost:7001/b2bconsole, or http://localhost:7001/b2b I get the 404 HTTP error - the console applicaitn is not found
    Can someone, please, suggest what I am missing?
    Thanks in advance

    Hello Michael,
    I analyzed this issue and found that it is working as designed. Developers templates are designed for low memory hosts and hence certain applications like b2bui, composer, OracleAppsAdapter etc. does not get deployed by default. If a user wants to use these applications then he may target and deploy them manually from Weblogic Admin console.
    As these applications may not be required for all users who installed SOA (because SOA installable contains many components of SOA like BPEL, Mediator, Rules, Workflow, B2B and BPM Suite as well and a developer may not be interested in using all these applications), so these apps does not get deployed by default.
    For the benefit of other users of this community, I have blogged about the same here where you may also find steps that how to enable these applications -
    http://anuj-dwivedi.blogspot.com/2011/02/b2b-consolesoa-composer-not-opening-up.html
    Thanks for bringing this issue up here in this forum.
    Regards,
    Anuj

  • Error while starting the AqAdapter in SOA Suite 11g Admin Console

    facing an issue with the AqAdapter(Resource Adapter) in Soa Suite 11g Admin Console.
    we go to Deployments --> Select Aq Adapter --> Currently it shows the status as Prepared
    Now we try to Start it again --> it comes back with the error message mentioned below
    weblogic.application.ModuleException: weblogic.connector.exception.RAException:
    Jndi Name is null or empty. Errors were encountered while performing this operation.
    source path on the admin server is mentioned here for this AqAdapter:
    /opt101/app/oracle/SOAD/SOA11gR1/fmw/Oracle_SOA1/soa/connectors/AqAdapter.rar
    deployment plan :
    /opt101/app/oracle/SOAD/SOA11gR1/fmw/Oracle_SOA1/soa/connectors/was/Plan. xml
    We check in the Configuration tab --> Outbound Connection Pools -->
    here it shows the Group as javax.resource.cci.ConnectionFactory and under it we have setup
    2 connection pool instances with JNDI names as : eis/AQ/aqSample & eis/aq/B2BAQ
    Could someone please help here as to what could be the reason why this error is coming and
    how we could resolve this.
    With Regards & thanks

    This is what we have done :
    1.Created the JDBC data source & connection pool as below :
    data source name : B2BAQ , JNDI name : jdbc/B2BAQ
    Connection Pool :
    URL : taken from the tns entries of the instance
    Driver Class Name : oracle.jdbc.OracleDriver
    Tested this connection ..it works fine from the Admin Console
    2.Then go to Deployments --> AqAdapter -> Configuration tab --> Outbound Connection Pool Group -->
    Create a new connection pool instance -- General tab
    connection interface factory : javax.resource.cci.ConnectionFactory
    JNDI Name : eis/AQ/B2BAQ
    Then in Properties tab : Enter the Data Source Name : jdbc/B2BAQ
    Then we try to Start the AqAdapter from the Admin Console..it goes into Prepared status.
    The error message which comes is mentioned above.
    Is there any way we could resolve this ..that would be very helpful
    Regards
    Edited by: user5149250 on Mar 13, 2012 6:33 AM

Maybe you are looking for

  • IPhoto import Browser failure, after security update?

    Hi, Anyone else had this problem? iPhoto import Browser failure. No Events or Albums show, although PhotoBooth is visible, error message 'Open iPhoto 5 or later to see photos...' This used to work, but not since installing Security Update 2010-006 (1

  • Embedding background image within a svg map

    Hi Iam using mapviewer to generate and store maps. The maps also have aerial photographs attached as a background image. currently the image is a link and the actual image is stored on the mapviewer server. I want to be able to embed the image within

  • Finding all repair in search helps

    Hello people, I don´t know if it is possible.... but.... I will ask! In our environment, we have a lot of repairs in search helps. When we simulate the upgrade to ERP 6.0,  these repairs disappear. I believe the correct way to do this ampliation is d

  • Receiving message "not authorized to play songs on this computer"

    Attempting to sync IPOD and receive the message that the purchased songs will not sync to my IPOD, although it recognizes my IPOD on the left hand side, indicating unauthorized to play them on my computer. Any ideas?

  • Events on elements of cluster

    Hi, I have a cluster with 500 boolean controls (week-calender). I want to detect some events on these boolean controls : - mouse enter - mouse leave I could create an 'enter'-event case and a 'leave'-event case, and then assign the enter- or leave- e