How to see grant history

Hi,
I would like to know when a particular role is granted to a user. Which table should I refer?
Thanks in advance.
Regards,
Brijesh

Just to clarify. Oracle by default, does not audit when grants are done. Oracle has auditing that you can enable that will log when privileges are granted to users. Assuming you've enabled auditing in Oracle, you would simply
SQL> audit grant any object privilege by access;
SQL> audit grant any privilege by access;
SQL> audit grant any role by access;For more information, see [this OTN thread|http://forums.oracle.com/forums/thread.jspa?threadID=724068&tstart=-1].
Justin

Similar Messages

  • How to see profile history for role?

    Hi..
    I transported role from DEV to QAS...there in QAS profile not generated. throwed error RC=8..could you anybody tell me how to see profile history for that role in QAS

    Hi,
    Please check the link below:
    [click here|Current version not generated!
    Edited by: Subramaniam Iyer on Jan 19, 2009 7:52 AM
    Edited by: Subramaniam Iyer on Jan 19, 2009 7:59 AM
    Edited by: Subramaniam Iyer on Jan 19, 2009 8:12 AM

  • How to see web history in my sons iphone from my iphone

    how to see web history in my sons iphone from my iphone

    I don't believe there is a way to see the browing history on his phone from your phone using Safari. You might want to look at some of the alternative browsers which are designed with more parental controls. McGruff gets mentioned alot. You can install one of those browsers and disable Safari in restrictions. It's possible that one of them might have a feature your looking for.
    You'd also want to disable downloading of any apps as your son could just download a different browser. And, for what it's worth, many apps have built in browsers.
    Best of luck.

  • How to see email history on a contact

    I have recently changed over from Outlook where I could see the history of email activity on a contact-how do I do that on my new mac pro?

    If you are going to do that often, create a Smart Mailbox based on their email address. That will create a list of all messages containing their email address in any mailbox you've included in the Smart Mailbox criteria. The list will update itself, so it will always be current.

  • How to see the history of the commands ran in the Airwave CLI (bash) and also in the DB (psql)

    Q: How to check the old commands (history of commands) ran in the Airwave CLI and also in the DB (pgsql) ?
    A: Any commands we ran on the Airwave CLI or in the DB they are logged in a file in /root directory.
    we could log in to the Airwave CLI and execute the below commands to see the history in the files below:
    # cd /root
    # ls  -al
    This above command will print out a list of files, among those are the below two files:
    .bash_history  (If we open the file either with cat or less, we will see the list of commands which we executed on the Airwave CLI)
    .psql_history  (This file will have all the sql commands executed in Airwave DB)
    These files will have the history from the installation, unless, if any user manaully edits or deletes the file. 

    Hi Heather,
    it is correct that there is no sample iView that shows the History of Crystal Reports that are stored in Crystal Enterprise but there a sample codes on our web site and there are sample codes as part of the SDK documentation that show how to call the history and you should be able to take the code and create your own Java or ASP iView based on that.
    the link to our developer library :
    http://www.businessobjects.com/products/dev_zone/default.asp?intcmp=products12
    hope this helps
    Ingo

  • How to see version history of changes of a design or configuration object.

    Hi All,
    Is it possible to see a version history of the changes of a particular design or configuration object?
    If so then please let me know, how we look that?
    Regards,
    Soorya

    Hi,
    U have to check all the versions,modified date ,type(created,change) in all the developed objects history.Select any developed object like data type,message type, mapping,interface mapping in IR   and also in ID Objects.Select developed object,then go to its menu ,then select __History__.it shows all the information about that object.
    Thanks
    Ravi

  • How to see text history when setting up iPad for first time

    I just got this new iPad and synced it but my text history only starts from when I set it up yesterday. How do I pull in all the history?

    I think that is not possible :/

  • How to see filter history in an old file (photoshop)

    Hi!
    3 years ago I made a poster, now I would like to use the same filter on a new poster I wanna do, then the big question arose, which filter did I use, and with what settings ?
    Tried to google it (and look in these forums), but couldn't find anyone who had ended up in the same situation as I have.
    I have the .psd -file, but have no idea where to find the information, maybe it's not even possible ? :/
    Best Regards, Anders

    This is the photoshopped version, and it is the background I'm trying to imitate, I got quite far with these settings on poster edges:
    edge thickness 10
    edge intensity 6
    poserization 1
    I've played around some with angled strokes and colored pencil but can not quite get it right.
    Any suggestions ?
    (I've added the Photoshop-file as well from my gdrive, hope it works, if someone wanna play around with that one as well)
    Hope there are some good filter-people out here =)
    https://drive.google.com/file/d/0B63SE9t7Q4xUd1k1S1hfTFB4a0k/view?usp=sharing

  • AFTER IMPLEMENTING OSS NOTES 390635 HOW TO SEE PRODUCTION ORDER CHANGE

    Hi Experts...
    Requirement: AFTER IMPLEMENTING OSS NOTES 390635 HOW TO SEE PRODUCTION ORDER CHANGE HISTORY?
    I have seen many threads about implementing OSS NOTES 390635, but hardly any one narrated the process in detail as to how to see 'Change History'..
    I just would like to know 'how' and 'from where' to find Order Change History in detail (i.e Prod .order Comp. change history, Prod. Ord. Operation Change History, Prod. order header change history etc..)
    In general this isssue might sound old one..but 'POST IMPLEMENTING OSS NOTE 390635' is rare one.
    Folks need your expert comments and valuable suggestions....
    Thank You...
    Lucky

    Dear
    You should goto CO02-Enter Production Order -Goto -Change Management -Here it will list down all the chages with relevent information .
    Refer : Re: Production order changes history
    Production orders
    Regards
    JH

  • How to see all sql statements on sql commands under history link

    Hi All,
    How to see the all the sql history on sql commands tab.
    I want see all sql statements.
    Where to set if we need to store more sql statments in history.
    We are using Apex3.2 and 10g database(EE).
    Thanks,
    Nr

    I just checked the source code of the SQL commands history region and that report fetches a maximum of 1000 records. I don't know if you change the setting somewhere in the builder, but seeing the code it looks as though 1000 is hard-coded in the report definition(apex 4.0).
    If you need to see all the command history,you can query the original table: APEX_040000.WWV_FLOW_SW_SQL_CMDS
    Note that is an internal table used by apex and hence you might not find any documentation about it(google got me one valid hit: Identifying Inactive Workspaces which seem to confirm the table's use).
    Anyway, here's what you need to do, ask your dba to grant your workspace user select access on this table
    Connect as dba user and run
    GRANT SELECT ON APEX_040000.wwv_flow_sw_sql_cmds to '<WORKSPACE SCHEMA>'Now you can run the following command from your workspace to see the entire command history using
    select * from APEX_040000.WWV_FLOW_SW_SQL_CMDS where parsed_schema = '<WORKSPACE SCHEMA>';You might want to revoke the grant once you have seen the data/taken out an export due to security issues.

  • How to see history in Oracle SQL

    how to see history in Oracle SQL
    i.e
    create table.....
    select * from tablename....
    delete tablename;
    Now i want to see how many command run after login.......please tell me the command...

    user12261139 wrote:
    how to see history in Oracle SQL
    i.e
    create table.....
    select * from tablename....
    delete tablename;
    Now i want to see how many command run after login.......please tell me the command...I'm not aware of an easy way to see how many commands were run after logging on. Different tools have different capabilities, though.
    The ms-dos version of SQL*PLUS offers a Doskey option to use the up and down arrows to recover recently executed commands.
    The SQL Workshop in Apex has a command history. Some of the GUI tools might offer similar functionality.

  • How can i see the history of swels  ?

    i activeted "swels" befor 3 days ago and i want to see
    the history/log of the monitor  .
    i open swel  , i see that the collector is "on" ,
    but i can't find how to see the data  ?

    Hi,
    Have you checked table SWFREVTLOG  whether event trace entries in this table?

  • How do I see the history of closed windows when I had several windows open?

    I had several windows open. Someone else quit Firefox and did not agree to save the session, so I lost the open windows. The history only shows where one window has been. How do I see the history of all of the windows that I had open?

    see '''http://kb.mozillazine.org/Resizing_oversize_window'''
    see http://kb.mozillazine.org/Problematic_extensions

  • Hi all - how can i see the history of support package

    hi have install new support package .
    and now i want to view the history of the sp ,  where can i see it ?
    eyal

    Hai,
           if you want to see the history of support package for JAVA (Web AS JAVA),
    Goto the URL : <b>http://<host name>:<http port of Java stack>/</b> --> select System Information --> Show all components --> it will display all Java SP's that you have deployed in your J2EE engine.
    regards,
    Gopinathan.

  • HT5035 How can I see the history of my gift card redemptions?

    I want to see the history of my Gift Card redemptions.  I can see the history of my PURCHASES, but not the Gift Cards.
    I seem to be missing $35 from my balance (after resetting my password).

    Depending upon what country that you are in you may also have sales tax added to the item's listed price.
    If using a credit card and you change or add card details when doing the purchase you may also receive temporary store holding charge(s) :iTunes Store & Mac App Store: About payment card authorization holds - Apple Support

Maybe you are looking for

  • Send email from MobileMe alias, not default MM email address?

    On my iPhone I have MobileMe email. It uses the default email address/username that I signed up for .Mac/MobileMe Is there any was to use one of my aliases to send emails from the iPhone rather than the default email address? In the desktop Mail app

  • Possible BUG: duplicating a shape layer only duplicates previously selected points - PS CS6

    Unless PS has been updated to make this a feature, i may have found a bug. Now (in CS6 vs. previous versions) when you duplicate a shape layer, if you had previously selected specific points of the shape (for example with the direct selection tool) o

  • Problema with strings as parameters

    I'm facing a curious problem. I have already downloaded a few classes that encode special characters into html entities. All of them receive a string paramter and return the encoded string. The problem is that if i pass an actual string as paramater,

  • How to design an unclosable jfram?

    Thanks in advance! In one application, I'd create 3 jframes, jframe1 is the master, jframe2 and jframe3 are slaves. Slave windows should not be able to be closed by itself, they can be closed only by closing the master window, which ends up the whole

  • USB not working in Thinkpad T61 (Windows)

    Hi, recently i just fresh installed my windows XP and install all the driver using think update but it seems it failed to install the proper usb driver. I have tried the Intel chipset driver but still not working. What is the apropriate driver for us