Need to find all tables in the target using indicators of loading time APPEND and PARALLEL

Nice day

Value your machines Way-Back version 10.1.0.4 for a matter of scheme.

I am trying to identify all the target tables that are currently defined using APPEND it and PARALLEL loading tips. This is the default setting but is not the optimal method in all cases. With several developers who have developed cards for years, most with little background or training, we try to do a bit of cleanup and optimization.

With about 900 cards it is not possible to do this manually, so I was hoping that someone who has used this old version remember where this information is stored in the old structure of repository.

Thank you very much!!

-gary

Start OMB * more. And then

OMBCONNECT...
OMBCC ' /'
the value of mods [OMBLIST ORACLE_MODULES]
foreach $mods {} mod
OMBCC ' /.
define tabs [OMBLIST TABLES]
foreach $tabs {} tab
puts "$tab [OMBRETRIEVE TABLE '$tab' (PARALLEL_ACCESS_MODE) GET PROPERTIES]"
}
playing cards [OMBLIST MAPPINGS]
foreach map $maps {}
Set mtabs [OMBRETRIEVE MAPPING "$map" GET of OPERATORS of TABLE]
foreach mtab $mtabs {}
puts "$map $mtab [PROPERTIES of OMBRETRIEVE MAPPING"$map"OPERATOR"$mtab"GET (LOADING_HINT)]"
}
}
}

Kind regards
Jaap.

Tags: Business Intelligence

