Want to hide smthing for the particular user

Hello world

I had created a demand and this demand if my end user = 'A', then it cannot access application pages 2,3,4. And if the user = B, then it will be able to access the 1,3,4,5 pages. In short how will u hide for a user and the display of another user.

Thank you

Rommy

Published by: rommy on February 4, 2009 13:01

Rommy,

Create a schema for authorization from scratch...
Template: to Express 1 point value is equivalent to the Expression 2
Expression 1: APP_USER
Expression 2: has
Identify the error message when the regime violated: error, you are not authorized (or other)
Evaluation point: once per session

Then create another for the other user.

Then you can apply them as you like.

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen

Tags: Database

Similar Questions

  • ACS 5.4 ASA 8.2.5 disable AAA for the particular user

    Hello!

    I want to disable journaling Ganymede + for the particular user. This user is used only for automated (python script) pooling of vpn tunnel ASA (limited command set - permission on ACS) group to verify the number of users authenticated via VPN. The problem is that this user generate a bunch of logs according to authentication authorization and accounting on ACS. Is there a solution, disable Ganymede + newspapers on ACS for this particular user? Maybe it is possible to modify the AAA on ASA to not connect this particular user?

    Thanks in advance.

    Hi Pawel,

    You can create filters collection for that specific user. When you configure monitoring filters & Report Viewer does not record these events in the database.

    Navigate to: Configuration of the analysis > System Configuration > filters Collection > add a filter

    What follows is the attributes that can be used. You must use the user.

    -Access service

    -User

    -Mac-add

    -Nas - IP

    Example: We get several hits of ASA by 'user' and we want ACS to ignore it. Create a filter by using the user. ACS must now ignore any attempt from the IP Address of the NAS.

    Jatin kone
    -Does the rate of useful messages-

  • is it possible to restrict access to a particular application for the particular user?

    is it possible to restrict access to a particular application for the particular user

    for example, if an application will not be editable for user mode

    or it will be only editable for a user

    We gave access as a developer of a workspace to a single user

    but we don't want him to change a single application.

    Oracle Application Express 5.0

    Your terminology is mixed - looks like you're talking about limiting applications, a developer can edit in the application builder in a workspace.

    No, you can't.

  • Disable access to the catalogue of OBIEE for the particular user.

    Hi all

    I'm on OBIEE 11.1.1.7.140527. I added users newly created the Group BIConsumer. I want to restrict these users to access the catalog in OBIEE.

    What would be the way to go if I want to disable the access to the catalogue of OBIEE.

    Appreciate any help.

    Thank you

    Administration-> Manage privileges-> Home tab and header-> access catalog UI

    Add/remove groups here to look at one/masking catalog.

    Please mark helpful/correct if it is...

    Thank you

    AJ

  • Assiging task for the particular user

    Hello

    I am newbee in BPM and have a situation here. We use 10gR 3 OBPM.
    In our application, we need a level 4 of approvers and at each level, there are 1000 + participants that are extracted from LDAP. Here we have 2 conditions:
    1: for some approver name request comes as entry and we must assign the instance to the approving individual.
    2. in some cases, we need to identify approver based on various parameters such as region, Plastica, Department etc.

    I wan to know how we can achieve both. No matter what tutorial or example would be very useful

    Hello
    We have developed a project which I think is similar to your case:
    1 - you can use: participant.next = part; to assign an instance of a participant in such a part.
    2 - with parameterization parametric roles you can case reach route depending on the region, DRANK, etc..
    HTH

  • A query to return all the SQL executed for a particular user instructions.

    Hello

    Is it possible to find all the instructions SQL for a particular user using the views v$? I can do it 10g but I am currently using 9i, the query below does not work.
    select a.username,a.logon_time,b.sql_fulltext 
    from v$session a,v$sqlarea b 
    where a.sql_id=b.sql_id
    and a.username='USER'
    order by a.logon_time desc
    I guess that some columns in these views do not exist in 9i. The output of 9 that I use is 9.2.0.1.0.

    Your help is very appreciated.

    Thank you
    Select this option.

    Dear mark!

    I suggest you use the audit instead of v$ sqlarea. Onlinedocumentation said the next thing Oracle v$ sqlarea:

    >
    V$ SQLAREA lists statistics on the shared SQL area and contains a line by the SQL string. It provides statistics on SQL statements that are stored, analyzed and ready for execution.
    >
    This means that you will only get the SQL statements that are currently in memory. Older statements which are already deleted from memory are not visible for your query.

    Incidentally, if you simply want to know what's wrong with your query then please post your errormessage.

    Yours sincerely

    Florian W.

    Published by: Florian W. the 29.07.2009 12:03

  • I installed DirectX Runtime for the end user, but I have DirectX 11, there will be a problem?

    I have Windows 7 and so I always got DirectX 11, but someone on this forum recommended update DirectX and I didn't know how to so I just downloaded this thing official Web sites, called for the final user DirectX Runtime Web install which is apparently for version 9.29.1974. I want to know if this will become a problem for my computer.

    Hi WiccanxHulkling,

    No it will not become a problem you already have Direct X 11 on the computer.
     
    Some games or software may require an earlier version of DirectX so you can install the earlier version and it wouldn't effect the version of DirectX that is installed on the computer.
     
    However, in accordance with the following article x 11 Direct include Direct X 10 and 10.1
    How to download and install DirectX
    Note this includes all components of the DirectX 10.0 and 10.1 runtimes
     
    I hope this helps.
  • How to stop the generation of the trace of the files concern the particular user

    Dear all,

    Please advice:

    Is it possible to stop the trace file that is created by a user for a particular job (sql/exp)

    For example:
    Create trace files whenever the user has run the sql/exp command from the application server.
    Which created a large files and caused the file system is full (not in bdump but it's generation in the home directory of the user application).
    Is there a method to stop the generation of trace records relate to the particular user base on this job.

    Thank you
    Nathalie

    Dear GEORGE

    This trigger will be created for that specific user by dba or anyone with sysdba privileges. It will be triggered at the time of login of this user and edit the sqltrace.

    for example, we write a trigger in our database for each ddl operation in the database.

    CREATE OR REPLACE TRIGGER "SYS." "' SYS$ DDLTRIG" after the DDL on the database
    declare
    v_machinename VARCHAR2 (100);
    v_osuser VARCHAR2 (100);
    v_dbuser VARCHAR2 (100);
    v_host VARCHAR2 (100);
    v_program VARCHAR2 (100);
    v_instance VARCHAR2 (100);
    T_DATE VARCHAR2 (100);
    Start
    Select to_char (sysdate, ' dd-mm-yyyy HH24:MI:SS), user, sys_context (' userenv ',' OS_ ")
    USER'), sys_context ('userenv', 'HOST'), (select instance_name of v$ instance), (se
    You can select program session $ v where sid = (select distinct sid from v$ mystat)), (se
    machine READING of session $ v where sid = (select distinct sid from v$ mystat)) int
    o T_DATE, v_dbuser, v_osuser, v_host, v_instance, v_program, v_machinename of double;
    IF ora_sysevent = 'DROP' or ora_sysevent = 'CANCEL' or ora_sysevent = 'GRANT' or
    ora_sysevent = 'CREATE' or ora_sysevent = 'TRUNCATE' or ora_sysevent = 'CHANGE '.
    Then
    insert into ddl_log_new (T_DATE, v_dbuser, v_osuser, v_host, v_instance, v_program, v_m
    achinename, V_EVENT, V_OBJECT_NAME, V_OBJECT_TYPE, V_OBJECT_OWNER) values (T_DATE, v_
    dbuser, v_osuser, v_host, v_instance, v_program, v_machinename, ora_sysevent, ora_dict_
    obj_name, ora_dict_obj_type, ora_dict_obj_owner);
    END IF;
    END;

    I hope that above example will be useful to you,

    Concerning
    Evelyne

    Published by: ambrishr24 on 5 December 2012 17:02

    Published by: ambrishr24 on 5 December 2012 17:05

    Published by: ambrishr24 on 5 December 2012 17:20

  • Sqlplus very slow connection for a particular user

    Hi Experts,

    I am faced with a particular problem.

    DB version: 11.1.0.7 on Solaris 5.10

    Sqlplus connection to the database is going very slowly for a particular user (APPS) - it takes 30 seconds or more
    For all the other users on the database, it's normally.

    There is no trigger connection for all users...

    I see TNS-12535: TNS:operation errors in alertlog has expired.

    Any help in getting this issue is highly appreciated...

    Thank you...

    Hello

    Looking at your question, this is the only thing that comes to mind first - blog

    http://viveklsharma.WordPress.com/2012/01/27/sqlplus-connection-slow-library-cache-lock/

    HTH
    Anand

  • change password for the sys user

    How can I change the password for the sys user?... I want to change the password so that no one else besides me can use the sysdba account

    change or add a parameter in the file sqlnet.ora None

    SQLNET.authentication_services = (NONE)

    wait for the right password that no one can access it;

    Try this

    then check;

    SQL > SELECT * FROM V$ PWFILE_USERS;

  • How do the capping of resources for the specific user?

    I'm looking for in the way of the capping of resources on the server for a particular user, I. This girl is the data analyst and it trows on my server a lot of crazy pl - sql code who eats CPU like a cake. I talked to her and she is ok with Cap resources to some extend so that other users do not suffer.

    After watching in profiles of boards and few options, I have more it seems like CPU_PER_CALL or CPU_PER_SESSION look like obvious candidates. They impose limits on hundreds of seconds, but I don't understand how can I know how many seconds I have to give him? Let's say for the sake of the argument, I attribute 10 minutes to him but at the same time that it connects, there barely a few people working on the server and the server, it's mostly idling. This kill will stop his session (call) even if there is no other people using this server? I would like to think more in terms of 30% of cpu at any time, or something like that.

    Any recommendations on how to address this problem is greatly appreciated.

    10.2.0.4
    Linux x 86

    It seems that you might be the perfect candidate for the Oracle Resource Manager. Here is a link to the documentation

  • With the help of DVT for the anonymous user

    Hello

    Can we use DVT for customization of the user interface for the anonymous user, I need to use the PST with the user offline. Please let me know if there is a way to do

    Kind regards
    Sylvie

    Hi Sarah,.

    Not really, no. If the user is anonymous, the portal framework has no way to keep the changes he made in the database, because they cannot be associated with a single user.

    If you really want, you could automatically connect to a pre-defined user (aka. a user with the name "anonymous"). However, since everyone could be connected to the same user, changes made by anyone would be seen by everyone and users might be undo/redo each and other changes constantly.

    George

  • I need to create a table of contents in iPages but I want only one word for the title, not the line of holes. Or, how can I change the contents of the table? Thank you!

    I need to create a table of contents in iPages but I want only one word for the title, not the line of holes. Or, how can I change the contents of the table? Thank you!

    Yes, you can have a one word title, by assigning a paragraph style title to this one word. No, you cannot change the text in a Table of contents, but you can change paragraph style font attributes (line) and add for example, a head of points between the types of OCD paragraph and page numbers. No part of the table of contents will not provide hyperlinks in exported PDF documents.

    When you look up in the menu bar, you can see the word iPages, or simply Pages. There is no product of iPages.

  • Permission of files and folders for the same user on multiple computers

    Is it possible to set permissions files and folders different for the same user when he connect on different computers in the same domain?

    Example:

    There is a folder named "Folder1".
    When "User1" enter this folder by "Computer1" must have "Read & Execute" permission
    When "User1" enter this folder in "Computer2" must have permission 'change '.

    Thank you

    Hello

    Your question is beyond the scope of this community.

    Please post your question on the TechNet forums:

    https://social.technet.Microsoft.com/forums/Windows/en-us/home

    Kind regards

  • I want to collect rain for the day, month and year; Can what formula I use?

    I want to collect rain for the day, month and year; What formula or expression that I can use.

    I use a Rain Wise product that converts impulses to an analog value.  The rain wise device can be

    "the value measure up to 1", 5", or 10".  I will be setting the unit at 10 inches in increments of 0.01 inch.

    What I would do is at each time increments of signal I would consider it as 0.01 then after reaching

    a period of time a day or a month, back to zero.

    Need some advice on this problem.

    How about you, using a counter to count the number of times where the signal is less than 0.01?

    For example,.

    Counter.Count = signal<=>

    The total number of rain is

    Counter * 10 + signal

    Use TimeOfDay or TimeOfWeek to reset the counter.

Maybe you are looking for