How revoke quota from a user?

After 'grant' unlimited quota on <tablespace> to a user, it doesn't possible 'revoke' this 'unlimited quota'.
In EDIT USER, on QUOTAS tab, after unmark the UNLIMITED, nothing happen...
Any work around?

You'll have to use the SQL Worksheet to manually revoke the privilege. When you uncheck other roles or privileges, the revoke syntax is created, but not in this case.
I've reopened the bug on this.
Sue
PS. Jim, if you right click on a user in "Other Users", and edit the user, you can add and revoke roles and system privileges.

Similar Messages

  • How to revoke everything from a user when opening a new session.

    HI,
    I am using oracle 10g Express Edition and SQL Developer.
    I have 2 user, 2 database connections in my SQL Developer.
    First user is Oracle and its database connection is called TCF.
    Second user is SMITH and its database connection is called TCF_SMITH.
    Oracle user has privileges to do anything.
    SMITH user has no privileges except for CREATE SESSION.
    What I am trying to achieve is assign a user to a role (this role will have grants to select, insert , update from tables) for the current session (this step is successful), and then revoke
    The role from that user (set it back to its default/or revoke everything from it) if opening another session, or session has been terminated (what I am trying to achieve).
    From TCF I was able to do the following:
    CREATE synonym SMITH.EMP_IOD FOR EMP_IOD;
    CREATE ROLE TCF_I;
    GRANT SELECT, INSERT, UPDATE ON EMP_IOD TO TCF_I;
    GRANT TCF_I TO SMITH;In TCF_SMITH
    SMITH has the same privileges as TCF_I.
    so, smith now can select, insert , and update from EMP_IOD table.
    If I open another TCF_SMITH session, and select * from EMP_IOD I should not be able to see any of the records.
    I am trying to make this session base only. Unfortunately when opening another session I am able to select, update and insert records in the new session.
    Is there a way to make this session based ?
    How can I revoke everything from user SMITH from TCF connection ?
    Thanks,

    Oh My Good Lord!
    Rooney,
    What are you attempting to do ?
    In programming anything can be achieved, but there are speicifc tools to solve specific problems .
    I think you are trying to use fork to paint a wall* (If painting the wall indeed is your requirement).
    The "need" as you say...
    +The need for this is to grant the user different roles each time the user logs in.
    for example I can log in 5 different time in one week with different role each time.
    Moday I could have access to X,Y,Z,
    Tuesday I could have access to X,A,B
    Wednesday I could have access to A,B,C.+
    ... is to solve WHAT PROBLEM?
    Please describe your original requirement , not what you think should be the solution/tool to satisfy the requirement.
    In your previous thread you "solved" privilege/role problem by creating SYNONYM. That does not compute at all.
    Re: database roles seems like its not working for me - your help is appreciated
    Think about it. We are here to help each other as best we can.
    Please read more* about Oracle capabilities and "tools" it provides.
    http://tahiti.oracle.com/
    Especially the Oracle Concepts Guide ...
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10743.pdf
    Also, please take time to respond as "helpfully" as possible. each response from you should take you closer to the solution.
    Hopefully, your original requirement will be solved.
    vr,
    Sudhakar B.

  • How can I revoke S_CTS_ADMI from some users?

    Hi all,
    I want to revoke the authorization object S_CTS_ADMI from some users. In our environment, this authorization object is under T-D15000451 profile.
    Which transactions/steps are envolved to accomplish this?
    Thanks
    Fabio Neukirchen

    Hi,
    In the Command field enter T-Code PFCG  click on Enter
    In the next screen you will be prompted with role
    Enter the role name CONSULTOR_ABAP_ESPECIAL
    Click on change icon button (pencil icon on the right to the role name)
    In the next screen you will be displayed with multiple TABS (Descripton, Menu, Authorization, Users ....)
    Click on the Authorization TAB
    You will have two options
    Click on
    Change Authorization Data (pencil icon )
    In the  next screen you will have list of Objects and Objects class... etc..
    Click on Search (Binoclar icon) or (CTRL + F)
    You will prompoted with pop-up window
    with follwoing options
    Authorization object  
    or object text
    Enter the Object Name (i.e S_CTS_ADMI ) in the Authorization Object field.
    Click on find button.
    If the techinical names are not on.
    Click on  Utilities on Menu
    In the drop down list you will find option of techinical names on (click on this)
    You will be displayed with objects as follows
    Administration Functions in the Change and Transport System   S_CTS_ADMI
    Administration tasks for Chang (with some values here like EPS1, EPS2, IMP*, PROJ)  CTS_ADMFC
    Double click on this you will be prompted with pop-up to change values (do the necessary chages here and save)
    Once saved Generate the profile by clicking on authorization tab on menu you will have a drop down list in that list you will have option of generate click on it or (shift + F5)
    Once generated click on Back button (or F3)
    In the next screen do the user comparsion in the USER TAB
    I hope this is clear
    If you need further help or if you are struck any where let me know I will help you in that contex.
    Cheers
    Soma

  • How to copy BEx Workbooks from one user's favourites to another user's

    Is there a way to copy BEx Workbooks (Excel Analyzer) from one user's 'Favourites' to another user's Favourites?
    A user is away on vacation and we need to get at a couple of workbooks that are stored only in that user's Favourites. We do not have access to that user's user id and password.
    We’re on BW version 3.5.

    Thanks Ravi.
    We are aware that if a workbook is assigned to a Role then other users can access the workbook.
    In order to assign the workbook to a Role, we need to be able to see it in the first place.
    The workbook is currently saved only in a specific user's Favourites, and that user is away on vacation. We can not assign it to a Role unless we sign on as that user. We do not have the user's logonid and password.
    So we are still interested in finding out how to copy from that user's Favourites, perhaps via a program or via the Administrator Workbench.

  • How do I see the users/roles which have quota access to a Tablespace?

    How do I see the users/roles which have quota access to a Tablespace?
    Thanks

    Thank you very much.
    select username from dba_ts_quotas where tablespace_name='&tablespacename';
    did the job!
    regards

  • Is there a way to revoke DDL privileges from a user

    I would like to revoke DDL privileges from a user.
    My requirement goes like this
    1.Create a user with DDL privileges
    2. Create the required tables in that user. Fill the data.
    3. Revoke DDL privileges from that user (CREATE,ALTER,DROP).
    I was able to achieve this by creating two users where in the 1st user contains all the physical objects and data, where in the 2nd user contains only synonyms with select/execute privileges.
    Is there any other way to achieve this.
    Bcoz in SQL SERVER 2005 we have
    REVOKE ALTER TABLE FROM USER; and likewise.
    Kindly help me out!
    Thnx in advance

    You can easily satisfy all your requirements using facilities provided by the database. Here is a sample:
    SQL&gt; create user test identified by test;
    User created.
    SQL&gt; grant create session to test;
    Grant succeeded.
    SQL&gt; connect test/test
    SQL&gt; CREATE TABLE ddl_in_my_schema(x number);
    CREATE TABLE ddl_in_my_schema(x number)
    ERROR at line 1:
    ORA-01031: insufficient privileges
    -- Connect as administrator
    SQL&gt; GRANT CREATE TABLE TO test;
    Grant succeeded.
    SQL&gt; ALTER USER test QUOTA 10M ON USERS;
    User altered.
    SQL&gt; connect test/test
    Connected.
    Session altered.
    SQL&gt; CREATE TABLE ddl_table(x number);
    Table created.
    SQL&gt; INSERT INTO ddl_table SELECT OBJECT_ID FROM ALL_OBJECTS;
    4468 rows created.
    -- Connect as administrator again
    SQL&gt; REVOKE CREATE TABLE FROM test;
    Revoke succeeded.
    SQL&gt; connect test/test
    Connected.
    SQL&gt; CREATE TABLE ddl_table2(x number);
    CREATE TABLE ddl_table2(x number)
    ERROR at line 1:
    ORA-01031: insufficient privileges

  • How can i move settings from one user to another?

    How do I move all settings and permiions from one user to another?

    http://discussions.apple.com/thread.jspa?messageID=11320719&#11320719
    http://discussions.apple.com/thread.jspa?messageID=12317222
    http://discussions.apple.com/thread.jspa?messageID=6331229

  • How do I transfer Pages from one user account to another

    How do you transfer Pages from one user account to another on the same Mac?

    Welcome to the Apple Support Communities
    If you haven't modified anything, Pages is installed on /Applications. All users have access to this folder, identified as "Applications" on the Finder sidebar, so you don't have to move anything, because Pages will work on all your users.
    If you have installed Pages on ~/Applications (being ~ your user folder), then you have to move Pages to /Applications. After doing this, you will be able to access to Pages on all users

  • How do you modify the web.xml to lock down the pages from a user role

    how do you modify the web.xml to lock down the pages from a user role

    I'll make a stab at your question:
    The following is an example of where a URL is protected within a web.xml deployment descriptor. In this example, the URL /protectedA within the application is protected:
    <!-- security constraints -->
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>protectedA</web-resource-name>
    <url-pattern>/protectedA</url-pattern>
    </web-resource-collection>
    <!-- authorization -->
    <auth-constraint>
    <role-name>sr_developer</role-name>
    </auth-constraint>
    </security-constraint>
    Sun's explaination here:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security4.html

  • How to get a formula from the user from a text box in a webpage

    Hi. I would like to know how to get the formula from the user who enters in a textbox. This formula can have any number of variables starting with a and goes on.
    The complexity of the formula can go upto sin, cos, ln, exp. Also user enters the minimum and maximum values of these variables. Based on a specific algorithm (which I use) I would calculate a *set of values, say 10, for each of these variables, substitute in the formula and based on the result of this formula, I select ONE suitable  value for each of the variables.
    I don't know how to get this formula (which most likely to be different each time) and substitute the values *which I found earlier.
    Kindly help me out in this issue.
    Thanks

    The textbox is the easy part. It's no different than getting a String parameter out of an HTTP request.
    The hard part is parsing the String into a "formula" for evaluation. You'll have to write a parser or find one.
    Google for "Java math expression parser" and see what you get.
    Or write your own with JavaCC.
    %

  • How do I move all my files from one User Profile (account) into another? I needed to create a new account and want all of my files accessible in the new one.

    How do I move all my files from one User Profile (account) into another?
    I needed to create a new account and want all of my files accessible in the new one.

    ok, what you're learning right now is 101 unix, which is good. Unix is a good thing
    now: the way unix works, and macos (which uses unix underneath) the files and folders work like a hierarchy.
    the start of that tree is /
    so, if you were to do:
    cd /
    (cd means change directory)
    it will bring you at the highest branch of the file system.
    cd /Users
    will bring you to where all the users are.
    to see whats in /Users you can use your friend ls command
    ls means list files/directories
    so:
    cd /Users
    ls -la
    (the -la here means show all (even hidden) and long format (very verbose))  this flag is very optional.
    you will see
    fred
    user2
    for example.
    if you want to see the desktop of user2 you would change directory to it then list the files.
    for example:
    cd /Users/user2/Desktop
    Note that the files and directory are case sensitive, so, desktop is NOT the same as Desktop, or DESKTOP
    ls -la
    you should then be able to see everything in users2 desktop
    you could have done as well the same thing in smaller steps, for example:
    cd /
    cd Users
    cd user2
    cd Desktop
    this is the equivalent of cd /Users/user2/Desktop
    So, for your file, i don't know where it was, but know that if you log in as user2, it will directly put you in
    /Users/user2
    which most likely the file you had created from the other user was in /Users/user1
    if you copied all the files from /Users/original_user to /Users/secondUser
    most likely yes, all your mail, bookmarks etc would be copied over.
    so in your case.
    sudo chown -R seconduser:staff /Users/secondUser
    should work
    Remember that if you start a path with the character /  it means start from the root of the file system, at the highest top you can ever get.
    so
    cd /Users/fred
    is not the same as
    cd Users/fred
    unless you were in / already
    i know it may be confusing at first but it's actually very logical if you play with it.
    to simplify, think of it that / means C:\  on windows
    you can't go any higher than C:\  (in a way)
    if you're unsure which directory you're currently in, you can always type:
    pwd
    it will tell you where you are.
    for example:
    cd /
    pwd
    this shows  /
    cd Users
    pwd
    this now shows /Users
    cd /System/Library
    pwd will show /System/Library
    cd /
    cd /Users
    cd fred
    cd Library
    pwd will show /Users/fred/Library
    unix can look very scary but it's actually vital and very necessary to do tasks sometimes that would take for ever to do via the windows. This is good learning.
    so for the myfile you had created, i can't tell you where it is, at the time you created, if you can do a pwd command you'll know the path,
    ls -la  (this shows all the files where you are)
    if you see myfile in the list
    do a pwd
    whatever is return, the real location of the file would be:
    whatever pwd returned / myfile
    I hope that makes sense.

  • How do I move a folder from one user to another

    I copied folders and files from a PC to my new Mac Pro (running Yosemite).  I am now trying to figure out how to move some some of the folders transferred in from my old PC from one user to another on the Mac.  I am a first time user of a Mac desktop so thanks of any help!

    Choose Go to Folder from the Finder's Go menu, provide /Users/Shared/ as the path, drag them there, and then into the desired account's home folder.
    (119245)

  • How do I move Contacts & Calendar from one User to another User on the same Macbook Pro?

    How do I move Contacts & Calendar from one User to another User on the same Macbook Pro? OSX 10.9.5

    is this second library in a different account on the computer?
    Look at Home Sharing.
    iTunes: How to share music and video - http://support.apple.com/kb/HT2688 - about Music Sharing and Home Sharing
    Home Sharing Support page - http://www.apple.com/support/homesharing/
    iTunes: Setting up Home Sharing on your computer - http://support.apple.com/kb/HT4620
    iTunes Home Sharing now works between users on same computer - https://discussions.apple.com/thread/3865597

  • How do I move imove content from one user to another on the same computer?

    We bought our Macbook pro about six months ago. We made the mistake of creating two users for it (my husband and myslef) but bow we only log in under my user name. The problem is we originally imported all of our video camera content to his "log in" and now it is in his imovie folder, and not mine. I want to make a movie on my log in with the fottage that we imported to his. So, how do I get video content from one users login on the SAME computer to the other log in users? I cannot seem to move it for the life of me. I did not expect this to be so difficult.

    Hi,
    You need to log into his account and look, under the Movies folder, for iMovie Events. Inside, you'll find folders with the events names and still further will be the movie itself. Copy each to an external media or use the Shared folder so both accounts can reference them.
    Another option would be to attach an external HD and via iMovie (Events Library pane) move them to the new disk. You would preserve the thumbnails and analysis already performed on the videos.
    Good luck!

  • How do I transfer files from one user account on the mac mini to another user account?

    I had to set up a new user account for my son.  I need to transfer files from his old user account and from my user account to his new user account on the mac mini.  How do I do this? 

    Move them to /Users/Shared/ and then into the new account.
    (85692)

