How to migrate Siebel Audit Trail?

Hi, I want to know how to migrate between two servers Siebel setting the Audit trail?
I have the option 'Export' in the source server, but I can't import them to the destination server.
If I Siebel ADM, can I migrate with this option?

Thank you
Concerning

Hello
Export will not work in this case because during export operation that she will perform only the parent and child records record is put aside.
I recommend you to use function like WMD it a recommended procedure for migrating between siebel server.
Ref: http://docs.oracle.com/cd/E14004_01/books/PDF/AppDeployMgr.pdf

Thank you
Wee Joe Tan, MY

Published by: Joey Tan 13 may 2012 18:55

Tags: Oracle Applications

Similar Questions

  • 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

  • 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

  • How can I send a company of "the password audit trail" for a doc to e-sign?  They want to check it for their records. Thank you!


    I have need help send the 'audit trail of password for a document. A company, we work with will not accept the pdf of the signed document copy.

    Thank you.

    Hello

    You can find your report via the tab manage point culminating the document in question and select the history tab (on the right side). You will then see the option of audit report.

    Thank you

  • 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.

  • Audit trail for the ATG scenario

    Scenario records the audit trail in the audittrail.xml file. Can someone anyone tell me how/where to access this file?

    Well well its interior.

    C:\ATG\ATG10.0.2\DSS\config\config.jar in the \atg\registry\data\datasets folder

  • Audit trail Tables should be in SAMS tablespaces in 9i / 10g?

    Hello

    I know that a strong recommendation for 11g is that we house the SYS. AUD$ and SYS. FGA_LOG$ table in a tablespace SAMS and certainly NOT the system tablespace.

    However, I am struggling to find anywhere where it says the same for previous versions of the database - specific 9i and 10g.

    I thought I had read somewhere that Oracle do not support move the tables out of the SYSTEM tables audit trail in previous versions, but I can't find where I read that.

    Basically, I presume I can create a tablespace of VERIFICATION that uses the SAMS and move the tables on 9i / 10g? (Yes, I know things being out-of-support - application vendor has not yet certified 11 g!)

    Mark

    Erman Arslan says:
    Yes... interesting... maybe he can perform certain operations such as upgrade version and that is why it s not supported...

    But knowing how do has been public knowledge for several versions and is very common. I have been at this since 7.3 and have never heard a question resulting from travel sys.aud$ and he associated with the index another tablespace. And that's really it, that is. If you look at the script "unsupported" provided by oracle, you will set it's just move a table and rebuild its indexes. No tricks Super hidden guru.

    The question is not SAMS vs non-SAMS. It is a very volatile table of the TS system.

  • 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/

  • On a MVG audit trail

    I hope someone can help me with a problem. I try to display the before and after values of a MVG using verification test. We use version 8.x of Siebel and it seems that it is not possible.

    I did a little research on Google search, but the posts that I could find are since last fall and I hope that since that time, someone has found a way to get there.

    If someone has found a way to get the Audit trail before and after values by using a MVG?

    Thank you

    Hi, it is possible to set up to audit on MVG
    Just go to-> site plan administrator audit trail
    Set up the buscomp and the specific area. Be sure to clear cache.
    Accessing the user interface where the MVG located to select some random item, and then look at your Site map-> Audit trail

    REF. Doc http://docs.oracle.com/cd/B40099_02/books/AppsAdmin/AppsAdminAuditTrail11.html

    Published by: user8665131 on April 30, 2012 01:24

  • He had to capture the old value and new values using the oracle audit trail

    Hello

    I put the parameter audit_trail for db, extended. I am in treatment of the LMD. I need to display the values changed by these instructions DML audit trail stored in dba_audit_trail. How can I achieve the same?

    Kindly guide me.

    If you want images of column of the table target before and after then the native audit function is probably not your best option. I think that you want to set triggers to audit for the insert tables and write either the CDC or duplicate lines in a historical table of change.

    HTH - Mark D Powell.

  • 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

  • How to migrate bookmarks Firefox in Windows XP to Windows 8?

    I am a new hand with Windows 8 and who need instructions step-by-step on how to migrate bookmarks Firefox in Windows XP to Windows 8. I had tried a few suggestions that I found on the internet, by copying the profile of XP folder in 8. The result was that Firefox cannot open because he couldn't find profiles, and I had to uninstall and reinstall Firefox on my Windows 8 to use Firefox.

    To keep your tags on bookmarks, use the type .json

    or for use universal (other browsers that do not support the tags), export without tags

  • VPN audit trail

    NetPro dear friends,

    I use Cisco ACS 5.1 to authenticate VPN users that connect to our servers. Some users connect to the database, some connect to web services, etc. Is there a feature or function ACS from the inside audit trail users to keep track of what they did while they were connected. If this isn't the case, so please guide me what third-party device or software to use for this.

    Thanks and greetings

    Faiz

    You can use the Balabit Shell control box to record all activities

  • How to migrate from Windows XP to Windows 7 non-destructively?

    How to migrate from Windows XP to Windows 7 to non-destructively?... meaning is there a way to do this without backup data (on the XP disk), the Windows 7 upgrade and then restore the XP backup data?

    Moreover, since the structures of folders (I am told are slightly different) XP and Windows 7 where can I restore the data from?

    for example where my Documents from XP to go on the side of Windows 7? and so on... there at - it a 'table of equivalence' for this?

    Thank you.

    The upgrade to Windows XP?

    Please read these instructions carefully and completely before you begin installing Windows 7: there are important steps that you must follow to upgrade your PC from Windows XP to Windows 7 in order to preserve your files and settings.

    Before you begin, you'll need to backup all your data to an external storage device, and you will need all the installation discs for the programs that you want to keep. Please make sure that you have an external hard drive (see details below).

    More detailed instructions are available at windows.microsoft.com/upgrade-windows-xp. Here are the basic steps.

    1. start Windows Upgrade Advisor (windows.microsoft.com/upgradeadvisor) to see if there are known issues that may affect the installation and the question of whether you should install the version of 32 or 64 bit Windows 7.

    2 back up your files and settings on an external hard drive using Windows Easy Transfer (windows.microsoft.com/windows-easy-transfer). If you do not have an external hard drive, you will not be able to use Windows Easy Transfer. Alternatively, you can copy the files you want to keep on a USB stick, CD or DVD.

    3. you will need to manually reinstall your programs, such as Microsoft Office, after I installed Windows 7. Gather the installation for your programs and all partner/license product key discs. You may be able to download programs from the Internet. For example, Windows Live Messenger can be installed from the download.live.com/messenger.

    4. Insert the Windows 7 DVD in your PC. When asked "which type of installation you want. Click on "Custom (advanced)."

    5. when Windows 7 is installed, use Windows Easy Transfer to restore your files and settings.

    If you are not comfortable Windows 7 installation, check with a local retail or the services of the PC company store to see if they offer upgrade services.

    http://www.notebooks.com/2009/10/13/WinXP-to-Win7/

  • 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