Need help on fga audit feature in oracle

Hi Guys,
Can any one provide me the steps to implement fga audit feature. About how to add policy and enable it for one column. How and where(which table) to insert these record to audit further.
Thanks in advance!
Regards,
KLR
Edited by: kolipaka on Jan 10, 2013 4:55 PM
Edited by: kolipaka on Jan 10, 2013 4:56 PM

Google
http://www.oracle-base.com/articles/10g/auditing-10gr2.php
http://www.oracle.com/technetwork/database/security/index-083815.html
http://www.toadworld.com/KNOWLEDGE/KnowledgeXpertforOracle/tabid/648/TopicID/FGAEX/Default.aspx

Similar Messages

  • Need help in install Jspell SDK on Oracle Application Server 10g 10.1.2.0.2

    Hi all,
    I need help in installing Jspell SDK software in Oracle Application SERVER 10G 10.1.2.0.2.
    Can anybody help me out. Please feel free to share any documentation if available or your experience to install Jspell on Oracle Application Server 10g.
    Thanks
    Yaaminy
    480-262-7881

    Hello,
    Did you copy the 2 JAR files in your /forms/java directory ?
    Did you add them to your /forms/server/formsweb.cfg file (archive_jini tag) ?
    As always when a Java Bean is in the game, display the Java Console at runtime to see if any error are raised.
    Francois

  • I need help for deploy an EJB to Oracle 8i

    I want to deploy an EJB on Oracle8i, but my JDeveloper 3.2
    doesn't have the option "Enterprise Java Bean to Oracle8i", it
    has only the option "CORBA to Oracle8i" in the deploy wizard. Is
    this correct?
    JDeveloper 3.1 has the option "Enterprise Java Bean to Oracle8i"
    in the deploy wizard. why doesn't Jdeveloper appear this option?
    I need help or information about this.
    thank you.

    To copy the data of one account to another one, you can use the Shared folder, stored in /Users. You have to log in this user in order to copy the files to the folder, and then, log in the new user and copy the files to the folders where you want to store your files. Another option is to use an external drive.
    To start by default with one account, open System Preferences > Login Options, and choose your old account next to "Automatic login"

  • New To Oracle.. Needs Help:: Conversion from SQL Server to Oracle 11g

    I am new to Oracle 11g and badly need the conversion of SQL Server Functions to Oracle.. Sample Pasted Code not working .. end with error.. pls help
    Create Table TempT (ID1 Varchar (10),
    ID2 Varchar (10)
    CREATE OR REPLACE PACKAGE GLOBALPKG
    AS
    TYPE RCT1 IS REF CURSOR;
    TRANCOUNT INTEGER := 0;
    IDENTITY INTEGER;
    END;
    CREATE OR REPLACE FUNCTION fTempT
    i IN VARCHAR2 DEFAULT NULL
    RETURN GLOBALPKG.RCT1
    IS
    REFCURSOR GLOBALPKG.RCT1;
    BEGIN
    OPEN REFCURSOR FOR
    SELECT TT.*
    FROM TempT TT
    WHERE (fTempT.i = ''
    OR TT.ID1 = fTempT.i)
    RETURN REFCURSOR;
    END;
    CREATE OR REPLACE FUNCTION fTempTF
    i IN VARCHAR2 DEFAULT NULL
    RETURN GLOBALPKG.RCT1
    IS
    REFCURSOR GLOBALPKG.RCT1;
    BEGIN
    OPEN REFCURSOR FOR
    SELECT *
    FROM TABLE(fTempT(i))
    RETURN REFCURSOR;
    END;
    LAST FUNCTION ENDs WITH ERROR
    Error(13,7): PL/SQL: ORA-22905: cannot access rows from a non-nested table item

    2. The major purpose is to get a simplest way to create a parameterized function who can return a table like output. 2nd function has no use instead i was testing the result of First Function like thisIf you just want to select from a select, you should use a view not a function.
    1. which program is more help ful for writing and executing queries bcoz after using Query Analyzer of Microsoft It seems difficult to work on SQL Developer.
    sqlplus? If you are having difficulty learning new tools because of an old one you used, probably best to forget the old one and concentrate on learning the new one because it will be different. This goes for the database itself also.
    2. Can DMLs be used within a Function.Yes, you just can't execute the function in another SQL statement if it modifies data and this is a good thing.
    3. Can temporary tables be used within a function.Unfortunately yes, but they shouldn't be unless you are in a slowest application competition.
    5. Each Function which is a Table Function must be accompanied with Type Definitions?? its a bit longer way of doing the things than SQL ServerThat is why it is better to use views instead, is there any reason you want a select that you can select from inside a function?
    SQL Server for last 9 years thats why i refer this toolThat is not in itself a problem, if you try and do what you did in SQLServer in Oracle, that will be a problem though.

  • Need help with File system creation fro Oracle DB installation

    Hello,
    I am new to Solaris/Unix system landscape. I have a Sun enterprise 450 with 18GB hard drive. It has Solaris 9 on it and no other software at this time. I am planning on adding 2 more hard drives 18gb and 36gb to accommodate Oracle DB.
    Recently I went through the Solaris Intermediate Sys admin training, knows the basic stuff but not fully confident to carry out the task on my own.
    I would appreciate some one can help me with the sequence of steps that I need perform to
    1. recognize the new hard drives in the system,
    2. format,
    3. partition. What is the normal strategy for partitioning? My current thinking is to have 36+18gb drives as data drives. This is where I am little bit lost. Can I make a entire 36GB drive as 1 slice for data, I am not quite sure how this is done in the real life, need your help.
    4. creating the file system to store the database files.
    Any help would be appreciated.

    Hello,
    Here is the rough idea for HA from my experience.
    The important thing is that the binaries required to run SAP
    are to be accessible before and after switchover.
    In terms of this file system doesn't matter.
    But SAP may recommend certain filesystem on linux
    please refer to SAP installation guide.
    I always use reiserfs or ext3fs.
    For soft link I recommend you to refer SAP installation guide.
    In your configuration the files related to SCS and DB is the key.
    Again those files are to be accessible both from hostA and from hostB.
    Easiest way is to use share these files like NFS or other shared file system
    so that both nodes can access to these files.
    And let the clustering software do mount and unmount those directory.
    DB binaries, data and log are to be placed in shared storage subsystem.
    (ex. /oracle/*)
    SAP binaries, profiles and so on to be placed in shared storage as well.
    (ex. /sapmnt/*)
    You may want to place the binaries into local disk to make sure the binaries
    are always accessible on OS level, even in the connection to storage subsystem
    losts.
    In this case you have to sync the binaries on both nodes manually.
    Easiest way is just put on shared storage and mount them!
    Furthermore you can use sapcpe function to sync necessary binaries
    from /sapmnt to /usr/sap/<SID>.
    For your last question /sapmnt should be located in storage subsystem
    and not let the storage down!

  • Need help in Parsing XML Document in Oracle

    Hello Experts,
    I urgently need your help. We have xml document on the Web but not on the File System. How can I parse the xml document on the web in Oracle.
    Any link, blog or sample code would be appreciated.
    Your help would be appreciated.
    Kind Regards,
    Bhavin
    London, UK

    This breaks down to two issues
    1) Getting the XML into Oracle
    2) Parsing the XML inside Oracle
    For #1, the first two options that come to my mind are httpuirtype and utl_http. Both can be used to get information from a URL that understands HTTP requests.
    For #2, you can treat the XML as a DOMDocument or XMLType to parse it. You also could parse it via a SQL statement using XQuery or XMLTable as well.
    Many of those examples can be found on the {forum:id=34} forum or [Marco&apos;s blog|http://www.liberidu.com/blog/]. A few parsing examples that I've done can be seen at {message:id=3610259}, make sure to also follow the link I put in there to a previous example before that.

  • Need help with adding lightbox feature to images pulled from .js

    Hello,
    I've been attempting to add a lightbox to separate images (no group) in a responsive one page portfolio template. Unfortunately I'm not savy with this topic.
    The template came with a hover action to apply what I would believe to be a light box image but no other documentation on how to add it to the images. I've looked everywhere.
    The portfolio gallery is built in .js Here is some code The image code you see is just copied over and over to add images.
    BTW - Lightbox mxp only allows you to add to an image when clicked on in the properties. These images are pulled from .js
    Here is a link to the site:
    http://wswdesign.com
    Please help!
    <ul class="portfoliofilter">
      <li class="filter active" data-filter="design branding media web">All</li>
          <li class="filter" data-filter="design">PRINT Design</li>
          <li class="filter" data-filter="branding">Branding</li>
          <li class="filter" data-filter="media">Digital Media</li>
          <li class="filter" data-filter="web">WEB DESIGN</li>
      <ul class="portfolio">
      <li class="item design">
      <div class="portfolioitem">
      <img src="img/print1.jpg">
      <div class="portfoliohover">
      <div class="info">
      <h1>+</h1>
      <h5>trade show graphics</h5>
      <h6><b class="light-gray">Celguard / Membrana</b></h6>
      </div>
      </div>
      </div>
      </li>

    You might want to correct your HTML errors first.
    [Invalid] Markup Validation of http://wswdesign.com/ - W3C Markup Validator
    Your document contains links to jQuery scripts.  But I don't see any lightbox in there.  It appears to be using jQuery's core library as well as  scripts for carousel and scrolling/show & hide features.
    Nancy O.

  • Need help regarding training on OWB from Oracle corp

    Hi All,
    I have 5years of exp in Oracle admin/Dev platform. Now I wanted to move on to warehouse, something new and different . So could you guys help me out how I would get a training on this. I inquired regarding Owb training program from Oracle corp, according to them its all elearing .So I am not interested on that . I am searching for classroom based training .
    Now I am based on Pune,India. I am open to Mumbai,Hyderabad,Bangalore in india. I am ready to move and attend classroom training on this . So could someone help me on that ?

    I took the OWB 5-day live virtual class and found it as good or better than being in a classroom. It basically entailed installing a vpn connection to the Oracle training system and launching the virtual desktop to do lab activities; the course materials were provided electronically before the class began (pdf), and the instructor presented the materials and demo'ed the topics via a webex-style presentation. The only drawback was the audio portion was via telephone; from my location (US) it was a toll free call, but use of a headset or speakerphone was mandatory to avoid permanent neck injury; hopefully they will get the audio online with the LVC or at least provide it as an option for those who have audio capability (mic & speakers) on the computer.

  • Need help with "paste inside" feature, please!

    Hello. I'm a former Freehand user who needs to know how to accomplish the "paste inside" task in Illustrator. I have a graphic which I want to show through only in the areas where the other graphic exists. I don't know how else to explain it. Help!

    Hi JBinReno,
    You may be referring to a clipping mask. Say I want this image of a city to be contained inside of this sheared rectangle.
    Just select both the shape and the image and choose Object > Clipping Mask > Make.
    To edit the image inside of the shape, simply double click on the graphic and you can edit "inside".
    Is this the solution you're looking for?
    Michael

  • Need help on this errors : ORA-01034: ORACLE not available  and ORA-27101

    Hi,
    I installed 11gR2 on win xp in vmware workstation.It was running without any problems.Few times I Closed the vmware application explicitly.
    Now when I tried to connect oracle It is showing the following message.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    Please help me to resolve this .

    Thanks for your response.When I tried to start oracle results are:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1375792 bytes
    Variable Size             381682128 bytes
    Database Buffers          146800640 bytes
    Redo Buffers                5804032 bytes
    ORA-03113: end-of-file on communication channel
    Process ID: 2884
    Session ID: 1 Serial number: 3
    When I checked in enterprise manager it is showing the following information.
    Agent Connection to Instance
    Status     Failed
    Details     ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    Thanks for your help.

  • Need help purchasing Adobe Audition

    Im trying to buy Adobe Audition and every time it says that there was a problem, its really stupid even when i called now one answer

    Hi Oldies beat.
    Oldies beat wrote:
    Im trying to buy Adobe Audition and every time it says that there was a problem, its really stupid even when i called now one answer
    What does the warning dialog box say?
    Have you contacted support here? Contact Customer Care
    I hope we can help you ASAP.
    Thanks,
    Kevin

  • Auditing Feature Of Oracle 10g

    How do i choose to audit on particular tables or rather objects? i tried with the default settings which enable all actions on all database objects which creates a lot of unwanted audit data.
    i tried the code:
    alter system set audit_trail=DB scope=SPFILE;
    this audits all actions on all objects which i dont want.
    i also tried this:
    noaudit insert,delete,select by sys2----this is the username that i use
    even this does not limit audit data.

    I had read the documentation related to auditing completely. Actually the problem was i had previously given the command:
    audit all by sys2(username that i use)
    so everything was being audited even after i disabled auditing completely and enabled again.
    For a complete reset of auditing options,use the commmand:
    delete from sys.audit$;
    now do the following:
    connect sys/manager as sysdba;
    alter system set audit_trail=DB scope=SPFILE;
    audit +<action>+ on +<tablename>+ by action;
    perform audit only on selected objects and selected actions.
    shutdown
    startup
    and you are ready to go.
    Finely Grained Auditing not supported in XE i guess. Coz i searched alot and maybe this is what i concluded.
    Just shared this in case it could be helpful to some one else.
    Thank you.

  • Need HELP to find Eclipse IDE with Oracle Portlet Factory.

    I want to start to develop oracle portlets without coding and I found that Oracle Portlet Factory is right technology for that. But I do not the best place to get info about installation of Oracle Portlet Factory based in Eclipse or somewhere else.

    Hi,
    Error might have occurred due to selecting only the OSM related modules.
    Try again by selecting all the "Oracle Communications Service Studio Modules" and it should work.
    Thanks,
    BR, Harry

  • Need help on passing a parameter in Oracle report

    Hello guys ...i Have a custom report which takes..TRX number and Org id as input Parameters.where TRX number is mandatory and ORg id is optional.
    here is my question ..if i dont pass the org id,it should take the id of the Organization where i am running the report.how can this functionality achieved...
    thanks....

    Hi,
    You can use NVL function in form, where you are passing the parameters. So replace the *:ORG_ID* with
    NVL(:ORG_ID, :CUR_ORG_ID). Or If you are saving the current Org_id in a table / passing it to the report using another parameter, you can do the same in the report also.
    Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.

  • Need help(I am a begner in Oracle)

    I am looking for a technical help that, suppose i have an data entry form for Items entry.when users entring(new items) the item_code i want to check it is already there in the table, if it is there i want to display all the fields in the same block.
    how it is possible? i am looking for logic, as well as codes and triggers.
    Thanks alot

    I am looking for a technical help that, suppose i have an data entry form for Items entry.when users entring(new items) the item_code i want to check it is already there in the table, if it is there i want to display all the fields in the same block.
    how it is possible? i am looking for logic, as well as codes and triggers.
    Thanks alot One way to do this is to use a timer. Check to see if the item entered is already in the database in the when-validate-item trigger:
    DECLARE
    emp_exists NUMBER := 0;
    timer_id     Timer := Find_Timer('Cust_Code_Exists');
    one_millisec NUMBER(1) := 1;
    BEGIN
    SELECT COUNT(*)
    INTO emp_exists
    FROM CUSTOMER
    WHERE CUSTOMER_CODE = :CUSTOMER.CUSTOMER_CODE;
    IF (emp_exists > 0) THEN
    message ('Customer code already exists!');
    IF ID_NULL(timer_id) then
    timer_id := CREATE_TIMER('Cust_Code_Exists',one_millisec,NO_REPEAT);
    ELSE
    SET_TIMER('Cust_Code_Exists',1,NO_REPEAT);
    END IF;
    RAISE Form_Trigger_Failure;
    END IF;
    END;
    Then in your form level when-timer-expired trigger:
    DECLARE
         old_where               VARCHAR2(100);
         new_where               VARCHAR2(100);
         tm_name VARCHAR2(40);
    BEGIN
    tm_name := Get_Application_Property(TIMER_NAME);
    IF tm_name = 'CUST_CODE_EXISTS' THEN     
         old_where := GET_BLOCK_PROPERTY(:SYSTEM.CURSOR_BLOCK, DEFAULT_WHERE);
         new_where := 'customer_code = '''||:CUSTOMER.CUSTOMER_CODE||'''';
    SET_BLOCK_PROPERTY(:SYSTEM.CURSOR_BLOCK, DEFAULT_WHERE, new_where);
    CLEAR_BLOCK(NO_VALIDATE);
    EXECUTE_QUERY;
    SET_BLOCK_PROPERTY(:SYSTEM.CURSOR_BLOCK, DEFAULT_WHERE, old_where);
    END IF;
    END;
    Hope this helps

Maybe you are looking for

  • Can't get ITunes to open-Error Message

    My wife's itunes all of a sudden stopped working. It would not open at all. I deleted all itunes and ipod folders and files to include all quicktime. Restarted PC and downloaded itunes 7 from apple site. It still won't open and I get this message. iT

  • Call to ALDP 3.2 dataservice using  Mediator API throwing validation error

    Hi, Call to ALDP 3.2 dataservice using Mediator API with request doc having xsi:type (eg: <ns1:searchBy xsi:type="ns2:ImplXXXIDType">) is throwing validation saying that it is unable to resolve the namespace ns2 .The namespace ns2 is defined at root

  • Urgent Handling Arabic chars in Oracle 9i

    Hi I am having an Oracle Database with DB Character as AR8MSWIN1256 and NLS Charset as UTF8. This is for supporting both Arabic and English letters in the databse. I am using Oracle Thin JDBC Driver for inserting and fetching data from Oracle DB. I h

  • Image gallery help

    Hi! I'm working on a flash website and I have thumbnails on the site  that I want to, when clicked on  open an image viewer. Now I have an  image viewer already made I just need to get it to pop up once a  thumbnail is clicked on. I want it so the im

  • Query Distribution Lists

    Dear All, I need to send a web report using query distribution lists via email with web report as an attachment in the mail. Any body is aware of the standard fuctionality of doing this? Please share. Thank you! Vijaya