Maybe you are looking for

  • Please Help! I don't know how to get rid of this extension!!

    I purchased this mac book pro in the middle of 2014. So it's not even a year old. About 4 months after purchasing I noticed that I started to get pop ups that were opening new tabs. Particularly 'Mackeeper'. I don't know if this is an extension or wh

  • FCP7 with snow leopard - choppy playback in monitor

    Ive been fine running fcp6 with a jvc 1080 hd monitor connect via DVI from my MBP duo intel 2.4 (4 gigs ram) its not the fastest setup but its been fine. ive noticed my playback into my monitor is always choppy now since upgrade to fcp7 and snow lep.

  • Time capsule not visible on network

    I'm trying to troubleshoot this situation for a colleague. Situation: macbook air, synchronized wirelessly via time capsule. The time capsule is connected to the fixed network also. This is on our corporate network (both fixed and wifi networks). Bac

  • Need to change email address for all users / employees and their supplier

    Hi All, Our organisation is going through some infrastructure changes and all employees email addresses will be changing throughout the department in the next few weeks. Is there a supported method to update the FND_USER.email_address, PER_ALL_PEOPLE

  • The Backup Disk Image Could Not Be Mounted

    I've successfully installed Time Capsule on my network and it is working correctly. I can access it via wireless and choose it from Time Machine. The initial backups go well, and I can access them if I enter Time Machine. However, at some point, it c