A way to designate some users read-only?

I have a few users who should be able to see our APEX screens but not modify the data.  APEX has a way to do it?

Rick Silva wrote:

I have a few users who should be able to see our APEX screens but not modify the data.  APEX has a way to do it?

Yes. APEX 4.2 support exists for the conditions of read-only area and page level, so that item-level control provided in previous versions.

Since this seems to be a restriction related to security, you should create a permission scheme to determine the privileges of the current user read/write and evaluate what the status of the page read-only as an expression of PL/SQL to help of the apex_util.public_check_authorization method (replaced by apex_authorization.is_authorized at APEX 5.0).

Tags: Database

Similar Questions

  • Granting of flashback to a user read-only

    Is it possible to give a 'read only' user access to query flashback on a table in another schema while ensuring that they remain a user 'read only '?  I am thinking particularly of a query like the one below.  There are cases where a 'read only' user would see the previous status of a given table.  In this case, one way to read the user can perform only in select queries.

    SELECT *.

    OF SCHEMA1. TABLE1:

    FROM TIMESTAMP (SYSTIMESTAMP - INTERVAL 0 ' 00:05:00 ' DAY TO SECOND)

    Just privilege of flashback for the object to the required user.

    Kind regards

    Ivica Arsov

  • Any creative ways to prevent some users from always using the console?

    Our Organization strives to encourage people to use RDP to access servers, but also provides the use of the console as a backup.  We want users to use the console as sparingly as possible.  Any suggestions on ways that allow the use of the console but make sure users will choose RDP on the console?  Perhaps bringing to logout the user after a period of time?

    My first reaction is of course the sharks with laser beams on their heads but I don't understand how this can cause logistical and budgetary problems. My second idea would be to only allow access to the consoles of a jumpbox they also RDP. So I guess that users would acquiesce to all RDP'ing to the box, that they wanted to administer anyway rather than the double jump, but give them the Console in case there was a situation of emergency or clear need.

  • : DPS is there no way to drag some vertical items only?

    I created a dps which is essentially a portfolio. On a specific page, I have the list of clients. and when you tap on these clients, it takes you to another article, which show the work I've done for the customer. This article is by horizontal scanning only. The problem is the following: on my first page of my DPS is the show, I can drag horizontal to the first customer or "next article in my DPS. I just want to be able to get the items click on the customer. Is this possible?

    N °

    Neil

  • Read only access ACS 5.3

    Hello guys,.

    I use ACS 5.3 with the internal database for authentication of users, I would like to give some users read only rights on the systems.

    What is the best way to do it? by not configuring a password to enable for these users? or is there a better way to do this?

    Thanks in advance.

    Give read only access on devices such as the router/switch/firewall?

    If Yes, then we don't have that one best option is to configure ACS and devices for approval of the order.

    ACS 5

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/common_scenarios.html#wp1052579

    Necessary config on devices:

    http://www.Cisco.com/en/us/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml#ROU

    If you have any specific questions or some configuration does not work, post it here.

    Kind regards

    Jousset

    The rate of useful messages-

  • the user can only read

    Hello
    Should I create a user who can only read the tables in another schema. (this schema has 65000 tables and I want to avoid execution grant select on table1, table2... to MYUSER).
    Then, I created a trigger:
    CREATE TRIGGER set_empno_ctx_trig AFTER LOGON ON DATABASE
         BEGIN
         IF USER='MYUSER' THEN
          execute immediate 'ALTER SESSION SET CURRENT_SCHEMA = SCHEMA';
         END IF
         END;
        / 
    Any way to restrict it to read-only? How can I revoke Insert or UPDATE?

    I published that follows, but does not work and the user can INSERT:
    CREATE TRIGGER set_empno_ctx_trig AFTER LOGON ON DATABASE
         BEGIN
         IF USER='MYUSER' THEN
          execute immediate 'ALTER SESSION SET CURRENT_SCHEMA = SCOTT';
          execute immediate 'REVOKE INSERT ANY TABLE FROM MYUSER';
         END IF
         END;
        / 
    
     
    Thanks for the help.

    user522961 wrote:
    I thank once again.

    For the first query cannot send the result. MY_WRITE role is a role with:
    GRANT SELECT, insert, update, delete any table. Without which MYUSER cannot see the tables in the SCHEMA. MY_WRITE revoked if:

    So, what's you want? You cannot revoke insert, update, delete the grant of the user, if they are granted by a role.

    Grant select any WHAT TABLE or SELECT ON .

    the role of the user and revoke.
    He will be able to choose, but not change data.

  • Adobe is creating - JavaScript - read-only / gray fields according to the user's response

    I hope someone here can help me!

    I need to create an Adobe form where the answer to the first question greys out and makes some fields read-only.

    I am aware that I need to write a Java Script for that, but how do I do this? I did research for the days, and I can't function.

    Here is the example:

    The question is "is - this project fall under standard terms? ' and if the answer is Yes - so many questions should be ignored, as if the answer is no, the questions must be answered.

    I tried to have the first question as a checkbox, radio button and a drop-down with the 'yes' and 'no' option, but none of this seems to help.

    Can someone help me understand what I need to do? PLEASE, I BEG YOU!

    Thank you

    It is quite simple and can be made much simpler if give you all the names of optional field of a common prefix using a hierarchical naming scheme. For example, if you use a prefix of 'optional' so that you have domain names like "optional.name", "optional.address", "optional.email", etc. (note that the period character is critical here), you can set fields in the group to read-only with a single statement. Similarly, you can set the background color or reset the group, which is a good idea when the fields turn off/on. For example:

    var f_prefix = "optional";
    
    // Get a reference to all of the "optional" fields
    var f = getField(f_prefix);
    
    // Set them all to readonly
    f.readonly = true;
    
    // Set the background color to gray
    f.fillColor = color.gray;
    
    // Reset all of the fields
    resetForm([f_prefix]);
    

    You can place this type of code in the mouse event to the top of a box, something like:

    // Mouse Up script for check box
    // If checked, certain fields should be disabled
    
    var f_prefix = "optional";
    
    // Get a reference to all of the "optional" fields
    var f = getField(f_prefix);
    
    // Reset the optional fields
    resetForm([f_prefix]);
    
    if (event.target.value === "Off") {
        // Enable the optional fields
        f.readonly = false;
        f.fillColor = color.white;
    } else {
        // Disable the optional fields
        f.readonly = true;
        f.fillColor = color.gray;
    }
    
  • Advanced table read only fields

    Hello

    I have a table advanced based on VO.

    I want to do some column read-only fields.

    I did like that.

    OAApplicationModule am = oapagecontext.getRootApplicationModule ();

    OAViewObject vo = (OAViewObject) am.findViewObject ("SearchHeaderVO1");

    Line SearchHeaderVORowImpl = null;

    int fetchedRowCount = vo.getFetchedRowCount ();

    Rank [] rows = vo.getAllRowsInRange ();

    for (int i = 0; i < fetchedRowCount; i ++) {}

    If (rows [i]! = null) {}

    System.out.println ("In makeReadOnly");

    Rows [i] .setAttribute ("EntityCode", Boolean.true);

    }

    }

    What is the right way to go?
    Thanks again
    Varun

    Varun,

    1. create an additional attribute in your VO of Boolean type. ex:-name: customReadOnlyAttr

    2. set this attribute value as the property readonly for each field in the page. as a ${oa. SearchHeaderVO1.customReadOnlyAttr}

    Now in your code, set the value of this attribute programmatically, based on any desired conditions.

    What is the State you want to make these fields readonly?

    See you soon

    AJ

  • To make the shape FNDSCAUS read-only


    Hi all

    Is there a way to make the form read-only users (FNDSCAUS)? The reason being among the users of support they need to not see users as view only and not for something else.

    Thank you

    Jay

    Hello

    R12: How to create read only responsibility (Doc ID 1290228.1)

    How to create a FORM of QUERY_ONLY (Doc ID 400380.1)

    How to make a form only in the Oracle Applications (Doc ID 1013404.102)

    Concerning

    SANAE

  • Marking of fields read-only when signed - unable to untick the box

    Hi people,

    I use Adobe Acrobat Pro XI.

    I have a form with Signature fields that have been set to make some fields read-only once the signature field is signed. I can bring up the Properties window with the list of fields to choose from and can't seem to "Select all" and "Uncheck all" using the button, but can't check or uncheck the individual fields. When I click on a field of what I pointed out but I can not "check" it.

    No idea why this would be?

    Thank you.

    Click on slightly outside and to the left of the box to select/deselect the.

  • Reading only question backup Tablespace

    HII!
    I tried to read-only Table backup space. So, first change the tablespace to aid
    SQL > alter tablespace users read-only;
    Tablespace altered.

    2. then taken backup of all the data files by using the copy of the OS command.

    Now, the issue I'm facing is that can I change the read_write mode table space? If Yes, then how? Help, please...

    I tried to read-only Table backup space. So, first change the tablespace to aid
    SQL > alter tablespace users read-only;
    Tablespace altered.

    2. then taken backup of all the data files by using the copy of the OS command.

    Now, the issue I'm facing is that can I change the read_write mode table space? If Yes, then how? Help, please...

    Yes you can do it,

    SQL > alter tablespace users read write;

    After the successful restoration.

    sys@11GDEMO > select tablespace_name, status of dba_tablespaces where nom_tablespace = "CKPT"

    STATUS TABLESPACE_NAME
    ------------------------------ ---------
    CKPT ONLINE

    sys@11GDEMO > alter tablespace ckpt read-only;

    Tablespace altered.

    sys@11GDEMO > select tablespace_name, status of dba_tablespaces where nom_tablespace = "CKPT"

    STATUS TABLESPACE_NAME
    ------------------------------ ---------
    CKPT READ ONLY+.

    sys@11GDEMO > alter tablespace ckpt read write; +

    Tablespace altered.

    sys@11GDEMO > select tablespace_name, status of dba_tablespaces where nom_tablespace = "CKPT"

    STATUS TABLESPACE_NAME
    ------------------------------ ---------
    CKPT online+.

    sys@11GDEMO >
    Published by: CKPT July 6, 2011 11:22

  • Possible to make an element editable for some users and read-only for others

    Is it possible to make an element editable for some users and read only for others?

    I was able to achieve by catches of the select statement that I used to define an authorization scheme, placing in the State of read-only element. However, I would simply refer to the authorization scheme to use caching and to help keep things cleaner for future maintenance.

    Is it possible for a system of authorisation under a condition similar to the way point another element can be referenced by preceding with two reference points (e.g.: P1_First_Name)?

    I accomplished this in one of my applications by setting the value of a hidden Page 0 item on connect, for example P0_ACCESS_PRIVILIGES, and then use the feature 'Read only' integrated into the APEX for each article that I don't read for some users check the value of this element.

  • Restict read only users in some columns

    Hi guys,.

    I want to restrict read-only users to read only some of the columns on the table. How can I go on the limitation?

    Always include the following information when you ask a question:


    • Full version of APEX

    • Complete operating system DB, version, edition, host

    • Architecture of Web server (EPG, SST or APEX listener/host operating system)

    • Browser (s) and version (s) used

    • Theme

    • Model (s)

    • Region/item (s)

    935462 wrote:
    Hi guys,.

    I want to restrict read-only users to read only some of the columns on the table. How can I go on the limitation?

    Who are the users of readonly? How are they determined?

    What exactly are you talking about?

    Is this a report, if so which report interactive or classic?

    In one of them, you can make a conditional display of column with the same login

    Look at this for options http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/bldapp_rpt_att.htm#BCEBDIFA

  • Create read only user FDM

    Hello

    We are FDM 11.1.2.1 and for some reason, I am struggling with the creation of a user who would have read-only access to some places in the application. I tried their implementation as a critical base and author, but when I do that users get an error message:

    Error: Your session has ended or expired. Please log in again.

    I tried setting them up as an intermediary 9 and then apply it on the precise locations of the critical level and author of security, same error message above.

    I tried checking the box of the listener in the configuration of user rights, but nothing helped.

    If all goes well, I'm missing something simple here, but far from solving all of the security object is an "easy way" to set up a user that I just want to see maps and/or execution of reports?

    Thanks in advance.

    There is not just a 'read only' security level of the user. You would need to adjust all of the security of the object accordingly.

  • Impossible to delete some files on windows vista (read-only cannot be deselected, either)

    Right... excuse me for grammar mistakes, I'm Dutch. So there you go.

    I am a user of Windows Vista on a HP Pavilion Entertainment PC. I uninstalled World of Warcraft yesterday, and there are two files that I can't remove, no matter what I try. If I want to delete them, I first get this:

    http://img691.imageshack.us/img691/483/eerstdit.PNG

    Can I get something I can't print screen for a reason, telling me to give my permission as an administrator of the laptop. What I'm doing. Then, I get this:

    http://img691.imageshack.us/img691/1054/endandit.PNG

    Remains and stays and stays (you get the picture), no matter how many times I click on 'Retry '. Of course, when I press cancel, it stops completely, and the files are still there.

    == Fun facts (or something like that) =.

    http://img62.imageshack.us/img62/7725/mapwb.PNG

    None of the files are marked as "read-only":

    http://img62.imageshack.us/img62/6421/FileProperties.PNG

    But the plan is amrked as such... However, the name of the map can be changed. (As seen when I changed it to 'h' instead of 'World of Warcraft' to see if it would somehow effect). The names of the files, however, cannot.

    http://img62.imageshack.us/img62/9439/mapproperties.PNG

    When I try to change the map to 'no read-only', simply unchecking the box and try 'apply' or 'ok', I get the same response from the computer I get when I try to delete the files: no way I'll do .

    I tried to do since the mode without failure of the laptop with the same exact results. I am the only admin on the computer (in fact, I'm the only account outside the 'guest' one) and Yes, I am enrolled in the two-person-list, who is an administrator (which is strange in itself, because, as I said, the other account should not exist even) have the files.

    Of course I can't open the files, because the programs they were running with disappeared with uninstalling WoW.

    http://img707.imageshack.us/img707/5599/Openen.PNG

    And this is my story. If nobody here knows, suggestions to other places that they might know are also welcome.

    Try to use one of the following free products to remove the file/folder.  Unlocker to: http://www.softpedia.com/get/System/System-Miscellaneous/Unlocker.shtml or file Assassin http://www.malwarebytes.org/fileassassin.php (with or without forcing the deletion: http://www.mydigitallife.info/2008/12/27/force-delete-cannot-delete-locked-or-in-used-files-or-folders-with-fileassassin/). These programs often work when normal functions remove Vista not work correctly.

    If this does not work, it may be a permissions problem.  Try to give permission in their own right and also appropriate.  Here is information on how to do these two things:

    To view your permissions, right-click on the file/folder, click Properties, and check the Security tab.  Check the permissions you have by clicking on your user name (or group of users).  Here are the types of permissions, you may have: http://windows.microsoft.com/en-US/windows-vista/What-are-permissions.  You must be an administrator or owner to change the permissions (and sometimes, being an administrator or even an owner is not sufficient - there are ways to block access (even if a smart administrator knows these ways and can move them - but usually should not because they did not have access, usually for a very good reason).)  Here's how to change the permissions of folder under Vista: http://www.online-tech-tips.com/windows-vista/set-file-folder-permissions-vista/.  To add take and the issuance of right of permissions and ownership in the right click menu (which will make it faster to get once it is configured), see the following article: http://www.mydigitallife.info/2009/05/21/take-and-grant-full-control-permissions-and-ownership-in-windows-7-or-vista-right-click-menu/.

    To resolve this problem with folders, appropriating the files or the drive (as an administrator) and give you all the rights.  Right-click on the folder/drive, click Properties, click the Security tab and click on advanced and then click the owner tab.  Click on edit, and then click the name of the person you want to give to the property (you may need to add if it is not there--or maybe yourself). If you want that it applies to subfolders and files in this folder/drive, then check the box to replace the owner of subcontainers and objects, and click OK.  Back and now there is a new owner for files and folders/player who can change the required permissions.  You can change now switched to read-only (even if the main folder indicates that they are always read-only - you can access yourself as the owner).  You can keep them in read-only to other users, customers and administrators even (although they can support themselves and access, if they wish, and it is really not that you can do to stop it except protect the file with a password by using a 3rd party product.)  Here is more information on the ownership of a file or a folder: http://www.vistax64.com/tutorials/67717-take-ownership-file.html.  To add take ownership in the menu of the right click (which will make it faster to get once it is configured), see the following article: http://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/.

    If this does not work, try to reinstall WOW and then uninstall it with Revo http://www.snapfiles.com/reviews/revo-uninstaller/revouninstaller.html instead of using the option to uninstall Vista (Revo does a better job and can cope with these two files during the process).

    Good luck and I hope this helps!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for