How to add the source database

On the source database server have 4 instances.
I already have install Oracle Audit Vault Agent on this server.
And when I add the source source DB user, I can't found all role (e.g. DV_ACCTMGR) DV

My approach is
On Server1 (Audit Vault Server)
-Install Oracle Audit Vault Server to Server1
-addagent on Server1 «avca add_agent nom_agent - HOLTUU1 - agenthost 192.0.66.87»

The server Server2 (Audit Officer Vault)
-on this server have 4 instances
-Create user 'oaudit' OS, create ORACLE_BASE ORACLE_HOME
-Install Oracle Audit Vault Agent

I mistaked perhaps one or more step.
Please suggest me

Dear suredch,

Yes you are right, this will create a new House and you need to change the House to use AV agent.

and the 2nd is the difference between the AV and DV?
they are all two different products. you don't have to be confused. There is no need to use database on the database.you source vault can add your source database to server AV without database Vault.

and ultimately that ask you database configurations, dear they are the recommended settings, you need to do to add data source to av server.

Well my dear you can personally send me on [email protected] so i can give u a full doc include the entire process step by step, I used in my scenario, it would be the best practice for you. and you fight understand.

Concerning

Tags: Oracle

Similar Questions

  • How to add the source vSphere no?

    I installed it and it is followed by the 2 vCenters and ESXi 6 and it is connected to the VC Ops 5.7.1 also. LogInsight works well :-)

    I'm not able to find the way to add not VMware, such as physical storage or switches or the OS (Windows, for example).

    Thanks for Singapore.

    E1

    1 fix, in addition to the vCenter Server events, tasks and alarms and ESXi 4.x and more you need to configure the source directly.

    2. it depends on what you're trying to reach. You can filter on the source or host name (may be different depending on whether you use an aggregation server) or you can filter by a boss in the log messages if you can determine for the device.

    "These sources will not appear in the configuration of the Insight journal because it is not configured to Log Insight." - I'm not sure what you mean here, but the sources will appear in the default analytic interactive page.

    "I expect the configuration to do the Insight journal, so we can control what is coming." - two things here, first there are much too many sources to support and generally today syslog servers do not usually set up sources for you. Second, you say that you want to control what is coming - I guess you are talking about control what messages are newspapers are and are not sent by the source? If so, it is not possible today, but I would like to ask why do you want to do this? In general, it is recommended to send all your logs you can need them to perform a RCA.

  • How to export PSIBWSDL of the source database

    Hello

    I have the following error when running UPGCOUNT. In Metalink doc, it is suggested to PSIBWSDL to the export of the source database.

    How should I do?

    Thank you.


    What is the error, I don't see the error message.

  • Session at which was the bulk operations (DML) during the period determined in the Source database?

    Hi all


    How to find which session was in bulk (DML) operations on a particular period in the Source database?


    The source database: SRCDB - version: 11.2.0.3 (2 node RAC on RHEL OS)

    Target database: TGTDB - version: 11.2.0.3 (Non-RAC)

    Source-> target (United directional Replicat use of Goldengate)


    In our (source) database, I have observed that some inserts in bulk / updates which happened and because of this corresponding Replicat, database was a delay to apply updates/insert and there was a lag (treatment gap) happened in the target database.

    When I checked the source database, I was unable to find that the session/SQL caused the bulk INSERT/UPDATE/DELETE (batch), since the transaction has already finished.

    1. is as possible to get the story SQL_ID or generated Session operations more Redo/DML

    for example: the current time is 11:00 and I need to get the session/caused sql operations dml in bulk between 09:00 and 11:00?

    2. when I checked the history of SQL (dba_hist_sqlstat) time-based CPU, I found some instructions update. But I was unable to find the update caused SQL more updates to a table.

    For example: -.

    Update t1 set attribut1 = 'XX' where SHIPMENT_GID =': p1' / * it has updated 100 rows * /.

    Update t1 set attribut1 = 'XX' attribut1 = "YY" where SHIPMENT_GID =': p2' / * it has updated 5000 lines * /.

    Please provide relevant SQL to identify in above cases...

    Kind regards

    Veera

    column MODULE format a15

    column BEGIN_INTERVAL_TIME format a25

    column END_INTERVAL_TIME format a25

    Select distinct from a.*

    (

    Select sql.snap_id, sql.module, sql.sql_id, decode(t.command_type,2,'INSERT',6,'UPDATE',7,'DELETE') cmd_type,

    s. BEGIN_INTERVAL_TIME, s. END_INTERVAL_TIME, sql. EXECUTIONS_TOTAL, sql. ROWS_PROCESSED_TOTAL,

    SQL. ELAPSED_TIME_TOTAL/1000000 "elapsed time (in seconds).

    of dba_hist_sqlstat sql, dba_hist_snapshot s, dba_hist_sqltext t where s.snap_id = sql.snap_id and sql.sql_id = t.sql_id

    and s.begin_interval_time BETWEEN to_date ('03 - Apr - 2013 16:00 "," dd-mon-yyyy hh24:mi:ss')

    AND to_date ('03 - Apr - 2013 17:00 "," dd-mon-yyyy hh24:mi:ss')

    and sql.sql_id

    IN

    (

    SELECT distinct stat.sql_id

    Of dba_hist_sqlstat stat

    JOIN dba_hist_sqltext txt ON (stat.sql_id = txt.sql_id)

    JOIN dba_hist_snapshot snap ON (stat.snap_id = snap.snap_id)

    WHERE the snap.begin_interval_time between to_date ('03 - Apr - 2013 16:00 "," dd-mon-yyyy hh24:mi:ss')

    AND to_date ('03 - Apr - 2013 17:00 "," dd-mon-yyyy hh24:mi:ss')

    AND txt.command_type in (2,6,7)

    )

    ) a.snap_id asc order

    ;

    I hope that this sql help.

    Kind regards

    Harman

  • How to add the option in the SelectItem during execution

    Hello
    Can anyone help me please with this use case?

    I have a list set to the managed bean as below. I want to add new LOV in list (DROP DOWN 2) "ZZZ" based on the value selected in the DROP DOWN 1 on the same page. So that particular one value selected in the DROP DOWN 1, I want to have this new LOV displayed in the DROP DOWN 2. I'm doing it through ValuchangeListener, but I'm not able to find how to add the LOV. Help, please.



    USER INTERFACE
    <!-- DROP DOWN 1 -->
    <af:selectOneChoice label="Order Type" id="soc2" required="true"
                                            validator="#{lovManagedBean.orderTypeValidator}"
                                            binding="#{userAuthentication.orderType}"
                                            autoSubmit="true"
                                            valueChangeListener="#{lovManagedBean.orderTypeValueChangeListener}">                    
                          <f:selectItems id="si2" value="#{lovManagedBean.orderTypeItems}"/>
    </af:selectOneChoice>
    <!-- DROP DOWN 2 -->
    <af:selectOneChoice label="Request Type" id="soc1" required="true"
                                            validator="#{lovManagedBean.requestTypeValidator}"
                                            binding="#{userAuthentication.requestType}">
                                          
                                           
                          <f:selectItems id="si1" value="#{lovManagedBean.requestTypeItems}" />
    </af:selectOneChoice>
    Managed Bean code
      public List<SelectItem> getRequestTypeItems() {
        List<SelectItem> list = new ArrayList<SelectItem>();
    
        list.add(new SelectItem("XXX","XXX"));
        list.add(new SelectItem("YYY","YYY"));
       
       
        this.requestTypeItems = list;
         return list;
      }
    
      public void orderTypeValueChangeListener(ValueChangeEvent event ) {
          System.out.println("+++ Calling LOVManagedBean.orderTypeValueChangeListener()");
          System.out.println("Old Value for order type:" + event.getOldValue() );
          System.out.println("New Value for order type:" + event.getNewValue());
          if(event.getNewValue().equals("Time and Expense")){
            //Code to add LOV in drop down
          }
              
        
      }

    You could make it according to the following example:

    Sample.JSPX:



    xmlns:f = "http://java.sun.com/jsf/core".
    xmlns:h = "http://java.sun.com/jsf/html".
    xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" >




    *
    autoSubmit = 'true' immediate = "true".
    * valueChangeListener = "#{pageFlowScope.SampleBean.onValueChangeListener}" > *.
    **
    **
    **
    *
    * partialTriggers = "soc1."
    * Binding = "#{pageFlowScope.SampleBean.selectOneChoice2}" > *.
    *
    * id = "si3" / > *.
    **



    * SampleBean.Java: *.

    import java.util.ArrayList;
    import java.util.List;

    Import javax.faces.event.ValueChangeEvent;
    Import javax.faces.model.SelectItem;

    Import oracle.adf.view.rich.component.rich.input.RichSelectOneChoice;

    public class SampleBean {}
    Private RichSelectOneChoice selectOneChoice2;

    public SampleBean() {}
    DataSource.Add (new SelectItem ("XXX", "XXX"));
    DataSource.Add (new SelectItem ("YYY", "YYY"));
    System.out.println ("to the constructor");
    }

    Private list datasource = new ArrayList ();
    private SelectItem newSelectItem = new SelectItem ("ZZZ", "ZZZ");

    * public Sub onValueChangeListener (ValueChangeEvent valueChangeEvent) {*}
    * if (valueChangeEvent.getNewValue () .equals ("Add") == true) {*}
    * System.out.println("::: Adding new select item choice"); *
    * datasource.add (newSelectItem); *
    *} else {*}
    * if (valueChangeEvent.getNewValue () .equals ("JustSelect") == true) {*}
    * System.out.println("::: Removing the added select item choice"); *
    * datasource.remove (newSelectItem); *
    * System.out.println (datasource.size ()); *
    *}*
    *}*
    * this.selectOneChoice2.setValue (datasource); *
    *}*

    public void setDatasource (the list data source ) {}
    This.DataSource = data source;
    }

    public getDatasource() {list
    Returns the data source;
    }

    public void setSelectOneChoice2 (RichSelectOneChoice selectOneChoice2) {}
    this.selectOneChoice2 = selectOneChoice2;
    }

    public RichSelectOneChoice getSelectOneChoice2() {}
    Return selectOneChoice2;
    }
    }

    * Ensure that the bean is saved in pageFlowScope.*

    Thank you
    Nini

  • Button skin: how to add the button properties (more, low, high)

    Hi all

    I made a custom button 'skin' because I want my buttons to be images with NO box or border around it and it works well, but I don't know how to add the functionality of the button. ex. In "over" State buttons tend to turn on, and 'down' State they tend to become darker. Anyone know how to apply it to an image? Here is my code. Thank you guys!

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:SparkSkin ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" width = "64" height = "64" >

    < fx:Metadata >
    [HostComponent ("spark.components.Button")]
    < / fx:Metadata >

    < s: states >
    < name s: State = "over" / >
    < name s: State = "low" / >
    < name s: State = "mounted" / >
    < name s: State = "disabled" / >
    < / s: states >

    (< mx:Image source="@Embed(source='assets/images/lightbulb.png')" / > "
    < / s:SparkSkin >

    You can try something like this:

    
    http://ns.adobe.com/mxml/2009"
                 xmlns:s="library://ns.adobe.com/flex/spark"
                 xmlns:mx="library://ns.adobe.com/flex/mx"
                 width="64" height="64">
    
        
            [HostComponent("spark.components.Button")]
         
    
        
            
            
            
            
            
    
        
    
    
    

    Peter

  • How to add the name of the title of graph in Excel

    Dear friends

    I'm using LabVIEW 8.0.I need how to add the name of the title of graph in Excel.

    You have the report generation tool? If so, the VI of graph Easy Excel has an entry for this.

    If you don't have the Toolbox, then you need to use ActiveX. Please do a search on the use of the ActiveX (there are examples provided with LabVIEW) to control Excel. Also, there are many examples in the thread Excel. NOTE: DON'T POST QUESTIONS IN THIS THREAD.

    In the end, you will need to search for information contained in MSDN.

  • How to add the full value of two buttons?

    How to add the full value of two buttons (any key) VI and display it in the output text box? I am attaching a sample program, but I know that his evil... Help, please

    Try this

  • How to add the quick launch of the desktop icon bar

    How to add the toolbar launch quick icon on the desktop. I can't find a desktop icon that will drag on

    The following Microsoft KB article

    http://support.Microsoft.com/kb/190355/en-us

    will help you.

    Good bye.

  • Windows vista Home premium recovery question - how to get the source for windows vista home edition premium as the recovery does not work since the recovery partition

    How to get the source to windows vista Home premium recovery is not from the recovery partition and gives me an error message

    Hello

    Contact the computer manufacturer and ask them to send you to vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    or borrow a vista microsoft dvd; not a HP, Acer recovery disk etc

    Make sure that you borrow the correct 32-bit or 64-bit microsoft dvd to your computer

    they contain all versions of vista

    This is the product key that determines which version of vista is installed

    http://www.theeldergeek.com/Vista/vista_clean_installation.html

    How to replace Microsoft software or hardware, order service packs and replace product manuals

    http://support.Microsoft.com/kb/326246

  • How to add the translation application to my email add FB?

    Original title: translation

    I need to know how to ADD the TRANSLATION software to my email add FB? Any help?

    Try here: https://www.facebook.com/help/100117036792266

    Translate the updated Facebook application on the road

  • How to delete the old database?

    Hello

    I work with a SQLite database. However, I am getting intermittent behaviour of my app in the Simulator. I suspect it's because while developing, I have to go hard the Simulator and leave the database in an unknown state.

    How clear/clear the old database I know I start the application of a known state? I tried to use clean.bat, but I have not had success with it yet.

    Thank you

    My apologies - shnuffy had right the first time. I have now found the directory where the database is stored. As shnuffy says: device/Blackberry/system/appdata/rim/webstorage /...

  • How to add the Quazip library

    Hi, I want to try to use Quazip. Since I read, I have to add the library before use.

    I downloaded from http://quazip.sourceforge.net/

    How to add the Quazip library? Please explain the step, never add lib before.

    Thank you

    I have change the .pro file

    Like this:

    http://StackOverflow.com/questions/13341234/unzip-files-downloaded-from-Server

  • How to add the profile of lenses?

    How to add the profile of lenses?

    At the bottom of the link, you will find a link for the lens profile downloader. With this tool, you can download the profiles shared by other users.

    Work with lenses profiles in Adobe Photoshop, Lightroom and Camera Raw

  • How to add the new column in existing table to our desired location?

    How to add the new column in existing table to our desired location?

    For example, I have to add the new column 'course' before the salary column in the emp table.

    I think the best way is to add the column at the end of the table and create a new view with the order of the columns...

    Another option...

    places the data into a temporary table and recreate the table with the correct order of the columns, and then insert data to the table from the temporary table

    Refer

    Add column (from table) in the desired position

    Example:

    CREATE TABLE temp_my_user LIKE)

    SELECT * FROM password);

    DROP TABLE password;

    (Password) CREATE TABLE

    userID NUMBER

    , first name VARCAHR2 (25)

    , middleInitial VARCHAR2 (1)

    (, name VARCHAR2 (25));

    INSERT INTO password (userID, firstName, lastName)

    (SELECT username

    first name

    lastName

    OF temp_my_user);

    DROP TABLE temp_user;

Maybe you are looking for

  • Qosmio G50 12 q - installation of windows 7

    Toshiba Qosmio G50-12 q - whit windows vista Ultimate 32 bit I could install windows 7 in replace of windows vista ultimate, unless they prove details incompatibility with device or another drive? The Toshiba site is written that the Qosmio g50 with

  • Qosmio F10: Monitor screen looks like a photo of Andy Warhol

    I currently have problems with my screen resembling a picture of Andy Warhol. I resorted to pass through the product Recovery DVD-ROM for my laptop Qosmio F10/G10 in the hope that it back to the factory would solve the problem but it didn't. The scre

  • How to upgrade lenovo Bios g505s

    I don't really know how to upgrade the bios to the 505 s. Where can I download the new bios update and also what are the steps I need to take? The program will update just once you press yes or you need to go bios in the start menu up or what?

  • Color LaserJet Pro 200: Printer does not finish pre-seminar when turned on

    When I turn on the printer, it does not meet the criterion of self-diagnosis. All the icons of perimeter lights up but the screen itself is empty. I have already disconnected the printer with it. I also connected the printer directly to a wall outlet

  • Why is my audio output devicenot

    Why isn't my audio output device install