Similar Questions

  • Satellite Pro L40 PSL43E I need to find all the drivers XP

    I need to find all the XP drivers for this laptop in particular. Any ideas where I can find them. on this site, I get only the ' how downgrade "Pease help ASAP.

    If these drivers are available, you will be able to find these drivers on the European driver Toshiba page.

    If the drivers are not available on the European driver Toshiba page, the pilots were not released.

    But I have a suspicion; I found some XP for Sat L40 series drivers. Some series supports the same devices and so the drivers should work also.
    Check some unique XP from different L40 series drivers and maybe he would go.

    Ciao

  • I need to find all of the XML elements and add a line break for the text of each of them

    I need to find all XML elements and to add a line break the text of each of them.

    Is it possible with a script?

    Try this piece of code as it is. I hope that's what you want...

    var myDoc = app.activeDocument;
    var inddRooElement = myDoc.xmlElements.item(0);
    var xPathElements = inddRooElement.evaluateXPathExpression("//*");
    var elementCount = xPathElements.length;
    for(var eId=0; eId
    

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

    Green4ever

  • Why can't search contacts on my profile bar, the search I want to say that if I need to find contacts I put the name in the search bar on my profile but still they say that this contact does not exist

    Why can not search for contacts on my profile bar, the search I want to say that if I need to find contacts I put the name in the search bar on my profile but still they say that this contact does not exist why this before it was ok

    original title: the search for contacts

    Hi Sam,

    First select the operating system you are using, or maybe give an indication on the operating system installed on your computer. While other members of the community can help you with this problem.

    You use Outlook?

    Are you referring to outlook contacts?

    Reference: http://support.microsoft.com/kb/555375

  • Need help finding my code of the original key.  Have the update level but need the original.  Can you help me?

    Need help finding my code of the original key.  Have the update level but need the original.

    How did you come to lose?

  • Hello, I need help, I can't play the video using Facebook. Works very well in Youtube. I use Safari. Tried different solutions such as changing preferences, reinstalling Flash.

    Hello, I need help, I can't play the video using Facebook. Works very well in Youtube. I use Safari. Tried different solutions such as changing preferences, reinstalling Flash.

    Hello

    Please try following the steps and see if it helps

    1. Please work through this guide.

    https://helpx.Adobe.com/Flash-Player/KB/video-playback-issues.html

    Follow the instructions in the guide on the provision of the dxdiag report and additional information on what you tested and observed.

    2 turn off hardware acceleration in the settings. Steps are mentioned in the link below

    How to disable or enable hardware acceleration?

    Thank you

  • Need to find all the possible child records with SQL

    Hello - I am trying to find a way to solve the following with a sql statement:

    I have a table with columns, and the following values:
    Trans_Id   Parent_Trans_id
    1             null
    2             1
    3             2
    4             3
    So basically, 1 is the master parent and I need to bring all ranks, because they are all ultimately originated due to 1. How to write sql code to return all possible levels associated with parent_id = 1?

    I hope I'm communicate that effectively do this, but please let me know if it needs to be clarified.

    Any help is greatly appreciated...

    Thank you
    Christine

    Hi, Christine.

    I think you want to CONNECT BY, something like this:

    SELECT     *
    FROM     a
    START WITH     trans_id      = 1
    CONNECT BY     parent_trans_id      = PRIOR trans_id
    ;
    

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) and also publish outcomes from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.
    See the FAQ forum {message identifier: = 9360002}
    You will find the answers better faster if you always provide this information whenever you post a question.

  • Where to find information about all Tables of the Source for Oracle EBS

    Hi all

    We strive to implement Oracle EBS R12.1.3 with analytics (OBIEE11g).

    Currently, we need to know all the sources (Oracle EBS) Tables for the following modules:

    1. supply chain and order management Analytics
    2. purchases & move analytical
    3 finance Analytics

    We have searched in Google, could not find any information.

    Can anyone share a document link that can provide some information about it?

    Thanks in advance

    Concerning
    Nathalie

    1. production & order management Analytics
    All the major paintings in inventory (Articles, categories, onhand, operations), order management (headers, lines, clients, types of orders, deliveries), WIP (work, work order requirements, operations orders)
    2. purchases & move analytical
    All the main tables in shopping (po_headers, po_lines, shipments, suppliers, receipts, invoice headers, distributions, the invoice),
    3 finance Analytics
    All the big tables of AP, AR, GL

    Analytics extract data from a large number of tables. (hundreds, if not thousand)
    I'm curious to know what you do with this information.

    Sandeep Gandhi

  • Need to add data to the tables in the target

    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production

    Hi gurus

    Need your help again, I have the following data.

    Sample data

    create the table parent_mst

    (

    GRP number (3).

    nel number 4

    );

    create the table parent_dtl

    (

    GRP number (3).

    by number 4

    );

    Query

    with pp as

    (

    Select double union 100 grp, nel 8000

    Select grp 200, nel 7000 double

    ),

    As CC

    (

    Select grp 100, 200 per Union double all the

    Select grp 100, 300 per Union double all the

    Select grp 100, 400 per Union double all the

    Select grp 200, 400 by double

    )

    Select *.

    pp p, cc c

    where p.grp = c.grp;

    -Result of the query

    GRP, NEL, GRP_1, BY

    1008000100200
    1008000100300
    1008000100400
    2007000200400

    Now, I want to insert the following data into the parent_mst table.

    Need to insert the following data in parent_mst using all of the above data

    GRP nel

    100 8000

    200 7000

    Need to insert the following data in parent_dtl using all of the above data

    GRP BY

    100 200

    100 300

    100 400

    200 400

    Please guide. Thank you

    Concerning

    Shu

    Check if it works:

    INSERT INTO parent_mst
       (SELECT p.grp, p.nel, p_seq.NEXTVAL
          FROM parents p
         WHERE p.grp IN (SELECT grp FROM childs));
    
    INSERT INTO parent_dtl
       (SELECT c.grp, c.per, DENSE_RANK () OVER (PARTITION BY 1 ORDER BY c.grp)
          FROM childs c
         WHERE c.grp IN (SELECT grp FROM parents));
    
    COMMIT;
    

    See you soon,.

    Manik.

  • Create the user who needs to see all Tables

    I'd like my developer to be able to view all the tables when it connects to SQL developers and browse the tables.
    What is the best that I can do this?

    Please see what I've done below:
    I have to create the user and granted privileges below, but he can't see any table when he opens a SQL Developer session.

    GRANT CREATE session, CREATE table, CREATE view,
    CREATE the procedure CREATE synonym
    To mydeveloper;

    The only way it can the tables so I'll give him the dba role, I don't want to do.

    Any suggestion?

    Hello

    If by "all tables", you mean all the tables/views in the database, including those in the SYS schema (such as V$ session) SELECT ANY TABLE are not enough. To display tables/views of SYS, you may need to look into SELECT_CATALOG_ROLE or SELECT ANY DICTIONARY. For security reasons, I prefer to create a role and grant select necessary findings and then grant this role to the developers.

    Ioan

  • I need to find all documents that contain more than one keyword

    I need to find documents that include more than one specific word (Word or WP) (2 or more) and which do not form a sentence.  For example, words can be included in the various paragraphs of a document.

    I tried to use the windows search option, but it only lets you search for a word or phrase in the content of the documents in a folder.  If you try to refine your search with a second term, the search is not limited to documents that contain the first word... already so you get just a bunch of documents, some of which contain the two words...

    I can't believe that this search option is not available in WORD.  In WP, I used to be easily able to search for one or more terms or expressions and was even able to specify when the words must appear in the same paragraph, line, etc., in all my documents WP...  This was very helpful.

    Is there a method I have used to locate the documents that I need in WORD? Thank you!

    Maybe I misunderstood, but for my W7 it seems to look up words in the same document, separated if I open "search programs and files" in the menu and enter something like:

    word1 word2 kind: = document

    More information on research using W7 here - http://www.howtogeek.com/73065/learn-the-advanced-search-operators-in-windows-7/ and also http://windows.microsoft.com/en-us/windows7/advanced-tips-for-searching-in-windows

    There is also the 'GOLD' and 'AND' options that can help, then perhaps try:

    "word1 AND word2 kind: document = ' (without the quotation marks).

    It not work for you? Or have I misunderstood the question?

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

  • Apply a table style to all tables in the document

    I can't find a way to apply certain style of table for all tables in a document of p. 200.

    Specifically, clear any formatting within the cells (cell and replacements styles) would be a plus. All tables must have a unique look with a header cell style preset and style of cell in the body properly defined by a table style.

    All, even partial-help tips will be appreciated because they can save me time.

    I can't believe there is no way to do as other more complicated things are possible using find it & change don't function, for example objects, GREP, you name it.

    Roman

    This javascript will apply the table Style "tabs" to all the tables in the entire document and removes the replacements the (I'm not sure that this will happen automatically when you apply a table style). You set the header & body styles in the style of your table, and they should be applied automatically.

    for (s=0; s
    
    Copy, paste into a text editor (Notepad; TextEdit in plain text mode. best is the editor ESTK delivered installed with InDesign). Save as "ApplyTableStyles.jsx" in your own folder User Scripts, and it will appear in the Scripts panel. Double-click it to run it, and then sit down and relax.
  • count (*) query for all tables in the user_tables

    How can I show count (*) for all the tables in the user_tables?

    Thanks in advance!
    Oracle 11g

    Published by: user598242 on October 7, 2010 09:19

    If you need the number of lines, you can create a script with:

    select 'select '''||table_name||''', count(*) from '||table_name||';' from user_tables;
    

    Use the output from this command as a script.

    Published by: hm on 07.10.2010 09:25

    Sorry: I corrected the order.

  • avoid triggers on all tables in the schema

    I need to put a CREATION TIMESTAMP to the timestamp of the database server (not the timestamp of session) in all tables in a schema to create and update. Is to create a trigger on all the tables in the schema a less time consuming way to do?

    Similarly, I need to set up columns such as CREATE_USER, LAST_UPDATE_USER.

    Thank you in advance.

    You can easily generate the DDL for adding new columns.

    The extent of the filling of the columns, your choice is either to use insertion befire table and triggers to update to fill the columns or the application to provide the necessary information.

    Basic trigger logic would be pretty much the same for all tables, then write a little SQL or PL/SQL to generate the code of the trigger should be simple enough.

    Depending on your application, such as web based with only one Oracle user, you may need to get the real user through dbms_application_info by the logic of the server-based application.

    HTH - Mark D Powell.

    Edited by: Mark D Powell 5 May 2010 07:48

Maybe you are looking for

  • Tecra S1 not dΘmarre?

    Hi you all. I get crazy about my new Tecra S1. Now it only starts after disconnecting the battery and the power cord. After replacing them that it will start up, otherwise the screen remains black. XP - sp2 als removed processor and registry modified

  • Qosmio G20-127: keys Fn & shortcut keys do not work with Vista RC1

    This problem is really annoying me. Shortcut keys (play, pause, forward, record, brightness), or Fn keys work since I installed windows vista RC1.I need to find a solution to this problem. If someone did experience please provide me with your comment

  • Maps of dishes in Photo projects

    When I buy flat cards printed as a project in Photos, what type of paper card to print on?  He is very bright, or more than one type of paper?  I want to write a message on the back of my cards, so if it's a brilliant impression I will not order them

  • iOS 9 questions

    I've recently updated to ios9 and after that which can not activate hpeprint with my email. the program crashes. It worked very well with ios8.

  • HP ENVY 23 23 - m200a

    Hi I have a HP ENVY 23 23-m200a and I'm trying to connect a LCD tv as a second monitor via hdmi cable How ever the after following all the steps to control panel when I'm reading There is no option for hdmi is there a driver available, or a way to hd