Configuration of the audit trail of data

Hello

I am brand new with Hyperion Planning/Essbase and I'm trying to implement an audit trail of data. I already turned on the audit data in the workspace-> Navigate-> Applications-> planning-> DBName-> Administration-> Application reports. I also downloaded SQLDeveloper in my laptop and have it operational. However, I can not understand how to connect with Hyperion Planning/Essbase. Is there documentation on how to setup the connection? Any help will be greatly appreciated.

Thank you

If you go into the administration of planning and change the data source for your application, then it should provide all the connection information.
In SQLdeveloper add a new connection and enter the details of the data source to connect to the schema and expand tables and view or query the data in HSP_AUDIT_RECORDS

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Limit regarding the Audit trail cleaning

    Hello

    I have a RDBMS Oracle 11g, which makes use of the Standard Audit trail.

    I like to keep the audit for 3 months from the date, cleanup runs, which means that have the Audit trail for 3 months, back from the date I'm looking at.

    But I read that there is a limit of 999 hours to set "cleaning interval."

    For copyrighted I ise a regular as program:

    BEGIN

    DBMS_AUDIT_MGMT. () SET_AUDIT_TRAIL_PROPERTY

    AUDIT_TRAIL_TYPE = > DBMS_AUDIT_MGMT. AUDIT_TRAIL_AUD_STD,

    AUDIT_TRAIL_PROPERTY = > DBMS_AUDIT_MGMT. CLEAN_UP_INTERVAL,

    AUDIT_TRAIL_PROPERTY_VALUE = > 999);

    END;

    /


    Can anyone confirm if this is correct or not?

    If so, this also applies to Oracle RDBMS 12 c.

    Thank you in advance.

    Kind regards

    Laury, the cleanup interval is how much work to purge works, not how long the data are kept.  So the limit of 999 hours isn't a consideration for your target.  I suggest that you run the purge not less than every day.

    - -

    --

    -Implementation of audit purge

    --

    BEGIN

    DBMS_AUDIT_MGMT. () INIT_CLEANUP

    audit_trail_type-online DBMS_AUDIT_MGMT. AUDIT_TRAIL_DB_STD,

    default_cleanup_interval-online 30);

    DBMS_AUDIT_MGMT. () SET_LAST_ARCHIVE_TIMESTAMP

    audit_trail_type-online DBMS_AUDIT_MGMT. AUDIT_TRAIL_AUD_STD,

    last_archive_time-online to_timestamp (sysdate-(92)));

    DBMS_AUDIT_MGMT. () CLEAN_AUDIT_TRAIL

    audit_trail_type-online DBMS_AUDIT_MGMT. AUDIT_TRAIL_DB_STD,

    use_last_arch_timestamp-online true);

    END;

    /

    - -

    HTH - Mark D Powell.

  • Do not get the audit trail for oracle solaris running. It starts and then stops after a few seconds. How can I set up a secure target Oracle Solaris? cure

    I have installation BSM on my solaris 10 Server. I configured BSM to be sent to syslog. I registered my target secure on the server of the AV type Oracle Solaris. Add an audit trail of pointing to the syslog file. The Audit Trail starts and stops after a few seconds. the error I get from the agent log is

    [2014 11-25 T 11: 36:38.647 + 02:00] [collfwk] [ERROR] [] [] [tid: 10] [ecid: 192.169.1.50:11353:1416908198895:0, 0] FVO-8015: initialization of the instanceCollectionController AuditEventCollector error: run: process() Exception. [[

    Instance of Error initializing AuditEventCollector

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.initialize(CollectionController.java:322)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.process(CollectionController.java:402)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.run(CollectionController.java:350)

    at java.lang.Thread.run(Thread.java:662)

    Nested exception:

    java.lang.NumberFormatException: for input string: "invalid audit trail: / var/adm."

    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)

    at java.lang.Integer.parseInt(Integer.java:449)

    in java.lang.Integer. < init > (Integer.java:660)

    to oracle.av.platform.common.exception.AuditException. < init > (AuditException.java:118)

    to oracle.av.platform.agent.collfwk.AuditEventCollectorException. < init > (AuditEventCollectorException.java:59)

    at com.oracle.solaris.SolarisCollector.initializeCollector(SolarisCollector.java:86)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.initialize(CollectionController.java:316)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.process(CollectionController.java:402)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.run(CollectionController.java:350)

    at java.lang.Thread.run(Thread.java:662)

    ]]

    [2014 11-25 T 11: 47:49.248 + 02:00] [collfwk] [ERROR] [] [] [tid: 11] [ecid: 192.169.1.50:11353:1416908869249:1, 0] FVO-8015: initialization of the instanceCollectionController AuditEventCollector error: run: process() Exception. [[

    Instance of Error initializing AuditEventCollector

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.initialize(CollectionController.java:322)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.process(CollectionController.java:402)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.run(CollectionController.java:350)

    at java.lang.Thread.run(Thread.java:662)

    Nested exception:

    java.lang.NumberFormatException: for input string: "invalid audit trail: / var/audit.

    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)

    at java.lang.Integer.parseInt(Integer.java:449)

    in java.lang.Integer. < init > (Integer.java:660)

    to oracle.av.platform.common.exception.AuditException. < init > (AuditException.java:118)

    to oracle.av.platform.agent.collfwk.AuditEventCollectorException. < init > (AuditEventCollectorException.java:59)

    at com.oracle.solaris.SolarisCollector.initializeCollector(SolarisCollector.java:86)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.initialize(CollectionController.java:316)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.process(CollectionController.java:402)

    at oracle.av.platform.agent.collfwk.impl.controller.CollectionController.run(CollectionController.java:350)

    at java.lang.Thread.run(Thread.java:662)

    ]]

    Can you please help with instructions/solution implementation of Oracle Solaris secure target? A beginner in Audit Vault.

    I have the installation path for the database and which works very well

    concerning

    Thanks for the pointers. After you add hostname to the location of the trail, the audit trail is running

  • Cannot start db &gt; ORA-09925: cannot create the audit trail file

    version 10.1.0.5.0
    AIX 3 5 00C9CEA04C00 dcxnim01

    When I'm trying to start db, getting this message any idea?

    SQL > connect virtue sysdba;
    ERROR:
    ORA-09925: cannot create the audit trail file
    IBM AIX RISC System/6000 error: 89: invalid file system control data detected
    Additional information: 9925
    ORA-09925: cannot create the audit trail file
    IBM AIX RISC System/6000 error: 89: invalid file system control data detected
    Additional information: 9925


    Here's the tail of the log of alerts

    3 Private_strands to the log command
    Thread 1 Advanced for you connect to sequence 3923
    Currently journal # 1, seq # 3923 mem # 0: /db01/oradata/ldapdcx1/ldapdcx1/redo01.log
    Fri 6 Aug 16:48:34 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_j001_991348.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    Fri 6 Aug 16:48:35 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_mmnl_508106.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    Fri 6 Aug 16:48:38 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_ckpt_839714.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    ORA-27072: IO file error
    IBM AIX RISC System/6000 error: 5: i/o error
    Additional information: 9
    Additional information: 3
    Fri 6 Aug 16:48:38 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_lgwr_905470.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    ORA-27063: number of bytes read or written is incorrect
    IBM AIX RISC System/6000 error: 5: i/o error
    Additional information:-1
    Additional information: 1024
    Fri 6 Aug 16:49:07 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_pmon_848078.trc file:
    ORA-00470: LGWR process ended with the error

    IBM AIX RISC System/6000 error: 5: i/o error
    Additional information:-1

    Problem of the OS.
    What is the problem at the level of the BONE with the disc?

    unpacking of tail - 100

  • Using the Audit trail for audit rollback and commit?

    Hello

    Although not always relevant because a "failure" session/program can issue a commit or a rollback, is possible to audit the validations and cancellations using the Audit trail?

    Thank you and best regards.


    Yes, 12 c.

  • Unable to show the Audit trail

    Hey all,.

    I try to turn on the display of the Audit trail for a user. But here's what I've done so far:

    1. remove the check mark from the Web Client and dedicated customer

    2. After you make these changes I have restarted the services

    3 - I took the name of view and added to the responsibility of the user

    When you perform these steps the screen of the Audit trail is not always visible to the user. Can someone help me please?


    Kind regards

    Harnois,

    If it is specific to the Service request screen. Then you can try the following:

    Go to the Admin - responsibilities: choose the primary responsibility of the user. Then select the page "Tab Layout" below.

    Then look for the name of the Application you are using (for example. Services financiers Siebel)

    The tab of the screen layout, select the Service, and the query for the "Audit trail" in the below «See tab Layout»

    Check if the "Hide" option is selected or not.

    Kind regards
    Joseph

  • Access to the Audit trail

    It is a kind of generalized question, so I'm not sure where to place them. Is it possible, by means of web services, or statement or another such method, to have access to the audit trail of history? I am strictly in exclusion of bringing the record itself.

    Thanks for the help.

    Thomas, in the next On Demand version R16 report will be available on the opportunity audit trail.

  • ORA-09925: cannot create the audit trail file / RCONFIG

    Hello

    I tried to convert a single DB instance named TESTDB in a RAC - DB named CARS on two nodes stb & dwh with rconfig!

    After running I got following error messages on one of the two nodes:
    /u01/app/oracle/product/11.2.0.2/db_1/dbs>sqlplus / as sysdba
    
    SQL*Plus: Release 11.2.0.2.0 Production on Tue Mar 8 15:17:09 2011
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    ERROR:
    ORA-09925: Unable to create audit trail file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9925
    ORA-01075: you are currently logged on
    
    
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    I tried to change the setting audit_file_dest on the instance of execution yet.

    And now I get the same errors on both instances.

    Help, please.

    hqt200475

    you do not need to change your spfile, create a valid directory for AUDIT_FILE_DEST

    If you do not know the value necessary relating to alert.log
    or take a look at your spfile
    or connect as a system with the parameter checking
    or find your spfile by see the spfile parameter
    or find your spfile in your alert.log
    or find with the trial obviously ist started and open.

    RN

  • Activation of the Audit trail...

    Can someone tell me please the activation process of the available under different object Audit trails?

    Thanks, VK

    VK, please refer to the "Oracle CRM on demand version 18 Preview Guide administrator" page 15.

  • reduce the size of the audit trail

    Hello

    I enabled the audit on my database and the table system develops. I want to remove older audit records to a month and reduce the size of the system table. Please help, I am new to the audit.

    http://download.Oracle.com/docs/CD/B19306_01/network.102/b14266/cfgaudit.htm#BABCBJHG

    HTH...

  • Enable the audit trail

    Hello

    We want to allow audit_trail in BPEL. It is swited off at the moment.

    Could someone give me advice or tell me how to activate it?

    Thank you
    Ravi

    GoTo BPEL admin-> Configurations
    and the AuditLevel = development value.

    Prasanna-

  • How to make the audit trail in apex?

    Hello

    I want to capture the apex userid which insert, delete, update the table of PAYMENT and save it in a table.

    Can you please help...


    Thank you

    Triggers are the way to go:

    Trigger that fires on Update

    create or replace TRIGGER "bchg1_aim_asset_tbl"
       BEFORE UPDATE
       ON aim_asset_tbl
       FOR EACH ROW
    BEGIN
       --  **********************************************************
       --  Description: Update lst_updt_dt and lst_updt_id.
       --
       --
       --
       --  Tables;         Name                    Action
       --          ----------------------  --------------------------
       --
       --
       --  Maintenance:
       --
       --  Date        Actor           Action
       --  ----        -----           ------
       --  22-Dec-2010 J. Wells         Create.
       SELECT nvl( v( 'app_user' ), user ), sysdate
       INTO   :new.lst_updt_id, :new.lst_updt_dt
       FROM   dual;
    END;
    

    Trigger that fires on Insert

    create or replace TRIGGER "bins1_aim_asset_tbl"
       BEFORE INSERT
       ON aim_asset_tbl
       FOR EACH ROW
    BEGIN
       --  **********************************************************
       --  Description: Insert creation_dt, creation_id,
       --              lst_updt_dt and lst_updt_id
       --
       --
       --
       --  Tables;         Name                    Action
       --          ----------------------  --------------------------
       --
       --
       --  Maintenance:
       --
       --  Date        Actor           Action
       --  ----        -----           ------
       --  22-Dec-2010 J. Wells         Create.
       --  **********************************************************
       :new.creation_id := nvl( v( 'app_user' ), user );
       :new.creation_dt := sysdate;
       :new.lst_updt_dt := :new.creation_dt;
       :new.lst_updt_id := :new.creation_id;
    
       SELECT aim_asset_seq.nextval
       INTO   :new.aim_asset_seq
       FROM   dual;
    --
    END bins1_aim_asset_tbl;
    

    Jeff

  • ORA-09925, cannot create the audit trail file

    OS: Linux to Oracle 7

    DB: Oracle 12.1.0.2.0

    When I try to start the database in Sqlplus I get the error: ORA-09925, please see the screen capture below.  Please let me know if I can provide more information.

    Thanks for your help.

    ORA-09925.png

    It seems that your name is db12c, so just change the name of initcdb1.ora to initdb12c.ora just to have a regularity.

    The most important thing is that the name of your instance defined as ORACLE_SID owes much to a model.

    In the example

    db_name = WHATEVR (in your init*.ora file)

    ORACLE_SID = SOMETHING (at the level of the BONE)

    If your init.ora file must be called initSOMETHING.ora. It has nothing to do with your db_name

  • ADF Mobile get the Audit of client data

    Hello!

    Is there a way to get the user phone OS-version, IP, location, etc.?

    Thank you!

    You can get the location with the GPS function.

    You can get the other info phone through the device properties - http://docs.oracle.com/cd/E37975_01/doc.111240/e24475/amxbinding.htm#CHDIFEFF

  • Options of alias for POV while implementing the data audit trails

    Hi all

    I have a request to implement the option Alias for the account dimension, which gets exported to the HSP_AUDIT_RECORDS table when the Audit trail for data is enabled.

    In the column of ID2, user want to see Alias name of the Member account.

    Do we not have this feature?

    Kind regards

    NGO

    Audit records will still be stored with the name of the Member, not alias, to do this, you will need to do a post on the table processing and replace the names of the members with the alias, I don't know any other way to get.

Maybe you are looking for