Access level of concurrent query (exit 12)

Hello

There was a profile option in version 11.5 ("simultaneous access level: request") which allowed you to define if the users were able to view the output of simultaneous queries by other users (within the same responsibility).

We have all implemented exit 12, but found that this profile no longer exists. Does anyone know how (if at all), you can allow users to view the output of concurrent requests by others?

Ideally, we would like to be able to allow some users (System administrators) the ability to view the result of requests by any user in any other liability (IE: without having to assign responsibility that was used for their own user account) is anyone know if that's possible too?

Concerning
Carl

This profile option has been removed in R12 and replaced with RBAC features, as described in Note 555524.1 of the ML

HTH
Srini choup

Tags: Oracle Applications

Similar Questions

  • Access level display APEX 4.2

    Hi all

    In our application, we have two groups of such permission scheme 'Admin' and 'creator '.

    We have added corresponding users in these groups.

    Now we have a search where to click on the button search it displays two different sets resulting i., e.

    1. for research under the branching key, I put as

    2. now, in the regions resulting results I provided like this

    3 at the same time I had supplied to the security with respect to the Admin and free creator, it would be 'OID_AUTH_MKT_SELF '.

    4 based on those from the top results will be extracted.

    5. now there that don't need to use the authorization scheme, a new table named "User access level" was created, in which it provides user input which belongs to i. what access level, e Self Admin, Super Admin.

    6. how I modify reports to display the resulting based on this new array and function of button.

    Apex 4.2

    D/B 10g

    Kind regards

    Sruthitamiri

    So replace it with schema Type "Exists SQL Query"

    And application of power supply as

    select null
    from user_access_level
    where username = :APP_USER
    

    Scott

  • Templates and access levels

    I am trying to apply access levels to 60 pages of my site.  Levels of access are stored in the users table and their name of user, password, and other account information.

    When the access level is applied to a page, I get an error message, "this document model is from does not allow for changes outside the < html > tag."  The changes will be rejected. »

    I want to be able to make changes to my template and affect all the pages of the site, but individual changes to the access level to each page (or if I could create a second model and apply each to a page), but I tried it and can not understand.

    Anyone has any advice on how to apply different levels of access to pages when a model will not allow him?

    Thank you in advance for your help!

    Here's the thing.  I was not realizing at first that you were using a built-in behavior of DW.  It was the source of my question.  What I was trying to get out of this is the structure of your table.  For example, in a case like this, you should potentially have 2-3 tables SQL.  Let's call them users, groups, and permissions.

    Basically, your users table connects a group of users.  Each group has its own information, so a second table, then the features pages of permissions based on the group, the third table.  The permissions table must consist of the user id and the name of the page group.  You then need to write a SQL query that would choose the user table, to check the connection and session and join the permissions to ensure then the logged in user has access to the page.  This isn't something that is usually done via the click of a mouse with a graphical interface.  It is usually coded by hand.  It might be possible to put the DW code in a header file, then change it to become automated like this, but I'm not familiar enough with the code to appeal from this judgment.  The closest thing I could think of in regards to an extension would probably be this: http://www.webassist.com/dreamweaver-extensions/powercms-builder/?lid=websitebuilders .

    Honestly I generally recommend for a person in your case to seriously consider a Content Management System (CMS) Drupal, Wordpress, CMSMadeSimple or anything in this sense because they have the built-in user control or with an installed extension.  It would save you a lot of work trying to get this working.

  • profile simultaneous access level option: report

    I need to define the level of concurrent access profile: report... but it's not retreivable from profile-> system->... any idea?


    Kai

    Kai,

    This profile option no longer exists in R12, use UMX RBAC.

    Note: 563946.1 - how to see log and output files of requests by other users using RESP even Ran in R12
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=563946.1

  • Can Adobe Muse cause editors of numerator of a website with restricted access levels?

    Can Muse of ADobe cause several editors of a website with restricted access levels?

    Hi Cindyw73540197,

    Unfortunately the Muse do not support collaborative environment at this point of time.

    I advise you to post this as an idea on the page of the idea of the Muse. More voice to an idea increases its chances to be included in future versions. Ideas for features in Adobe Muse

    Note: If your site is hosted on BusinessCatalyst then you can create users with different access to change online.

    Kind regards

    Vivek

  • request for access level

    There is er_user_groups of the table. ER_USER_GROUPS's username and group_id in form fields.

    This table contains data about all the groups the user belongs.

    If the user is in each groups 29,30,31,32 access level is Basic. Please help me with Sql for this.

    The user could be part of the group more ID but if there is minimum crietira

    Hello

    This sounds like a job for the COUNT function.  Count how many of these groups, each user is in and choose the restaurant where the count is 4.

    Because I don't have a copy of your table, I'll use the table scott.emp (which almost everyone) to illustrate.

    Say we want to find jobs that are each of the evolutionary 10, 20 and 30:

    Job SELECTION

    FROM scott.emp

    WHERE deptno IN (10, 20, 30)

    Working GROUP

    HAVING COUNT (DISTINCT deptno) = 3

    ;

    Output:

    JOB

    ---------

    CLERK

    MANAGER

    It doesn't matter whether or not the same work appears in other departments; only lines whose data deptnos (10, 20 and 30) are considered.

    As Greg said, see the FAQ in the forum: https://forums.oracle.com/message/9362002

  • Access level of the project

    Dear Dina,

    Project management, under setting up a project, I can find the access level given by the choice

    Secure and the company.


    Could you explain the limits for me...

    Thank you very much in advance...

    Hello

    Here's what I could find in the Guide to project Foundation, page 13-5

    * Warranty: Indicates that the project is safe. The project can be considered only
    by users with roles to whether or not on the project and by users with
    roles of authority organization. Users with responsibilities that give them a view all the
    update all access projects can also access secure projects or projects.
    * Company: Indicates that the project can be accessed by a user in your
    business, regardless of their role, responsibility, assignment of project or organization
    authority. A role comments menu determines which users of project business information
    can view. Your implementation team can change the role comments menu to increase or
    decrease the amount of users access to business functions.

    Dina

  • Root access level control

    In Flash, you can use "_root." to access the top-level items. For example, in Flash if you create a textinput and a new class object function, I can say, _root.textinput.text as below

    class MyClass
    {
    public MyClass()
    {
    _root. TextInput.Text = "haha."
    }

    }

    So my question is how can I access level controls root in Flex?
    I have a list control named, shoppingCartList and I have a newly created class object called shoppingCartObject that will be created at the beginning. And in my class, I have a function which should something like _root.shoppingCartList.dataProvider = product_ary. But in Flex there is no variable of that type as "_root". How can I achieve this in Flex?

    Thank you

    Example:
    Application.application.shoppingCartList.dataProvider = product_ary;

    You need to import mx.core.application.

    Tracy

  • Hierarchical data, how to aggregate over levels in hierarchical query?

    Hello

    I hope someone can help me.

    I held in a data table ("" what part was built in what other part of when when? "')
    ID parent_id build_in build_out
    1 NULL NULL NULL
    2/1 2010 2012
    3 2 2011 2013
    4 2 2013 NULL

    What are the parts is stored in a separate table.

    Now I want to know when when which part was built in the first level, in the example, I want to know that
    1 was simply a part of 1
    2 was part of 1 between 2010 and 2012
    3 was part of 1 between 2011 and 2012
    4 has never been a part of 1

    I tried several approaches - if there is a fixed number of levels between the types, I am interested I can do using joins and more/less (similarly as some nvl). Unfortunately this is not always the case (some parts appear on several levels).
    If I'm only interested in the parts that are never deleted, I can get by using a style of connect request and get the current configuration. But I can't seem to understand the time connecting part to the high level in such a query, or even filtering absurd combinations (like "4 in 1" in the example above). I could deal with the data recovered outside the database, but I prefer not.

    Is there a way to obtain the hierarchical data with an aggregate (min, max) for all levels?

    What version of Oracle you are on?

    In 11.2.x, you can use the recursive subquery factoring. Something like

    with t (id, parent_id, build_in, build_out) as (
    select 1, null, null, null from dual union all
    select 2, 1, 2010, 2012 from dual union all
    select 3, 2, 2011, 2013 from dual union all
    select 4, 2, 2013, null from dual
    )
    , c1 (root_id, id, parent_id, build_in, build_out) as (
    select id, id, parent_id, 0, 9999
    from t
    where parent_id is null
    union all
    select root_id, t.id, t.parent_id
    , greatest(nvl(t.build_in,0), nvl(b.build_in,0))
    , least(nvl(t.build_out,9999), nvl(b.build_out,9999))
    from c1 b, t
    where b.id = t.parent_id
    )
    select * from c1
    where build_in < build_out
    ;
    ROOT_ID ID    PARENT_ID  BUILD_IN  BUILD_OUT
    ------- ----- ---------- --------- ----------
    1       1                0         9999
    1       2     1          2010      2012
    1       3     2          2011      2012      
    

    With a hierarchical query by using the syntax connection, you could do something like

    select * from (
    select connect_by_root id as root, id
    , greatest(nvl(build_in,0), nvl(prior build_in,0)) as max_in, least(nvl(build_out,9999), nvl(prior build_out,9999)) as min_out
    from t
    start with parent_id is null
    connect by parent_id = prior id
    )
    where max_in < min_out
    ;
    

    but it is not powerful enough. This version compares the dates between a current and previous levels, but the recursive subquery is to compare the dates in the current level for the winners of the comparisons to the previous level. Not sure if it's an important distinction for your needs, however.

    If you are on 11.2 I advise to use the recursive subquery factoring. If this isn't the case, you can try the link by version.

    Kind regards
    Bob

  • Show / hide content based on access levels (php)

    I have an area of a web page that is visible to users with level 'level 1' access registered - I want to change this code and add a second level of access user 'level 2 '.

    So basically I want access "level1" and "level2" users to see 'X' content.

    Here's the code...

    <? PHP if (isset($_SESSION['MM_UserGroup']) & & $_SESSION ['MM_UserGroup'] == 'level1') {? >}

    "content here".

    <? PHP}? >

    I tried modifying the code of what follows, but without success:

    <? PHP if (isset($_SESSION['MM_UserGroup']) & & $_SESSION ['MM_UserGroup'] =='level1, level2') {? >}

    Any help would be appreciated!

    >$_SESSION ['MM_UserGroup'] == "level 1, 2"

    You want to test for users who are in a group called '' level 1, 2 ''?  Or test if the user is in the level 1 or level 2? If the latter, then of course, your code will not work. You will need to check each condition.

    $_SESSION ['MM_UserGroup'] == 'level2')) { ?>

  • Union access to the CF query - problem

    I have a query in ACCESS below, it works fine...

    QueryName is test

    But when I query in CF using this query
    < name cfquery = 'abc '.
    DataSource = "abcde" >
    SELECT *.
    OF the test
    < / cfquery >

    I get error running database query.
    [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] Too few parameters. 1 expected.

    Why doesn't CF run my access query and return my results

    -ACCESS QUERY STARTS HERE - I get the results in ACCESS-
    SELECT ID, r_muai_scale, i_muai_scale, gid, gidcounter, SSN, FIPS, csa_open_date, csa_close_date, r_muai_date, r_muai_tot_domain_score, i_muai_date, i_muai_tot_domain_score, service_type, service_begin_date, service_expect_end_date, service_end_date, expend_amount, projected_expend_amount, export_fyqtr, (expend_amount + projected_expend_amount) AS totalexpenditures, ((DateDiff ("d" service_begin_date (((, service_end_date)) + 1).
    As totalservicedaysfy06
    OF master_data06
    WHERE export_fyqtr = 20064 AND service_end_date IS NOT NULL AND service_begin_date > # #06/30/2005
    UNION
    SELECT ID, r_muai_scale, i_muai_scale, gid, gidcounter, SSN, FIPS, csa_open_date, csa_close_date, r_muai_date, r_muai_tot_domain_score, i_muai_date, i_muai_tot_domain_score, service_type, service_begin_date, service_expect_end_date, service_end_date, expend_amount, projected_expend_amount, export_fyqtr, (expend_amount + projected_expend_amount) AS totalexpenditures, (DateDiff ("d" #06/30/2005 #)) (, service_end_date))
    As totalservicedaysfy06
    OF master_data06
    WHERE export_fyqtr = 20064 AND service_end_date IS NOT NULL AND service_begin_date < = # #06/30/2005
    UNION
    SELECT ID, r_muai_scale, i_muai_scale, gid, gidcounter, SSN, FIPS, csa_open_date, csa_close_date, r_muai_date, r_muai_tot_domain_score, i_muai_date, i_muai_tot_domain_score, service_type, service_begin_date, service_expect_end_date, service_end_date, expend_amount, projected_expend_amount, export_fyqtr, (expend_amount + projected_expend_amount) AS totalexpenditures, (DateDiff ("d" #06/30/2005 #)) ((, #06/30/2006 #))
    As totalservicedaysfy06
    OF master_data06
    WHERE export_fyqtr = 20064 AND service_end_date IS NULL AND service_begin_date < = # #06/30/2005
    UNION SELECT ID, r_muai_scale, i_muai_scale, gid, gidcounter, SSN, FIPS, csa_open_date, csa_close_date, r_muai_date, r_muai_tot_domain_score, i_muai_date, i_muai_tot_domain_score, service_type, service_begin_date, service_expect_end_date, service_end_date, expend_amount, projected_expend_amount, export_fyqtr, (expend_amount + projected_expend_amount) AS totalexpenditures , ((DateDiff ("d", service_begin_date, #06/30/2006 #)) + 1).
    As totalservicedaysfy06
    OF master_data06
    WHERE export_fyqtr = 20064 AND service_end_date IS NULL AND service_begin_date > #06/30/2005 #;

    Replace the double quotes in your function DateDiff autour did ' parameter with single quotes. Also, if export_fyqtr is actually a type of text rather than digital data, try single quotes around '20064' = export_fyqtr.

    Phil

  • The div tags display dependent on access levels

    Hi iv got a little problem if someone out there can help out because its really bugging me

    I have three types of users on the Web page I'm building, but I need to be able to display some div tags according to the level of access, for example a div with the moderator functions in which I would not standard users to have access to it, that's how I have my database Setup

    ID - AutoNumber
    name of user-text
    password - text
    email-text
    AccessLevel - number - 'default = 1'

    User = 1
    Moderator = 2
    Admin = 3

    I use mm_username as a session variable to filter the information in the user via the Web site and I think I should use mm_accesslevel as well, but I'm not sure on how to implement the recordsets any help would be really great.

    You can then use something like:

    <% If recordsetName("accesslevel") = 1 Then %>
    Div container level 1 links
    <% Else If recordsetName("accesslevel") = 2 Then %>
    Level 2 links
    <% Else %>
    Level 3 links
    <% End If %>

    I hope that my PSA was not too rusty for that screw up. ;^)

    --
    Bryan Ashcraft (removal of the brain to respond)
    Web application developer
    Wright Medical technology, Inc.
    =============================
    Macromedia Dreamweaver Developer certified
    Adobe Community Expert (DW): http://www.adobe.com/communities/experts/

    "Pablo269" wrote in message
    News:e4arql$CDM$1@forums. Macromedia.com...
    > im using ASP.
    >
    > and an access database

  • To access the results of query XML MSSQL



    I use MS SQL Server with a query of the form: SELECT * FROM tablename FOR XML AUTO [, XMLDATA]
    (The brackets above to indicate optional use of the XMLDATA option and are not explicit)
    I'm capable of outputting the result in passing the name of the query to CFDUMP so I know that the SQL statement returns the correct information. However, I want to store the XML in a string variable, in the end to go to XMLParse (for example).

    How to access the ResultSet? Columns in the table are not relevant in the case of XML output.

    Nevermind, sorted it.

    For anyone interested, the answer is that the query can be serialized to a string via CFWDDX.

  • How to make a summary on one level of the query

    Hello

    I have the following relationship of the table

    Father - < child - < grandchild

    Each table has numerical values that I would like to summarize but I don't have a single application:

    Select...
    father, child, grandchild
    where Father.id = Child.parentId (+) and
    Child.ID = GrandChild.parentId (+)

    In this motion, I would like to sum up the values of the children and grandchildren. But if I summarize children values that they will be repeated according to the number of child there. So is it possible to repeat a "SUM" which will summarize only the values of the children without values? SUM DISTINCTE won't work because I can have values in two children who are equal.

    Kind regards

    Nestor Boscan

    To make sure I understand, here is some test data:

    drop table son;
    drop table dad;
    drop table granddad;
    
    create table granddad(gkey, gval) as
    select level, level*100
    from dual
    connect by level <= 2;
    
    create table dad as
    with data(dkey, dval) as (
      select level, level*10
      from dual
      connect by level <= 2
    )
    select gkey, dkey, dval from granddad, data;
    
    create table son as
    with data(skey, sval) as (
      select level, level
      from dual
      connect by level <= 2
    )
    select gkey, dkey, skey, sval from dad, data;
    

    This is what the data looks like:

    select * from granddad
    left join dad using (gkey)
    left join son using(gkey,dkey)
    order by gkey, dkey, skey;
    
    GKEY DKEY GVAL DVAL SKEY SVAL
    ---- ---- ---- ---- ---- ----
       1    1  100   10    1    1
       1    1  100   10    2    2
       1    2  100   20    1    1
       1    2  100   20    2    2
       2    1  200   10    1    1
       2    1  200   10    2    2
       2    2  200   20    1    1
       2    2  200   20    2    2 
    

    If I understand you correctly, the GKEY first should be a sum 30 DVAL and a SVAL of the 6. To achieve this, you must add up to the level 'Daddy', then join the result in the table of "grandfather."

    select gkey, gval, sum(dval) dval_sum, sum(sval_sum) sval_sum
    from granddad
    left join (
      select gkey, dkey, dval, sum(sval) sval_sum
      from dad
      left join son using(gkey, dkey)
      group by gkey, dkey, dval
    ) using(gkey)
    group by gkey, gval;
    
    GKEY GVAL DVAL_SUM SVAL_SUM
    ---- ---- -------- --------
       1  100       30        6
       2  200       30        6
    

    You can change the ANSI JOIN syntax for Oracle's JOIN syntax. I would like to demonstrate with the USING clause when I can just because it's short.

  • Customize the e-mail Notification of concurrent query

    Hi guys,.

    Can someone tell me if it is possible to personalize the body of the notification sending when a concurrent request is submitted. It is thus by default:

    ---------------------------------------------------
    Request number 123123 (ask the name) at 13:00 on May 12, 2011 with the Normal State. This application was filed by USER1. The report can be found at the URL.

    Please click here to answer
    ---------------------------------------------------

    Thanks much for any help.
    Brian

    Brian,

    Please see if these documents help.

    How to change the text/link "Please click here to answer" in the response required Notifications [ID 1083771.1]
    It is Possible to remove approve / reject links from the Notification email for approval of expenditure for Internet? [1298366.1 ID]

    Thank you
    Hussein

Maybe you are looking for