Could Audit Vault Agent Support Multiple Source Database?

Hello,
May I use one agent for two or more source database?
Thank you!
Best Regards,
Tony

I had the same error, On the OUI log there was an error on the instalation of the Database Vault (although the installation finished OK), check if you have the same error output:
<LOG>
MANAGE_INSTANCE start RDBMS result=C:\oracle\product\10.2.2\av_1\bin\dvca_start_rdbms.bat,1,
Executing task SQLPLUS_CATMAC
connect SYS:java.sql.SQLException: ORA-01031: insufficient privileges
Executing task UNLOCK_DVSYS
Error executing task UNLOCK_DVSYS:java.lang.NullPointerException
Executing task LOAD_NLS_FILES
Error executing task LOAD_NLS_FILES:java.lang.NullPointerException
Executing task ACCOUNT_CREATE_OWNER
Error executing task ACCOUNT_CREATE_OWNER:java.lang.NullPointerException
Executing task GRANT_CONNECT_OWNER
Error executing task GRANT_CONNECT_OWNER:java.lang.NullPointerException
Executing task GRANT_ADMIN_DB_TRIG
Error executing task GRANT_ADMIN_DB_TRIG:java.lang.NullPointerException
Executing task GRANT_ALTER_ANY_TRIG
Error executing task GRANT_ALTER_ANY_TRIG:java.lang.NullPointerException
Executing task ACCOUNT_CREATE_MANAGER
Error executing task ACCOUNT_CREATE_MANAGER:java.lang.NullPointerException
Executing task GRANT_CONNECT_MANAGER
Error executing task GRANT_CONNECT_MANAGER:java.lang.NullPointerException
Executing task PASSWORD_CHANGE_DVSYS
Error executing task PASSWORD_CHANGE_DVSYS:java.lang.NullPointerException
Executing task PASSWORD_CHANGE_DVF
Error executing task PASSWORD_CHANGE_DVF:java.lang.NullPointerException
Unable to login to SYS account.. java.sql.SQLException: ORA-01031: insufficient privileges
. Error during post-installation processing. java.lang.NullPointerException. Error during post-installation processing. java.lang.NullPointerException.
</LOG>
Looks like the problem was that I changed sys and system password on the dbca final windows, that maybe wronged the instalation scripts.
When re-installed the AV Server I just press ok on that window without changing any password and it worked.
Hope that Helps.
Alfonso Leon

