Edge X3.1 Auditing options

Hi,
what is the best practice for auditing Web Intelligence as a part of SAP BO Edge x3.1 Standard?
The main purpose of our logging is reporting the numbers of reports usage.
1. is the build-in auditing part of SAP BO Edge x3.1 Standard?
2. any experience with logging through begin_sql statement?
thanks a lot

Hi,
what is the best practice for auditing Web Intelligence as a part of SAP BO Edge x3.1 Standard?
The main purpose of our logging is reporting the numbers of reports usage.
1. is the build-in auditing part of SAP BO Edge x3.1 Standard?
2. any experience with logging through begin_sql statement?
thanks a lot

Similar Messages

  • Is there an AUDIT option like AFTER SERVERERROR database trigger?

    I want to log any and every error-exception in a test database for a period.
    I have seen DBMS_UTILITY.FORMAT_ERROR_BACKTRACE article published on Oracle Magazine;
    http://www.oracle.com/technology/oramag/oracle/05-mar/o25plsql.html
    But before trying to build a custom application like this one;
    http://apex.oracle.com/pls/otn/f?p=2853:4:1160653345033883::NO::P4_QA_ID:5922
    1- I wanted to be sure if there is a specific WHENEVER NOT SUCCESSFUL Audit option for this need?
    2- Also is there a way to capture NO_DATA_FOUND exception with AFTER SERVERERROR database trigger?
    Thank you,
    Best regards.

    some stuff like following;
    1)
    -- the right one is conn hr/hr
    conn hr/eychar
    2)
    -- the right one is grant select on employees to public;
    grant select onnnn employees to public;
    3)
    create or replace procedure p1 as
    begin
    raise_Application_error(-20001, 'catch me if you can');
    end;
    exec p1;
    again thank you for your interest Michaels.

  • Help to sum up insert/update/delete statements audit options in 9.2 .

    Hi,
    I'm considering what audit options Oracle 9.2.0.8 Enterprice Edition got for dml statements.
    So far I know:
    - there is no dml text stored except for sysdba/sysoper users via audit_sys_operations
    -audit insert , delete,update gets only who/when no acctual sql_text available
    -FGA is only usable for SELECTS but with CBO enabled or false possitives possible
    only solution is:
    -create trigger on every application table which will do audit via autonomous transaction and some homegrown code
    -create after logon trigger which makes trace like 10046
    -sniff network traffic between DB and hosts and use intelligent software to extract sql statements
    Did I miss something obvious here ?
    Regards.
    Greg

    LogMiner...
    Though you don't want to run that on continuous basis.
    Sybrand Bakker
    Senior Oracle DBA

  • No more 'Edit in Audition' option in Premiere?

    Hey guys.. I have Production Studio CS3 as well as Audition 2.0. And back in the last version of Premiere, I used to be able to right click on an audio-clip in the timeline and choose to open in Audition 2.0 to edit and replace. But now that option is no longer there, only the option to open in Soundbooth and edit.
    I mean, I have both Audition 2.0 and Soundbooth CS3, so I would like to be able to use both just by right-clicking on the audio clip in my Premiere timeline. Anyone know how I can get the 'Edit in Audition' option back? Thanks.

    File a feature request.

  • How to enable Audit option for "Evaluation Context"

    Hi Everyone,
    I am looking for audit option to enable - EVALUATION CONTEXT
    for below statements. I am in Oracle 9.2.0.4
    ALTER ANY EVALUATION CONTEXT
    CREATE EVALUATION CONTEXT
    CREATE ANY EVALUATION CONTEXT
    DROP ANY EVALUATION CONTEXT
    EXECUTE ANY EVALUATION CONTEXT
    But it is showing up error mesg.
    SQL> audit on EVALUATION CONTEXT by access;
    audit on EVALUATION CONTEXT by access
    ERROR at line 1:
    ORA-00956: missing or invalid auditing option
    SQL>audit EVALUATION CONTEXT by access;
    audit EVALUATION CONTEXT by access
    ERROR at line 1:
    ORA-00956: missing or invalid auditing option
    SQL> audit create EVALUATION CONTEXT by access;
    audit create EVALUATION CONTEXT by access
    ERROR at line 1:
    ORA-00969: missing ON keyword
    SQL> audit on create EVALUATION CONTEXT by access;
    audit on create EVALUATION CONTEXT by access
    ERROR at line 1:
    ORA-00956: missing or invalid auditing option
    Thanks in advance.
    R Ram
    Edited by: user11985525 on Apr 14, 2010 1:42 PM

    Hi Ghanny,
    Afaik, there is no auditing capability in OIF for the SAML 2.0 part. And even the "Enable Auditing" parameter for SAML 1.x that you mentioned would only record the assertions created and not the actual resource accessed. If you have a web security product stack (such as OAM) at the SP, that would typically have auditing capabilities.
    -Vinod

  • Planning & Essbase audit options

    Hi,
    I am trying to find out the username of the person who entered a particular value using lock & send (essbase addin) or submit data option (smartview) in our Planning cum Essbase implementation. I am looking into HSP_AUDIT_RECORDS table for this.
    But Does HSP_AUDIT_RECORDS table stores records for data entered/modified through essbase addin, considering the table sits in planning repository ?
    Do I need to change any value in my HSP_AUDIT_OPTIONS table to enable this kind of tracking?
    My HSP_AUDIT_OPTIONS table has the following values:
    Audit Forms:0     
    Audit Data:1
    Audit Pus:1
    Audit Copy Vers:     1
    Audit Members:     0
    Audit Calcs:      1
    Audit Alias tables:0
    Audit Users:      0
    Audit Groups:     0
    Audit security:     0
    Audit form folders:     0
    Audit offline:     0
    Any pointers will be appreciated.
    Thanks in advance.

    Hi,
    SSAUDIT is not enabled by default you will need to add it to essbase configuration file, more details here
    I doubt you will see much performance difference, like most things try it and see.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Help sought understanding auditing options

    So, I have been asked to assist a site collection owner in implementing reporting of who has permissions to read or modify files within certain sensitive areas of the site collection.
    I am aware that there is a way to implement site collection auditing.
    1. As far as I can tell, there is no way out of the box to just audit individual sites or libraries within a site collection. Is that correct?
    2. Where does the auditing data go - sql server data base or the server's local disk?
    3. When trimming is implemented, are the audit reports stored in SharePoint or a shared folder?
    4. Is there a way to set up a SharePoint group so that members can access the audit reports without the user being a member of the site collection administrators group?
    Thank you

    I have continued to read on this subject and it does not seem very clear to me.
    I have yet to find instructions on the steps to turn on auditing on just one specific library.  Instead, what I have read seems to indicate that I need to do the following:
    1. create a site collections policy at the site collection level that indicates that I want to turn on auditing.
        When I try this, a caution appears that auditing of "some" events is enabled for all sites in the site collection, regardless of which events are selected. What does that mean? What if I don't
    want auditing for all sites on the site collection? Do I have to check events, or can I leave them all unchecked so that only when I get to the specific library I choose what events to audit?
    2. assign that policy to a specific document type - such as "Documents" - at the site collection level by going to the site collection content types, selecting the specific types that may need audited, then selecting information management policy
    editing
        The same warning as I mentioned in 1 is also here. If I want auditing for documents in just one library of one site, is that doable, or am I forced to have auditing for all documents in all libraries in this site collection?
        When I look at the site collection content types, there are all sorts of content types available. What if management needs to audit all current and future document types for a library? 
    There appears to be no way to handle this situation in advance - is that the case? Does this require someone monitoring the library and updating policies when new types are uploaded to a library?
    3. at the library level where I want auditing, go to the library settings > information management link. The content type should now display the policy name. Clicking on the content type should allow one to turn on auditing for that library or list. However,
    this is NOT what I see. Instead, I see a message telling me that a policy has already been set for the content type – and in fact, content types for which I did
    NOT create a policy now have on
    This appears to indicate that auditing is going to take place anywhere in the site collection instead of just the specific library and content type that I was attempting to select
    in step 3.
    I feel like either I have an incomplete or totally incorrect understanding of the auditing - or what I am wanting to do is not possible in SP 2010.
    What is desired is to be able to look at the actions against a specific library in a specific site and to determine when someone gains access to it that should not and determine whether or not that person actually accessed the information to which they should
    not have been given access.

  • Any way to not have Edge be the first option?

    Whenever I use my iphone at home, I use my wifi...which works great. I turn off 3G to save on the battery when in the house. However, I've noticed that if I want to use the internet or even check email, sometimes it will try to use Edge before the wifi, which is annoyingly slow. Is there a reason it does this or is this normal? If I have wifi connected, I'd like that to be the only way to surf the web or check email as it's much faster obviously.

    The iPhone will attempt to connect to the fastest internet connection available at the time. If you have wi-fi access on and 3G access enabled, it there is an available wi-fi network that you have connected to, your iPhone will automatically connect to the wi-fi network for internet access. If there isn't a wi-fi network available that you have access to, your iPhone will connect via 3G. If 3G access is turned off, your iPhone will connect via EDGE.
    The cellular network is always available in the background so to speak since the iPhone will switch from an available wi-fi network that you have access to - to the cellular data or internet network and vice-versa automatically and seamlessly. Visual voicemail messages are downloaded to the iPhone via the cellular data or internet network only - so it is always available in the background as long as you have cellular reception.
    If you aren't actively using your iPhone for internet access when connected to an available wi-fi network, your iPhone may switch to the cellular data or internet network while asleep, but when you wake your iPhone up, it should switch back to the wi-fi network with a few seconds at most.

  • I have created a 468x60 animated banner in Edge Animate. How do I save the animated image to my desktop? (not in html code)

    I have created a 468x60 animated banner in Edge Animate. How do I save the animated image to my desktop? (not in html code)

    Hi,
    This feature is not available in Adobe Edge animate. You can not export as image from Edge animate.
    Publish options available in edge describe here
    Edge Animate Help | Publish your content
    Regards,
    Devendra

  • Command to set modify Advanced Security Settings (Audit Settings for folders) on windows 2008

    Hello,
    We have requirement to modify  Advanced Security Settings (Audit Settings for folders) on windows 2008. I am looking for a command which does this job.
    I know, using group policies I can do this; in fact I had done this using group policies. However, I need to do this on number of servers which are not in domain. There are around 15 folders on which I need to enable Auditing; manual editing folder advanced
    permissions is a cumbersome job. Hence, I am looking for a command line options.
    I need to know how command can be utilised to enable Audit option on a folder. Please share a command which can do this; once I get the command, I will create a batch file for other necessary folders. (BTW, this is not a scripting question, I just need to
    know the command hence, please do not re-direct me to scripting forum)
    Manually through GUI, I am setting following.. snaps are given below
    Thanks !

    You can try using Auditpol.exe: http://technet.microsoft.com/en-us/library/cc731451%28v=ws.10%29.aspx
    This
    posting is provided "AS IS" with no warranties or guarantees , and confers no rights.   
    Microsoft
    Student Partner 2010 / 2011
    Microsoft
    Certified Professional
    Microsoft
    Certified Systems Administrator: Security
    Microsoft
    Certified Systems Engineer: Security
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
    Microsoft
    Certified Technology Specialist: Windows 7, Configuring
    Microsoft
    Certified Technology Specialist: Designing and Providing Volume Licensing Solutions to Large Organizations
    Microsoft Certified IT Professional: Enterprise Administrator
    Microsoft Certified IT Professional: Server Administrator
    Microsoft Certified Trainer
    Thanks but I guess, auditpol ca be used only to manipulate system audit policies. how do I specify a folder and user in auditpol ? I could not find or understand how folder can be included with auditpol command line options.
    Thanks !

  • Disable Delete option but enable edit option for a content item?

    Hi,
    Appreciate your input on this. The portal version being used here is 3.0.9.8.2.
    I would like to have the following privileges setup for a content folder's items.
    - one group can edit and delete items
    - one group can edit but not delete items.
    However looking at the access types available at the folder level - there are only "view only" , "edit style", "manage items", "own folder","create with approval".
    The "manage" privilege is simply a catch all privilege. User can edit, checkin/out and also delete an item.
    How do I prevent a user/group from deleting an item ? (or atleast disable the rendering of the 'X' delete icon?)
    I did experiment with the audit option by enabling version control which is somewhat helpful in that I can preserve the older versions, but like above, I cannot enforce that.
    regards
    -Ananth

    thanks for your answer Mr. Atkinson, that was excatly what I need. This is my code inside the event receiver:
    public override void ListAdded(SPListEventProperties properties)
    SPList list = properties.List;
    list.AllowDeletion = false;
    list.Update();
    but the above code dont have any effect on the list, I have still the Item with DELETE THIS LIST in the listsettings.
    do you know maybe why? or can I also debugg it?
    thanks in advance
    BR
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

  • How to check audit setting and read audit data?

    I enable auditing for ase and then check information for sysaudits_xx table like:
    select * from sysaudits_02 order by eventtime desc
    and got same data like:
    event
    eventmod
    spid
    eventtime
    sequence
    suid
    dbid
    objid
    xactid
    loginname
    dbname
    objname
    objowner
    extrainfo
    16
    45
    1
    130
    05/15/2014 1:49:03.353 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    17
    45
    1
    170
    05/15/2014 1:49:03.320 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    18
    45
    1
    84
    05/15/2014 1:49:03.283 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    19
    45
    1
    82
    05/15/2014 1:49:03.243 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    20
    45
    1
    141
    05/15/2014 1:49:03.210 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    21
    45
    1
    80
    05/15/2014 1:49:03.170 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    22
    45
    1
    71
    05/15/2014 1:49:03.133 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    23
    45
    1
    52
    05/15/2014 1:49:03.096 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    what kind of event monitored for with this data? how to stop monitoring on this event?
    Also how to check all auditing setting is on. For example, if I turn on audit on disk like:
    sp_audit "disk", "all", "all", "on"
    then how to know how many auditing event is on in the future(maybe set by someone else)?

    Hi Kent,
    In general sp_displayaudit will show you what audit options are currently on.
    The function audit_event_name  will help you decode the audit event numbers.
    1>
    2> select audit_event_name(45)
    3> go
    Login
    (1 row affected)

  • CS6 - Edit Clip in Adobe Audition Grayed Out

    I used to own the CS5.5 Master Collection Suite, and recently upgraded to CS6. Tonight, for the first time, I am using the new Premiere Pro CS6. Besides a few quirks and buginess, one frustrating issue is that the "Edit in Adobe Audition" option is grayed out when I right-click on any audio file placed in my timeline.
    In fact, this option is grayed out even in the Edit menu on the top toolbar, and also for audio files over in my Bins list.
    I have verified that Audition CS6 is installed and working.
    Could really use some help so that I can edit these audio files in Audition directly from the timeline.

    Bug confirmed.  This was reported in an earlier thread.  Advice given was to uninstall and try again. I notice too that in Preferences when looking at how your RAM is spread over the available Adobe programs, Audition doesn't appear.
    I hoped the recent update would fix this bug - but, sadly it didn't.

  • How to uninstall Oracle 11g Database Options?

    I've come across a problem. A company that developed an application, installed Oracle 11g EE.
    I guess they would use all default options. Some of them are licensed separately, and are not used. So I need to uninstall them.
    For example, I see that it is installed "Advanced Compression". I tried to uninstall it from the Universal Installer, but there isn't an option.

    Good news for my company.
    There has never been used "Advanced Compression" and for everything else we are licensed.
    NAME                                                     VERSION     DETECTED_USAGES CURRENTLY_USED LAST_USAGE_DATE
    Active Data Guard - Real-Time Query on Physical Standby  11.2.0.2.0                0 FALSE                         
    ADDM                                                     11.2.0.2.0                0 FALSE                         
    Advanced Replication                                     11.2.0.2.0                0 FALSE                         
    Application Express                                      11.2.0.2.0                0 FALSE                         
    Automatic SGA Tuning                                     11.2.0.2.0                0 FALSE                         
    Automatic Storage Management                             11.2.0.2.0                0 FALSE                         
    Automatic Workload Repository                            11.2.0.2.0                0 FALSE                         
    AWR Baseline                                             11.2.0.2.0                0 FALSE                         
    AWR Baseline Template                                    11.2.0.2.0                0 FALSE                         
    Backup BASIC Compression                                 11.2.0.2.0                0 FALSE                         
    Backup BZIP2 Compression                                 11.2.0.2.0                0 FALSE                         
    Backup Encryption                                        11.2.0.2.0                0 FALSE                         
    Backup HIGH Compression                                  11.2.0.2.0                0 FALSE                         
    Backup LOW Compression                                   11.2.0.2.0                0 FALSE                         
    Backup MEDIUM Compression                                11.2.0.2.0                0 FALSE                         
    Backup Rollforward                                       11.2.0.2.0                0 FALSE                         
    Backup ZLIB Compression                                  11.2.0.2.0                0 FALSE                         
    Baseline Adaptive Thresholds                             11.2.0.2.0                0 FALSE                         
    Baseline Static Computations                             11.2.0.2.0                0 FALSE                         
    Bigfile Tablespace                                       11.2.0.2.0                0 FALSE                         
    Block Media Recovery                                     11.2.0.2.0                0 FALSE                         
    Change Data Capture                                      11.2.0.2.0                0 FALSE                         
    Change-Aware Incremental Backup                          11.2.0.2.0                0 FALSE                         
    Character Semantics                                      11.2.0.2.0                0 FALSE                         
    Client Identifier                                        11.2.0.2.0                0 FALSE                         
    Clusterwide Global Transactions                          11.2.0.2.0                0 FALSE                         
    Compression Advisor                                      11.2.0.2.0                0 FALSE                         
    Crossedition Triggers                                    11.2.0.2.0                0 FALSE                         
    CSSCAN                                                   11.2.0.2.0                0 FALSE                         
    Data Guard                                               11.2.0.2.0                0 FALSE                         
    Data Mining                                              11.2.0.2.0                0 FALSE                         
    Data Recovery Advisor                                    11.2.0.2.0                0 FALSE                         
    Database Replay: Workload Capture                        11.2.0.2.0                0 FALSE                         
    Database Replay: Workload Replay                         11.2.0.2.0                0 FALSE                         
    Deferred Open Read Only                                  11.2.0.2.0                0 FALSE                         
    Direct NFS                                               11.2.0.2.0                0 FALSE                         
    Dynamic SGA                                              11.2.0.2.0                0 FALSE                         
    Editioning Views                                         11.2.0.2.0                0 FALSE                         
    Editions                                                 11.2.0.2.0                0 FALSE                         
    EM Database Control                                      11.2.0.2.0                0 FALSE                         
    Encrypted Tablespaces                                    11.2.0.2.0                0 FALSE                         
    Exadata                                                  11.2.0.2.0                0 FALSE                         
    Extensibility                                            11.2.0.2.0                0 FALSE                         
    File Mapping                                             11.2.0.2.0                0 FALSE                         
    Flashback Data Archive                                   11.2.0.2.0                0 FALSE                         
    Flashback Database                                       11.2.0.2.0                0 FALSE                         
    GoldenGate                                               11.2.0.2.0                0 FALSE                         
    HeapCompression                                          11.2.0.2.0                0 FALSE                         
    Hybrid Columnar Compression                              11.2.0.2.0                0 FALSE                         
    Instance Caging                                          11.2.0.2.0                0 FALSE                         
    Internode Parallel Execution                             11.2.0.2.0                0 FALSE                         
    Label Security                                           11.2.0.2.0                0 FALSE                         
    Locator                                                  11.2.0.2.0                0 FALSE                         
    Long-term Archival Backup                                11.2.0.2.0                0 FALSE                         
    Materialized Views (User)                                11.2.0.2.0                0 FALSE                         
    Messaging Gateway                                        11.2.0.2.0                0 FALSE                         
    Multi Section Backup                                     11.2.0.2.0                0 FALSE                         
    Multiple Block Sizes                                     11.2.0.2.0                0 FALSE                         
    Object                                                   11.2.0.2.0                0 FALSE                         
    OLAP - Analytic Workspaces                               11.2.0.2.0                0 FALSE                         
    OLAP - Cubes                                             11.2.0.2.0                0 FALSE                         
    Oracle Database Vault                                    11.2.0.2.0                0 FALSE                         
    Oracle Java Virtual Machine (user)                       11.2.0.2.0                0 FALSE                         
    Oracle Managed Files                                     11.2.0.2.0                0 FALSE                         
    Oracle Multimedia                                        11.2.0.2.0                0 FALSE                         
    Oracle Multimedia DICOM                                  11.2.0.2.0                0 FALSE                         
    Oracle Secure Backup                                     11.2.0.2.0                0 FALSE                         
    Oracle Text                                              11.2.0.2.0                0 FALSE                         
    Oracle Utility External Table                            11.2.0.2.0                0 FALSE                         
    Oracle Utility SQL Loader (Direct Path Load)             11.2.0.2.0                0 FALSE                         
    PL/SQL Native Compilation                                11.2.0.2.0                0 FALSE                         
    Read Only Tablespace                                     11.2.0.2.0                0 FALSE                         
    Real Application Clusters (RAC)                          11.2.0.2.0                0 FALSE                         
    Real-Time SQL Monitoring                                 11.2.0.2.0                0 FALSE                         
    Recovery Area                                            11.2.0.2.0                0 FALSE                         
    Recovery Manager (RMAN)                                  11.2.0.2.0                0 FALSE                         
    Resource Manager                                         11.2.0.2.0                0 FALSE                         
    Restore Point                                            11.2.0.2.0                0 FALSE                         
    Result Cache                                             11.2.0.2.0                0 FALSE                         
    RMAN - Disk Backup                                       11.2.0.2.0                0 FALSE                         
    RMAN - Tape Backup                                       11.2.0.2.0                0 FALSE                         
    Rules Manager                                            11.2.0.2.0                0 FALSE                         
    SecureFile Compression (system)                          11.2.0.2.0                0 FALSE                         
    SecureFile Compression (user)                            11.2.0.2.0                0 FALSE                         
    SecureFile Deduplication (system)                        11.2.0.2.0                0 FALSE                         
    SecureFile Deduplication (user)                          11.2.0.2.0                0 FALSE                         
    SecureFile Encryption (system)                           11.2.0.2.0                0 FALSE                         
    SecureFile Encryption (user)                             11.2.0.2.0                0 FALSE                         
    Semantics/RDF                                            11.2.0.2.0                0 FALSE                         
    Server Flash Cache                                       11.2.0.2.0                0 FALSE                         
    Services                                                 11.2.0.2.0                0 FALSE                         
    Shared Server                                            11.2.0.2.0                0 FALSE                         
    Spatial                                                  11.2.0.2.0                0 FALSE                         
    SQL Access Advisor                                       11.2.0.2.0                0 FALSE                         
    SQL Performance Analyzer                                 11.2.0.2.0                0 FALSE                         
    SQL Plan Management                                      11.2.0.2.0                0 FALSE                         
    SQL Profile                                              11.2.0.2.0                0 FALSE                         
    SQL Repair Advisor                                       11.2.0.2.0                0 FALSE                         
    SQL Tuning Set (system)                                  11.2.0.2.0                0 FALSE                         
    SQL Tuning Set (user)                                    11.2.0.2.0                0 FALSE                         
    SQL Workload Manager                                     11.2.0.2.0                0 FALSE                         
    Streams (system)                                         11.2.0.2.0                0 FALSE                         
    Streams (user)                                           11.2.0.2.0                0 FALSE                         
    Transparent Data Encryption                              11.2.0.2.0                0 FALSE                         
    Transparent Gateway                                      11.2.0.2.0                0 FALSE                         
    Transportable Tablespace                                 11.2.0.2.0                0 FALSE                         
    Tune MView                                               11.2.0.2.0                0 FALSE                         
    Undo Advisor                                             11.2.0.2.0                0 FALSE                         
    Very Large Memory                                        11.2.0.2.0                0 FALSE                         
    Workspace Manager                                        11.2.0.2.0                0 FALSE                         
    XDB                                                      11.2.0.2.0                0 FALSE                         
    XStream In                                               11.2.0.2.0                0 FALSE                         
    XStream Out                                              11.2.0.2.0                0 FALSE                         
    XStream Streams                                          11.2.0.2.0                0 FALSE                         
    ASO native encryption and checksumming                   11.2.0.2.0                1 FALSE          20/10/12       
    Segment Advisor (user)                                   11.2.0.2.0                1 FALSE          08/03/13       
    SQL Tuning Advisor                                       11.2.0.2.0                2 FALSE          09/02/13       
    AWR Report                                               11.2.0.2.0                3 FALSE          09/02/13       
    Oracle Utility Datapump (Import)                         11.2.0.2.0                3 FALSE          26/05/12       
    EM Performance Page                                      11.2.0.2.0                5 FALSE          20/10/12       
    SQL Monitoring and Tuning pages                          11.2.0.2.0                5 FALSE          20/10/12       
    Job Scheduler                                            11.2.0.2.0                6 TRUE           13/04/13       
    Segment Shrink                                           11.2.0.2.0                6 TRUE           13/04/13       
    EM Grid Control                                          11.2.0.2.0               27 FALSE          15/03/13       
    Automatic SQL Execution Memory                           11.2.0.2.0               35 TRUE           13/04/13       
    MTTR Advisor                                             11.2.0.2.0               41 TRUE           13/04/13       
    Parallel SQL DDL Execution                               11.2.0.2.0               56 TRUE           13/04/13       
    Parallel SQL DML Execution                               11.2.0.2.0               56 TRUE           13/04/13       
    Parallel SQL Query Execution                             11.2.0.2.0               61 TRUE           13/04/13       
    Oracle Utility Datapump (Export)                         11.2.0.2.0               93 TRUE           13/04/13       
    Oracle Utility Metadata API                              11.2.0.2.0               93 TRUE           13/04/13       
    Automatic Segment Space Management (user)                11.2.0.2.0               95 TRUE           13/04/13       
    Automatic SQL Tuning Advisor                             11.2.0.2.0               95 TRUE           13/04/13       
    LOB                                                      11.2.0.2.0               95 TRUE           13/04/13       
    Partitioning (user)                                      11.2.0.2.0               95 TRUE           13/04/13       
    Audit Options                                            11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - Optimizer Statistics Gathering   11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - Space Advisor                    11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - SQL Tuning Advisor               11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Memory Tuning                                  11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Segment Space Management (system)              11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Undo Management                                11.2.0.2.0               96 TRUE           13/04/13       
    Character Set                                            11.2.0.2.0               96 TRUE           13/04/13       
    Deferred Segment Creation                                11.2.0.2.0               96 TRUE           13/04/13       
    Locally Managed Tablespaces (system)                     11.2.0.2.0               96 TRUE           13/04/13       
    Locally Managed Tablespaces (user)                       11.2.0.2.0               96 TRUE           13/04/13       
    Logfile Multiplexing                                     11.2.0.2.0               96 TRUE           13/04/13       
    Oracle Java Virtual Machine (system)                     11.2.0.2.0               96 TRUE           13/04/13       
    Partitioning (system)                                    11.2.0.2.0               96 TRUE           13/04/13       
    SecureFiles (system)                                     11.2.0.2.0               96 TRUE           13/04/13       
    SecureFiles (user)                                       11.2.0.2.0               96 TRUE           13/04/13       
    Server Parameter File                                    11.2.0.2.0               96 TRUE           13/04/13       
    Virtual Private Database (VPD)                           11.2.0.2.0               96 TRUE           13/04/13 thanks again

  • How to find SQL Statement fired using SYS.AUD$ - Database Auditing

    Dear Friends
    I am having Oracle 9i Database and have configured it with database auditing option by setting the following parameter in init.ora file
    AUDIT_TRAIL = "DB"
    I want to audit SELECT, INSERT , UPDATE and DELETE operations on PRACTICE.EMP table for which I did :
    1) Logged in as SYS
    2) SQL> AUDIT SELECT, INSERT, UPDATE, DELETE
    ON PRACTICE.EMP
    BY ACCESS
    WHENEVER SUCCESSFUL;
    Audit Succedded
    Now how should I find out the SQL statement that does the insert, update or delete operation on the EMP table using SYS.AUD$ table
    Thanks

    Hi,
    It's contents can be viewed directly or via the following views:
    * DBA_AUDIT_EXISTS
    * DBA_AUDIT_OBJECT
    * DBA_AUDIT_SESSION
    * DBA_AUDIT_STATEMENT
    * DBA_AUDIT_TRAIL
    * DBA_OBJ_AUDIT_OPTS
    * DBA_PRIV_AUDIT_OPTS
    * DBA_STMT_AUDIT_OPTS
    The audit trail contains a lot of data, but the following are most likely to be of interest:
    * Username : Oracle Username.
    * Terminal : Machine that the user performed the action from.
    * Timestamp : When the action occured.
    * Object Owner : The owner of the object that was interacted with.
    * Object Name : The name of the object that was interacted with.
    * Action Name : The action that occured against the object. (INSERT, UPDATE, DELETE, SELECT, EXECUTE)
    So, take a look at action_name column from DBA_AUDIT_TRAIL view.
    Cheers
    Legatti

