How to purge audit tables in the 11.2.01

Hello

Navigation within OWB two browser Center, control center and Deisgn repositories is much slower than the other tools of development on my PC.

Is it possible to purge the audit OWB data such as deploying at least mappings, check browser repositiory can be faster.

Thank you very much

Hello

You can use the putge_audit_template.sql script provided with the OWB software.
You can find it in the path: \owb\rtp\sql

Kind regards
Pnreddy

Tags: Business Intelligence

Similar Questions

  • How to delete all TABLEs in the schema SYS that are created from 09:15?

    Unfortunately a script created a lot of tables in the diagram (= SYS) and bad Tablespace (= SYSTEM).

    How can I delete all TABLES that are created inTablespace = SYSTEM and SCHEMA = SYS (in a DDL command)
    respectively for the past 3 hours from 09:15 to 25 Sep 2011?

    Alternative: How can I move these tables in another schema (for example ATEST) and Tablespace (USERS)?
    Is this possible with Oracle XE or Oracle Enterprise?

    Peter

    You can use ALTER TABLE... MOVE. It offers a TABLESPACE clause, which allows you to choose a different tablespace as target. Refer to the documentation for your version of the database.

  • How to find a table behind the OA framework page

    Hello
    can any body tell me how to find the tables behind any page of OA framework in particular for screens of ALS.
    Concerning

    On the tab of the page-->, click on expand all link.

    Here you can find the area of the table and the VO rasthaus to it. When you've got the name of the View object.

    Then click on details of the Business component references-->

    In the object section View find your viewObject and click on it. Here you can find the application attached to it.

    Thank you
    -Anil

  • How to find a table, using the name of the column in the database schema

    Dear all,

    Please help me on

    using the name of the column, how to find a table name in the database schema.

    Thanks in advance

    Hello

    You can query the data dictionary views all_tab_columns and user_tab_columns.
    For example, to find the tables in the scott schema have called deptno columns:

    SELECT  table_name
    FROM    all_tab_columns
    WHERE   owner           = 'SCOTT'
    AND     column_name     = 'DEPTNO';
    

    Remember that anything inside quotes is case-sensitive.

    The all_tab_columns view has one row for each column in each table (or view) that you have the privileges to use.
    The user_tab_columns view is a subset of all_tab_columns, containing only your own tables (and views).

  • How to move a table (with the UDT as a column) to a different schema

    I have a table that has a column of user-defined type. There is a requirement to an another schema of this table as well as the UDT. I tried to create the table as, the problem is that it uses the DFU of the original schema. Is there a way to do this?

    Ex:

    User 1:

    CREATE TYPE employee_t AS OBJECT

    (employee_id NUMBER

    , employee_name VARCHAR2 (30)

    Number of salary

    dept_id NUMBER);

    Department of CREATE TABLE

    (emp employee_t

    , Bishop varchar2 (40)

    number of dept_id

    (, dept_name varchar2 (30));

    In the example above, department table has a column called emp that is UDT.

    Now on User2, if I do the following

    Create service table in select * from user1.department. Table will be created as follows. In fact I want EMPLOYEE_T also to be moved to User2.

    Name                                      Null?    Type

    ----------------------------------------- -------- ----------------------------

    EMP                                                USER1. EMPLOYEE_T

    BISHOP VARCHAR2 (40)

    NUMBER OF DEPT_ID

    DEPT_NAME VARCHAR2 (30)

    You can use expdp and impdp - but you must include the type explicitly in your dump command, since it isn't included automatically: http://dbaharrison.blogspot.de/2013/05/expdp-of-just-table-and-type-dependents.html.

  • How to create a table, where the visitor can navigate by selecting the column they want to see results for in alphabetical order?

    First of all, I would like to know the name of this type of table.

    ex.

    Name of the song. Artist | Album | Date | Quality | Etc.

    Select the one you want to see less to higher value, select again to see bigger less valuable.

    SortTable: make all your tables sortable

    or with jquery

    jQuery Table sorting | The Plugin stupid table by JoeQuery

  • HOW TO DISPLAY A TABLE IN THE LISTBOX

    Hi all

    I USE LABSQL... I ENCLOSE ONE EXAMPLE OF LABSQL... WHERE I CAN READ DATA FROM THE DATABASE... BUT IN THIS EXAMPLE, THE RESULTS OF SQL THAT I GET IN A TABLE, I WANT THE SAME TO BE DISPLAYED IN THE LIST BOX. HOW CAN I MAKE...

    THNX IN ADVANCE

    SAKI

    Hi saki.

    Ravens Fan is right, try to understand the error on your own. "" I think you're using "Listbox" instead of "Multicolmn Listbox.

    Your data is a 2D array, so you need multi-column listbox. You must try plug it into the node property to "Listbox".

    Try with multicolumn listbox.

  • How to create a table of the best scores?

    currently I have my display to score through my variable partition, which comgratulates the user and says their score.

    but

    How do I create a high score table, which shows the users score every time it plays my game?

    function displayScoreBox()

    {

    displayScore.text = 'well done. You score "+ score.

    }

    displayScoreBox();

    Stop();

    You must store the partition somewhere.  If you want to store locally on the user's computer, then you need to either develop this as an AIR application, where you can save the data to a file, or if it is an application online, then you need to use the SharedObject class that is Flash version of cookies.

  • How to import a table with the renamed name

    If I want to import a table from a DMP on UNIX to my user where I already have a new version, but I don't want to give up this new version, because I only move files from one to the other, is an import option for importing the table with another name? I want to say I want to import it on the same user, where there is already the MYTABLE table, an older version of MYTABLE by impoting with the new name MYTABLE_OLD, if eventually I can update MYTABLE with some of the old files of the old version MYTABLE_OLD. Is this possible?

    You can't do it directly.

    You can import the Table into a different schema, and then rename the table.

    export and import in the required schema.

    Import DataPump: How to import Table data in a Table that has different name? [342314.1 ID]

    Concerning
    Rajesh

  • How to rename multiple tables at the same time?

    Hello
    I would like to know how to rename several oracle both tables? for example, I test, test_1 test_3 ETC... THE TABLES and I would like to rename them with KC_test, KC_test_1, KC_test_3, etc...

    How to make them at once rather than one by one...

    Thank you.

    Use replace ('KC_table_name', 'KC_');

  • How to move a table to the other schema

    Salvation;

    Imagine that I have a scheme A and I create table in this scheme as a test. Now, I have a different schema, the name is B. I want to spend my A.test table to B.test2

    How can I do?

    Thank you

    If you create a new table in diagram B, the new table must be stored in tablespace default B. Unless you want the new table to be stored in a default tablespace, you need not specify a tablespace during the creation of the new table.

  • How to exclude a table of the RMAN backup full

    Hi people,

    I'm working on 10g (10.2.0.4) on Windows 2003 (32 bit) environment.

    I want to exclude a table while taking the full backup RMAN... is possible, if so, how... ?

    Please enlighten us...
    I appriciate your quick response.

    Thank you
    Rambeau

    Raghu Bandla wrote:
    Hi people,

    I'm working on 10g (10.2.0.4) on Windows 2003 (32 bit) environment.

    I want to exclude a table while taking the full backup RMAN... is possible, if so, how... ?

    Please enlighten us...
    I appriciate your quick response.

    Thank you
    Rambeau

    It is not possible to treat the logical structure of RMAN database. As you cann't backup or restore specific table or a view with RMAN, cann't exclude you too

    But you have only one option: move this specific table to new tablespace and exclude this backup tablespace

    Published by: Kamran Agayev, a., September 24, 2009 17:27

  • How to render a table on the value of the column in the other table. in the adf.

    I have an A.It table have a column b column B have value is xxx then table C will go to true.any you suggest how to achieve this.
    I use jdev 10.1.3.3

    Please suggest
    Thank you
    Emine

    Published by: vinay kumar on March 27, 2009 18:51

    You can use in the detail of the line?

    In this case, put the af:table component in the af: column and assess the condition of rendering on the value of the column.

    Tocarli

  • How to rename a table in the schema of another user

    Hello! How can I rename a table to another user? I'm sysdba. I can't recreate just, because it is very huge and it will take a lot of time to move data to the left and to the right.

    ALTER table make.orders rename make.orderhistory.

    My bad, how it works

    SQL>
    SQL> alter table maran.test1 rename to test2;
    alter table maran.test1 rename to test2
                                      *
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    
    SQL> alter table maran.test1 rename to test3;
    
    Table altered.
    

    To apologize

  • How to trace mutiple tables on the left and right value axes?

    Hello world

    I have a problem (I hope that little?) ... I have a chart 2D with 6 columns of data that I need to plot a graph... I would like to 0 on the left axis and tables 1 to 5 draw using the left axis... I tried using clusters to group the two sets of data connected to a loop for each axis. But it does not work... Can't seem to find anything online to help with this...

    Any suggestions would be greatly appreciated.

    Kind regards

    Jack

    Do not worry... Found this link...

    http://digital.NI.com/public.nsf/allkb/049C7E362BE4270A8625756E005CC46F

    Thanks for vewing...

    Kind regards

    Jack

Maybe you are looking for

  • I've recently updated to the version of AOL, I want to go back to the old way to open a new tab.

    Everytime I open a new tab, it opens aol.com. I want to return to the thumbnails.

  • It is possible to automate Firefox uses Excel VBA

    We did Automating Internet explorer by using VBA, now we have some projects that supports and do the work on Mozilla only... If need to automate applications in firefox using VBA excel macros. I heard it is possible adding and some dll regestring. So

  • Satellite L300 - wouldn't connect to the router

    I've had this laptop for 2 months, it worked very well to connect to my WiFi router, then one day it would not connect, although I had a signal from my Siemens SE587 router and my Tiscali IP, but I got the message 'there must be a problem with one or

  • Equium A60 sees a burner

    Unfortunately, more help is needed with my Equium A60 after earlier missing CD\DVD drive fault. Thanks for the help earlier, I had my return cd drive in 'My computer' and it does not read CD... Today, I tried to put some mp3s on a known working CDRW

  • The queue function seems to replace the values

    Hello I work with a PCIe-1473 Framegrabber to get pictures of my build-up by 8192 pixels camera Basler.When you play for the FPGA, I use a host DMA. After reading in a while loop, I put my vectors to pixels in a queue and I use a second while loop to