Similar Messages

  • Audit Vault  Agent sizing (harware requirements)

    Hi, I need to provide my customer an estimation of the disk space needed for the Audit Vault Agent, size of archivelog files of the source database so that REDO collector could work without problems, and other demands of source side (audit vault agent) versus audit vault server?
    Is there any document like "audit vault configuration best practice" related with hardware requirements (size of disk space, size of archivelog files, aud records...)???
    Thank you all in advance..
    Edited by: user10600747 on Jan 4, 2011 5:21 AM

    Hi Elmin,
    I was doing implementation on Audit Vault with around twenty source databases. These were hardware requirements:
    Server:
    HP-UX 11.31, 2 CPUs, 16 GB RAM, 1TB of storage for database
    Agent (these are from the installation guide):
    - At least 512 MB of available physical memory (RAM)
    - Swap space of 1024 MB or twice the size of RAM
    - 400 MB of disk space in the /tmp directory
    - 1.6 GB of disk space for the Oracle Audit Vault collection agent software (but if you apply patches you need actually more than this).
    Regards,
    Sve

  • Installation audit vault agent with RAC configuration

    Hi at all,
    I have a question about the installation of the agent on the RAC configuration. Where must I install the Audit vault agent, on all RAC nodes or is there a properly configuration?
    Thanks
    Vincenzo

    By default when you install the agent on any single node the installation recognizes that it is a cluster and presents you with a list of available nodes from which to select.
    With a RAC cluster you have one database and multiple instances. All instances will write to one, and only one AUD$ and FGA_LOG$ table so if you are using database auditing one node will suffice. Which node that is though depends on knowing which node is up at any one time so you could potentially choose a node that is dropped from the cluster or is down for patching and maintenance while the cluster is still running. With respect to REDO collection each node has its own redo thread so you definitely need to be collecting from every node.
    Audit Vault has not been out long enough that I can tell you from experience what might be defined as "best practice" and often what we really need to study is "worst practice" to know what not to do. But in the case of RAC my instinct would be to first determine the collection type(s) and then decide. Erring on the side of collecting from all nodes makes a lot of sense.

  • Audit Vault Agent DB2 AS /400

    Hi
    Any body know if Audit Vault can support DB2 running on AS/400 ?
    Regards

    I'm not sure I understand your follow-on query. There is no such thing as an "Agent for DB2". Audit Vault only has one agent, and it can collect audit trails from all supported types of sources, including Oracle , SQL Server, Sybase, and DB2 LUW databases. The agent runs on several platforms - Linux on Intel (both 32-bit and 64-bit variants), Solaris on SPARC, AIX on POWER, HP-UX on PA-RISC and Itanium, and 32-bit Windows on Intel. It does not run on the AS400 at this time.
    Regards.

  • Multiple source databases

    Hello,
    I need to load data into dimensions and cube from multiple source databases. We have separate transaction databases for each country, but data must be loaded into common target schema. At the moment we have created mappings which loads data from one source database.
    What is the best way to populate, for example customers dimension from customers transaction tables (located in multiple source databases) if business identifiers can overlap?

    I would break this up into two pieces: the load from the source systems into the staging area, and then the load from the staging area into the target table, which you mentioned was a dimension.
    There is no reason you would have to use views or synonyms if you don't want to. You could approach this either with a SET operator, in this case a union, that brought all the sources together into the staging table. However, I would likely create multiple mappings for each source system. I would create a mapping for each table that you have to pull data from, and then create a separate process flow that controls all the tables being pulled from a particular source database. This allows you to schedule the extractions from the source systems independently of each other in case they need to run at different times. The end result of all of this will be a series of staging tables that are loaded from source tables from all the different locations. For each of the singular mappings, I would create a constant that defined the source of the data for this mapping, and load that constant into a column called SOURCE_SYSTEM, or perhaps COUNTRY, as you mentioned. Then, this SOURCE_SYSTEM/COUNTRY column + SOURCE_SYSTEM_ID would serve as the natural key.
    You can choose to persist these tables (as an ODS of sorts) or not... that is up to you and your requirements.
    Finally, I would create a single mapping that loads the final target table from the single staging table.
    Let me know if this doesn't make sense.
    Regards,
    Stewart Bryson

  • Audit Vault Agent Installation issue

    Hi All,
    I have installed the following things
    1) Audit Vault Server (10.2.2.0.1) on a Windows 2003 Server
    2) I completed the post-installation tasks
    3) I am trying to install Audit Vault agent (10.2.2) on HPUX (11.11) machine.
    I start the AV Agent runInstaller, and fill the details like AVAgent name, Username, connect String etc, then click on next , it throws the following error:
    "error1: the AV server is expecting an agent with the given name to be installed on another machine"
    I am able to ping from Windows to HP machine and Vice versa (By IP Address and Hostname).
    Can anyone tell me where i am going wrong and how to solve it.
    Please mail to my email address ([email protected])
    Thanks & Regards,
    Rakesh

    Hi,
    The details of the installation done so far:
    1) I have installed "Oracle Audit Vault Server (10.2.2)" on a Windows 2003 machine providing the following details
    a) Audit vault Name
    b) Audit Vault Home
    c) Audit Vault Administrator
    d) Administrator Password
    e) Audit Vault Auditor
    f) Ausitor Password
    g) Database Vault Owner and Manager
    h) Created a Audit Vault Agent user and added the user to the udit Vault server using AVCA.
    2)I invoke the "Audit Vault Agent" Installer from a HP-UX machine and provide details viz.,
    a) Audit vault Agent Name (Same name when i executed the AVCA command above)
    b) Aduit Vault Agent Home
    c) Agent Username
    d) Agent Password
    e) Audit Vault Server Connect String (Provide the Database details as mentioned in Audit Vault Server (localhost:port:servicename)
    and when i click on the next button it throws me the following error:
    "error1: the AV server is expecting an agent with the given name to be installed on another machine".
    Hope this gives you a better idea. Waiting for your reply.
    Thanks & Regards,
    Rakesh

  • REG:Oracle Audit Vault Agent Installation fails at the last step .

    Hi ,
    I am installing Audit vault agent 10.3 and it is failing at the last on solarisis 10 sparc 64 bit .
    The error is
    OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    I have tried the Doc ID 1058184.1 but it fails at the end saying cannot update av.properties , If we create the the directories manually and create the av.properties file then the agent will start but it is not stopping until you kill the agent .
    Moreover if i am continuing with this agent after registering the collectors i am not able to start them as i am facing the http 404 error .
    So i think i need to install the audit agent successfully first .
    can anybody help me please as we are on client side and it is critical deliverable .
    Regards
    Edited by: 836778 on May 1, 2012 4:52 PM
    Edited by: 836778 on May 1, 2012 4:59 PM

    In case you're still dealing with this issue:
    I hit this problem when the OS user I was installing with was not in the proper OS group. I don't have the documentation in front of me right now, but make sure your user is in the DBA and/or OINSTALL group.

  • Audit Vault agent on another server cannot read OS audit files on source

    We have very highly secured database running on node1, we don't want to install agent on that server, so we installed it on node2. We want to use OSAUD collector to audit sys operations. But OSAUD collector is failing because it cannot read audit_trail_dest folder on the source database, network admins don't want to enable SSH from node2/oracle to node1.
    Please suggest what are the options I have in this case.
    I appreciate your help.

    Thanks for the clarification on versions and architecture. In the future do not use the term "node" unless you are referring to RAC as it will cause very substantial confusion. You don't have two nodes ... you have two servers.
    Throw it back at management. Ultimately they need to decide whether enabling secure communications makes sense in an environment where they wish to implement Audit Vault's very considerable capabilities.
    I think your network admins need to be sent off to a re-education camp. One that reminds them that their purpose is to support the organization. I doubt your business model shows substantial revenue generation from network administration.

  • Audit Vault Agent account creation

    Hi, I just installed the AV Server and about to configure the agents. The Oracle AV agent installation document suggests creating AV agent user by logging into the database as AVAdmin user(Section 3.1.1.c). However, the user creation fails with ORA-01031: insufficient privileges. Other database accounts (sys, system..etc..) are locked. Any clue how to resolve this ussue?
    Thanks in advance.

    1. Where in the OP's post do you see the word Windows?
    2. Your advice is totally irresponsible in all respects. The proper way to administer the product is in compliance with the documentation. There is no rational reason to do what you suggest.
    Were you an employee of mine, working on an audit vault project, you'd be terminated tomorrow morning when you walked through the door.
    Again: your advice is misguided and totally irresponsible.

  • Audit Vault Agents

    Hi,
    I have three hosts two with windows server and oracle database 10g on each server and the third is a linux server with 11g database i want to colect informacion about operative system, database audit and redo log in this tree hosts. How is the license? How many licenses of
    Audit Collection Agent must I purchase?
    How would the installation of agents in this environment where and how would I install?
    Thanks a lot !!.
    Medalith.

    Contact your salesperson with respect to licensing. It would be inappropriate for any of us, in this forum, to attempt to speak on behalf of Oracle.
    It isn't Q4 yet so they don't bite. <g>
    As to where agents should be installed ... it is well documented if you look here:
    http://www.oracle.com/technology/products/audit-vault/index.html
    or read the installation docs.
    But again contact your sales person. They have a sales engineer on their team that can advise you.

  • Audit Vault Best Practices WP

    Just recently posted is a new white paper called Audit Vault Best Practices. You can find it here:
    http://www.oracle.com/technology/products/audit-vault/pdf/twp_auditvault_bestpractices_200706.pdf
    I hope you find it useful.
    Thanks Tammy

    Hi Elmin,
    I was doing implementation on Audit Vault with around twenty source databases. These were hardware requirements:
    Server:
    HP-UX 11.31, 2 CPUs, 16 GB RAM, 1TB of storage for database
    Agent (these are from the installation guide):
    - At least 512 MB of available physical memory (RAM)
    - Swap space of 1024 MB or twice the size of RAM
    - 400 MB of disk space in the /tmp directory
    - 1.6 GB of disk space for the Oracle Audit Vault collection agent software (but if you apply patches you need actually more than this).
    Regards,
    Sve

  • Failing 10.2.3.2 audit vault patch on AV Agent at AV Configuation Assistant

    Hi,
    Applying 10.2.3.2 audit vault patch on top of 10.2.3.0 Audit Vault Agent. Getting following error after 100% installation at the time of Audit Vault Configuation Assistant Components
    Information from Installxxxxxx.log
    OPatch succeeded.
    INFO: Configuration assistant "Oracle Audit Vault Agent One-Off Patches" succeeded
    INFO: Command = oracle.av.common.AvcaCfgPlugIn /oracle/app/oracle/product/10.2.3/av_1/bin/avca -s initialize_agent -agentname agent_hmrac2 -agentusr ${s_agentusr} -agentport 7016 -av HMCSPV0921.HIGHMARK.INTRA:1522:av.HIGHMARK.INTRA -rmiport 3121 -jmsport 3300
    INFO: Configuration assistant "Oracle Audit Vault Configuration Assistant" succeeded
    INFO: All the tools have been executed Successfully
    INFO: The "/oracle/app/oracle/product/10.2.3/av_1/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    WARNING:
    The following configuration scripts need to be executed as the "root" user.
    #!/bin/sh
    #Root script to run
    /oracle/app/oracle/product/10.2.3/av_1/root.sh
    To execute the configuration scripts:
    1. Open a terminal window
    2. Log in as "root"
    3. Run the scripts
    4. Return to this window and click "OK" to continue
    INFO:
    *** End of Installation Page***
    The installation of Oracle Audit Vault Agent 10g was successful.
    WARNING: Do you really want to exit?
    INFO: User Selected: Yes/OK
    INFO: The OUICA command is launched from /oracle/app/oracle/product/10.2.3/av_1/oui/bin/ouica.sh.
    Executed *"/oracle/app/oracle/product/10.2.3/av_1/cfgtoollogs/configToolAllCommands* which has following command and successful.
    [oracle@HMCSPS02 oui]$ cat "/oracle/app/oracle/product/10.2.3/av_1/cfgtoollogs/configToolAllCommands"
    # Copyright (c) 1999, 2009, Oracle. All rights reserved.
    /oracle/app/oracle/product/10.2.3/av_1/bin/avca apply_patchset
    [oracle@HMCSPS02 oui]$ echo $ORACLE_HOME
    /oracle/app/oracle/product/10.2.3/av_1
    [oracle@HMCSPS02 oui]$ sh /oracle/app/oracle/product/10.2.3/av_1/bin/avca apply_patchset
    Deploying to standalone OC4J...
    Restarting agent ...
    Agent restarted successfully.
    Retried component but again failed. Hence executed root.sh and clicked 'Next' button. then message got like 'Agent 10.2.3.2 Installation was successful but some of the components missing,skipped or cancelled which may be functioning properly.
    has my patch upgrade to client was successful or what is the workaround ???
    Any help on this would be appreciated...
    Regards,
    Manish

    Sorry, it was my mistake.
    Actually while upgradation to 10.2.3.2, my ORACLE_HOME was not set to AV Agent HOME (instead it was set for AV Server HOME). That is why at the end script was unable to run from respective HOME.
    Conclusion: Make sure to set ORACLE_HOME to AV Agent HOME before applying to 10.2.3.2 patchset to AV Agent. (also Valid for all Oracle Patchset Installation)
    thanks for your support and reply.
    Regards,
    Manish

  • Oracle Audit Vault Server & Agent Installation Error.

    Hi,
    I am new to Audit vault. When I install Audit Vault on Windows 2008 R2 it throws an error after installing 99%. Kindly help me to resolve.
    OS Version : Windows 2008 R2
    Oracle Audit Vault Version: 10.2.3.2
    Error:
    Audit Vault Server:
    INFO: Configuration assistant "Oracle Audit Vault Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.3\av_1
    Configuration directory is set to C:\oracle\product\10.2.3\av_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.3\av_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Created a new file C:\oracle\product\10.2.3\av_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.3\av_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.3\av_1\cfgtoollogs\configToolFailedCommands.bak
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    xception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQu
    Also while installing Collection agent, it throws the error while executing runInstaller.
    OS Version : AIX 6.1
    Oracle Audit Vault Agent Version: 10.2.3.2
    Audit Agent:
    bash-3.2$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5200 or 5300
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2011-05-12_05-11-03PM/installActions2011-05-12_05-11-03PM.log
    */tmp/OraInstall2011-05-12_05-15-39PM>*cat installActions2011-05-12_05-15-39PM.log
    Using paramFile: /finacle/avagent/aix_5l64/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5200 or 5300
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2011-05-12_05-15-39PM/installActions2011-05-12_05-15-39PM.log
    Thanks & Regards,
    Mithra.
    Edited by: 864048 on Jun 7, 2011 2:57 AM

    Hi ,
    Please try the following:
    Execute the setup in cmd with -ignoreSysPrereqs option.
    Thank you.

  • Support for multiple source directories

    Does JDeveloper support multiple source directories? Whenever I use the class wizard, it always creates the file in the src folder. For unit test cases, I would like the source files to be in test folder.

    Re: Multiple Source Folders?

  • Error while trying to start Audit Collector on the Audit Vault Server 10g

    Hi,
    We are trying to build a demo environment for testing Oracle Audit Vault 10g but we are having some trouble.
    Our environment is like this: Oracle Audit Vault Server is installed on Windows Server 2003 SP2, while the Audit Vault Agent is installed on an Oracle 10g Release 2 database which resided on Windows server 2003 SP1. This two Windows Server machines are both installed as virtual machines.
    We have successfully created the Agent and the Collector on Audit Vault Server and the Agent starts successfully while when we try to start the collector we get an error which says " Http Communication error: Http Communication error: 500" and the collector does not start.
    We are new to the Audit Vault Software so we would really appreciate some help on how to resolve this issue because we have got stuck here and can not go on with our work.
    Thanks in advance for your time
    Best regards
    Engrid

    Hi,
    Thanks again for all of your replies but now we are getting another error with the OSAUD collector. We are able to add the collector successfully by using the avorcldb all_collector command.
    Source database is 10g R2 (10.2.1) and we configured it for collecting the audit records in the OS audit trail by using the following statement: ALTER SYSTEM SET AUDIT_TRAIL=OS SCOPE=SPFILE;, and the SHOW PARAMETER AUDIT command returns the following values :
    NAME TYPE VALUE
    audit_file_dest string C:\ORACLE\PRODUCT\10.2.0\ADMIN
    \<db_name>\ADUMP
    audit_sys_operations boolean TRUE
    audit_trail string OS
    We don't know if the values set for the audit_file_dest is correct but after we start working on the database and execute some statements Oracle is not creating any files on this destinations while for the same statements when the Audit_trail=DB, EXTENDED the audit values for these statements are written in the appropriate table.
    So we do not know if this is the cause but when we try to start the OSAUD collector defined on the Audit Vault Server it can not start and gives us the follwing error: "could not start collector OSAUD_Collector for source <source name>, directory access error for C:\ORACLE\PRODUCT\10.2.0\ADMIN\<db_name>\ADUMP".
    Sorry for the message being so long but we really need some help with this issue.
    thanks in advance.
    Engrid

Maybe you are looking for

  • How to suppress vendor bank account for vendor types

    Hi I'll bet this has been asked a few times before but I'm struggling to find anything relevant in theforums. This really isn't a security issue as there is the option to suppress the bank account field in SPRO but I just wondered if anybody had foun

  • How to Correctly Reflect Photostream Picture Orientations when Modified in iPhoto Libraries?

    Photos imported to iPhoto that are later edited to adjust orientiation (perform rotations) are not correctly updated in iCloud Photostreams.  This is exceedingly anoying if automatic uploading to Photostreams is being used because all pictures includ

  • Multiple report sections

    I need to create a report that has multiple sections. We will be calling this report from a form and we want to allow the user to select which sections (one, some or all) they want included in the report. The form and report will be accessable via th

  • Only 500 errors not a problem.

    Now i dont need help, I know why i have the errors. Just thought i would share a beautifull screen capture to entertain people. I have never seen this many errors in my life. Basically, my newest FLA currupted so I had to turn to one of my backups, w

  • Communications  API

    To all; Does anybody know if Sun's, or IBM's Communications API works with Win Modems. Symptoms; Both COM1 and COM2 are disabled in the BIOS of my PC. My Win Modem is installed and working fine using COM1(its a PCI modem). From MS-DOS Prompt I key mo