Maybe you are looking for

  • PRoblem when i am trying to authinticate to AD us gss

    I am trying to access active directory using JAAS nut when i run my code a get the attached message D:\JDeveloper10G\jdk\bin>java jasldap GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos Ticket) at sun.securit

  • Adding column name in the out put - PL/SQL - CURSOR

    Hi All I am very new to pl/sql. I am trying to accomplish the below task in ORACLE XE in windows 7 os. Using the DEPT table and an explicit cursor write a block to find the location of all departments. dept table DEPTNO DNAME     LOC 10      ACCOUNTI

  • The vendor doesn't appear in FAGLL03

    Hi, Why in FAGLL03 the vendor doesn't appear when the document type is RE. Is it possible to add this information? Regards, Ferdaws

  • Search option using a new small window in oracle forms using pl/sql

    Hai Friend, Iam Navya Jeevan,regarding Oracle Forms and Reports Doubts. Our project is developed using Forms and Reports In Forms for triggers we are using Pl/SQl language. DOUBT IN a form we require an option like search button when we press the sea

  • Will not eject CD- DVD

    Just bought a 20" and after setting up I find that the puter won't eject discs. So... I go through the troubleshooting and guess what? The disc reader-writer isn't lined up with the slot... The housing and the hole are not lined up, so , when I try t