ODI table to the stages of extraction KM and options

Hello

I'm looking for internal tables ODI as SNP_ * tables, where I can get information of name of steps and options inside particular KM.

Any help would be appreciated.

Hi Prashant da Silva,

You use g 11 or 12 c?

Here are two applications tested on 11g that could help you create an MDX query:

Search for text to the command of the target of a KM stage (here) and see all interfaces that use it:

SELECT proj.project_name, folder.folder_name, int.POP_NAME interface_name, km.trt_name ikm, km_step.sql_name, km_code.full_text
  FROM SNP_PROJECT proj, SNP_FOLDER folder, SNP_POP int, snp_trt km, snp_line_trt km_step, snp_txt_header km_code
  WHERE proj.i_project = folder.i_project
    AND folder.i_folder = int.i_folder
    AND km.i_trt = int.i_trt_kim
    and km.i_trt = km_step.i_trt
    and km_step.def_i_txt = km_code.i_txt
    and UPPER(km_code.full_text) like '%MINUS%'
  ORDER BY km.trt_name, interface_name, km_step.ord_trt;

Find KM using an option (here FLOW_CONTROL) and all the interfaces to use:

SELECT proj.project_name, folder.folder_name, int.POP_NAME interface_name, km.trt_name ikm, opt.ue_name option_name, int_opt.short_value, int_opt.i_txt_value
  FROM DEV_ODI_REPO.SNP_PROJECT proj, DEV_ODI_REPO.SNP_FOLDER folder, DEV_ODI_REPO.SNP_POP int, DEV_ODI_REPO.snp_trt km, DEV_ODI_REPO.snp_user_exit opt, DEV_ODI_REPO.snp_ue_used int_opt
  WHERE proj.i_project = folder.i_project
    AND folder.i_folder = int.i_folder
    AND km.i_trt = int.i_trt_kim
    AND km.i_trt = opt.i_trt
    AND int.i_pop = int_opt.i_instance
    AND opt.i_user_exit = int_opt.i_user_exit
    AND opt.ue_name = 'FLOW_CONTROL'
  ORDER BY km.trt_name;

Kind regards

JeromeFr

Tags: Business Intelligence

Similar Questions

  • How to export data to excel that has 2 tables with the same number of columns and the column names?

    Hi everyone, yet once landed upward with a problem.

    After trying many things to myself, finally decided to post here...

    I created a form in form builder 6i in which clicking on a button, the data gets exported to the excel sheet.

    It works very well with a single table. The problem now is that I cannot do the same with 2 tables.

    Because the tables have the same number of columns and the columns names.

    Here are the 2 tables with column names:

    Table-1 (MONTHLY_PART_1) Table-2 (MONTHLY_PART_2)
    SL_NOSL_NO
    MODELMODEL
    END_DATEEND_DATE
    U-1U-1
    U-2U-2
    U-4U-4
    ..................
    ..................
    U-20U-20
    U-25U-25

    Given that the tables have the same column names, I get the following error :

    402 error at line 103, column 4

    required aliases in the SELECT list of the slider to avoid duplicate column names.

    So how to export data to excel that has 2 tables with the same number of columns and the column names?

    Should I paste the code? Should I publish this query in 'SQL and PL/SQL ' Forum?

    Help me with this please.

    Thank you.

    Wait a second... is this a kind of House of partitioning? Shouldn't it is a union of two tables instead a join?

    see you soon

  • Which SNP_ % ODI table stores the options KM?

    Hello


    I was wondering if anyone knows whence ODI stores KM options? It is in some tables of % SNP_, or in some other tables in the repository?

    I know that the KM and its markets are stored in the SNP_LINE_TRT table. But I'm not able to locate the KM options.


    Rgds,
    Chandra

    Check

    snp_user_exit table

    Thank you
    Fati

  • Filter for table data, the range of data obtained and defined 2D

    I produce data of an ultrasonic sensor at 1 K Hz, and there is a lot of data (data points range of 0 to 10). However, in some cases when I know that the data should be about 7 (for example) I get outliers (about 9 and 10). Is it possible to define a filter for data in the defined range.

    I averaged the data to get an average value, and outliers are distorting. In the worst case, my outliers are 30 to 40% of the data generated. I created a filter to sort the data and, taken from the lowest value. I stop the loop when data reaches a value greater then 9. But this seems to take a long time (because the loop checks for each data point and there are 1000s of them).

    Is there a better way to filter data and define a predefined table range to collect?

    I enclose my filter.vi... and a set of samples of my previous data. The ranges of data of 10-8 and would like to have the range 7.5 to 8.5 to consider. The sensor records tension here and the problem can be solved by installing a different type of sensor, but if a filter in LabView can due it, the sensor that we use now is absolute.

    I am in kind of emergency, my design in unfinished because of this problem, if someone can find some time to share some suggestions, I will be grateful.

    Thanks in advance.

    See attachment.  I have incorporated the data you've posted in the vi.  It doesn't seem like any data were less than 8.7 or so, so I modified the scope so it would be a few points on average.  Some games were completely out of reach while the average came back like NaN (not a number) due to a division by zero.

  • [ADF, JDev12.1.3] I would like to stress that af: table takes the entire width of page and column auto-augmenter/reduce their width in proportion to the amount of available space. How...?

    Hallo,

    I see that default ADF makes all the 100px wide columns and there is the possibility to stretch a column to take full available width.

    I would like to know if there is a function / approach in ADF which - occupies all the available space - auto-calcule the width of each column to 1) the width of DB fields and 2) space in the browser window.

    I could also set the with columns of table in columns (characters) or (better?) in pixels and the framework should only for reproportion widths according to the available width.

    Or track to follow is defining the width of the columns in the table (percentage) property?

    Thank you

    Federico

    There is the possibility to stretch a column to take full available width.

    AFAIK, you can stretch several columns (read the docs for this property)

    I would like to know if there is a function / approach in ADF which - occupies all the available space - auto-calcule the width of each column to 1) the width of DB fields and 2) space in the browser window.

    (1) as far as I know, no

    (2) you can add class AFStretchWidth to the styleClass property to af:table (or surround your table with af:panelCollection and add this style class here)

    Or track to follow is defining the width of the columns in the table (percentage) property?

    Is probably not.

    % has different interpretation in different browsers, so you should use the style class AFStretchWidth.

    Dario

  • What is the Diff between extract data and analytics

    Hello

    I'm new to HFM.
    What is the difference between the extract data and extended Analytics?

    Thank you
    Fri

    Extract data will create a flat file of entity currency only on folders - to simplify, there basically entry level data with the exception of the entity dimension and account where higher level data can also be extracted.

    EA has the ability to turn a star schema or a flat file that contains the data to any level of any dimension.

  • How hovering over the menu as history, bookmarks, and options buttons, open their menu expanded without hovering over the arrow beside them?

    I am at the end of "the most recent difficulty updated" and the last thing I want to do before I head for the door, it is make sure when I open the menu and hover on things like the Favorites of history and options, that their submenus open when my mouse is positioned on the words or arrows. at the present time the sub menus open only when I hover over the arrow.
    I want to do the words and their arrows, a single button with the functional purpose of the two.
    Thank you in advanced for your time.

    Do you use the extension classic restaurateur theme?

    It's one of the things that I also noticed when you use this extension.

    Maybe contact the developer to see if this behavior can be changed.

  • Short columns in the table on the stage.

    Hello

    I load the CVS to Hyperion Planning metadata.
    In step: creation of work table ODI generates code on the table in step:
    create table "C_0Zasób (TKWR)"
    (
    C2___PARENT VARCHAR (50) NULL,
    C1_INDEKS VARCHAR (50) NULL,
    C3_ALIAS VARCHAR (50) NULL,
    C4_JM VARCHAR (50) NULL
    )
    However, one of my columns has 80 signs and all the longer strings are rejected. How can I change this?

    Best regards
    Greg

    Published by: GregGaszewski on February 13, 2013 12:44

    Hello

    The length of the columns of your tables in stage C$ is directly related to the length of the fields in the CSV file template used as a store for your data source. Go on this model and increase the length of the fields to where 80 needed and this is reflected in the staging tables

  • Name of the IKM ODI Table with the name of the context

    Hi all

    I was breaking my head to remove the name of the context and use it as a patch post the name of the table

    INSERT INTO < % = odiRef.getSchemaName ("SOURCE_STAG", "D") % >. TEST_CONTEXT

    (

    CONTEXT,

    SYS_DATE

    )

    VALUES

    (

    "TEST_ODI_TABLE < % = odiRef.getContext ("CTX_NAME") % > ',

    SYSDATE

    )

    ====================================================

    < % = OdiRef.getContext ("CTX_NAME") % > = DEV_CONTEXT_XXX

    I want the table name as: TEST_ODI_TABLE_XXX

    Means

    DecaXD wrote:

    Hello

    the simplest way is to command INSTR

    SUBSTR ('<%=odiRef.getContext("CTX_NAME")%>', InStr('<%=odiRef.getContext("CTX_NAME")%>','_',1,2) + 1)

    Let us know

    Can you show how it worked for you?

    Salvation in Mali,

    Use under substitution API and let me know in case of any problems.

    for example

    create the table MYTAB_TEST_

    (

    CONTEXT varchar2 (50).

    SYS_DATE varchar2 (50)

    )

    Chantal

    http://dwteam.in

  • Insert data into the table from the flat Flie

    I have a flat file save in a directory on my server. I would like to read the data from the flat file and insert into a table on the stage. The flat file data as below
    01-02-03-04-05-06-07-08-09-10
    Suppose that Location_stage is my table and c1 is the column name.

    The data should be saved as follows


    Select * from location_stage

    C1
    ----
    01
    02
    03
    04
    05

    Any help will be appreciated.

    Thank you
    NS

    You can define an external table to read data from the file and a simple view to convert the string enclosed in columns:

    SQL> create directory ext_data as 'c:\';
    
    Directory created.
    
    SQL> create table ext_locations (
      2  loc varchar2(4000)
      3  )
      4  organization external
      5  (
      6  type oracle_loader
      7  default directory ext_data
      8  access parameters (
      9  records delimited by newline
     10  logfile ext_data:'ext_loc.log'
     11  fields terminated by ',' (loc)
     12  )
     13  location ('locations.txt')
     14  );
    
    Table created.
    
    SQL> select * from ext_locations;
    
    LOC
    -----------------------------------------------
    01-02-03-04-05-06-07-08-09-10
    
    SQL> create view location_stage as
      2  select regexp_substr(loc,'[^-]+',1,level) c1
      3  from ext_locations
      4  connect by level <= length(loc)-length(replace(loc,'-',''))+1;
    
    View created.
    
    SQL> select * from location_stage;
    
    C1
    ----------------------------------------------------------------------------
    01
    02
    03
    04
    05
    06
    07
    08
    09
    10
    
    10 rows selected.
    

    Your data is stored only in the file...

    Max

  • Evaluation period for the stage of field custom object compare?

    I've never used an evaluation period during a stage of field of the custom object to compare on the canvas of the campaign and I want to confirm that she will be as I wait for him.

    We have a campaign that will send an email in nine batches, each a week after previous. I have a custom object with a field that contains the batch number (1-9) and I put nine steps to compare items customized on the canvas. The first checks to see if batch = 1, the second batch = 2, etc. I added a trial period of 7 days for the first eight steps. After I activated the campaign, I would expect all flow into the first stage of the decision and all those whose lot = 1 will immediately proceed to the stage of e-mail and the rest will wait seven days before moving on to the second decision, where everyone with batch = 2 will be moved to the stage left and e-mail everyone will wait for more than seven days, etc.

    I want to just make sure that this will be similar to, say, the Email step click on decision given that the data in the custom object will not change during the evaluation period, as it can to the other stages of decisions. And I don't want to accidentally send all nine lots at a time.

    Thank you.

    Hi Rob,

    This could work, as the Yes path would fire instantly and without the path would check during the evaluation period. Is there a reason to not only use a delay of a week between each stage of the decision well? A little more crowded, but perhaps more clearly during the audit of the canvas to the wire without having to enter each stage?

    See you soon,.

    Phil

  • Use the keyboard to enter text on the stage

    Like others here, I'm kinda a novice. Used to use the Director and Lingo years before, but am very rusty and the rest on something, I had understood years before.

    For my project, I need the user to be able to enter text in a field of text during the demo. Basically I'm just trying to understand how to do so that I can enter text on the stage via my keyboard using Lingo. I did a search on this site, but couldn't find something from this base in discussion.

    I am using Director 11.5 and the finished demo runs on a PC and a Mac. Any help would be incredibly well received.

    What part of this are you having trouble with? If you add a #text or #field member to the stage as a sprite, and their #editable property is set to TRUE, you should be able to enter text in the other.

  • Repeat the table at the top of each Page

    Dear members,

    I have a rtf model in which I have two tables. The XML contains both G_ORDER_NUMBER and G_ITEM_DESC.

    G_ORDER_NUMBER is the main group for which we have detailed records in G_ITEM_DESC.

    The table (this table has data associated G_ORDER_NUMBER) I want to repeat on each page. I tried several options but it doesn't work.

    I ticked the box on properties of the table that says "repeat the header at the top of each Page line" but it does not work, I tried <? Start: body? > and <? end body? > it does not reach the living room out with not enough rendered message even though I have increased the size of the page to 22 inches.

    Here is my XML Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Generated by Oracle Reports version 10.1.2.3.0 -->
    <XXTEST>
      <LIST_G_ORDER_NUMBER>
        <G_ORDER_NUMBER>
          <ORDER_NUMBER>502006</ORDER_NUMBER>
          <ORDER_TYPE>TESTORDERTYPE</ORDER_TYPE>
          <BOL_NUMBER>BOL-4500332</BOL_NUMBER>
          <CUST_PO_NUMBER>TP-0026536</CUST_PO_NUMBER>
          <SEAL>afafd</SEAL>
          <DELIVERY>1401033</DELIVERY>
          <INITIAL_PICKUP_DATE>14-DEC-10</INITIAL_PICKUP_DATE>
          <SHIP_METHOD_CODE>46FBV FLJ</SHIP_METHOD_CODE>
          <ACCOUNT_NUMBER>5445</ACCOUNT_NUMBER>
          <PARTY_NAME>TEST COMPANY</PARTY_NAME>
          <ADDRESS1>123 STREET</ADDRESS1>
          <ADDRESS2></ADDRESS2>
          <ADDRESS3></ADDRESS3>
          <ADDRESS4></ADDRESS4>
          <CITY>Tampa</CITY>
          <STATE>FL</STATE>
          <POSTAL_CODE>33fhf687</POSTAL_CODE>
          <COUNTRY>US</COUNTRY>
          <OU_PARENT>MAIN CO</OU_PARENT>
          <OU_NAME>DIST COMPANY</OU_NAME>
          <SHIP_FROM_ADDR1>165667 stet T</SHIP_FROM_ADDR1>
          <SHIP_FROM_ADDR2></SHIP_FROM_ADDR2>
          <SHIP_FROM_CITY>CITY</SHIP_FROM_CITY>
          <SHIP_FROM_STATE>ST</SHIP_FROM_STATE>
          <SHIP_FROM_POSTAL_CODE>12345</SHIP_FROM_POSTAL_CODE>
          <SHIP_FROM_COUNTRY>US</SHIP_FROM_COUNTRY>
          <SHIPPING_INSTRUCTIONS> YRU 7484949 FFFFLFLFF</SHIPPING_INSTRUCTIONS>
          <LIST_G_ITEM_DESC>
            <G_ITEM_DESC>
              <ORGANIZATION_ID>122</ORGANIZATION_ID>
              <INVENTORY_ITEM_ID>58197</INVENTORY_ITEM_ID>
              <ITEM_DESC>TEST ITEM LKNFKLNF</ITEM_DESC>
              <DELIVERY_DETAIL_ID>20145</DELIVERY_DETAIL_ID>
              <SHIPPED_QUANTITY>1</SHIPPED_QUANTITY>
              <UOM>CSE</UOM>
              <MOVE_ORDER_LINE_ID>36005</MOVE_ORDER_LINE_ID>
              <TAX_STATUS>N</TAX_STATUS>
              <LOT_NUMBER>10-2252333</LOT_NUMBER>
              <CONV_FET></CONV_FET>
              <PROOF>8033333</PROOF>
              <SIZE_CODE>75033 ml</SIZE_CODE>
              <BATCH_DATE>07-DEC-10</BATCH_DATE>
              <CASE_PG>1.902033384</CASE_PG>
              <CP_TTB_TRX_ID></CP_TTB_TRX_ID>
              <CP_INT_LOT_NUMBER></CP_INT_LOT_NUMBER>
              <CF_TAX_AMOUNT>0</CF_TAX_AMOUNT>
              <CP_TAX_RATE></CP_TAX_RATE>
              <CF_INT_BATCH_ID></CF_INT_BATCH_ID>
            </G_ITEM_DESC>
          </LIST_G_ITEM_DESC>
          <CS_TAX_AMOUNT>0</CS_TAX_AMOUNT>
          <SUMCASE_PGPERORDER_NUMBER>1.9020384</SUMCASE_PGPERORDER_NUMBER>
          <SUMSHIPPED_QUANTITYPERORDER_NU>1</SUMSHIPPED_QUANTITYPERORDER_NU>
        </G_ORDER_NUMBER>
      </LIST_G_ORDER_NUMBER>
      <SUMCASE_PGPERREPORT>1.9020384</SUMCASE_PGPERREPORT>
      <SUMSHIPPED_QUANTITYPERREPORT>1</SUMSHIPPED_QUANTITYPERREPORT>
    </XXTEST>
    Any ideas on how to solve this problem.

    Thank you
    Sandeep

    I sent you the modified model. Take a peek inside.

    Thank you!

  • Updated tables during the weekly load?

    All,
    We are running Oracle 10 g. We try to identify the tables that updated operating expenses of our weekly or monthly. I did Internet searches including this forum, but have not yet found anything useful. I tried the trigger option; It works, but increases significantly at run time. For example, a stored procedure that would run between 1-2 minutes to load approximately 6 500 lines, it took 12 minutes to complete. For the moment, our weekly workload runs in about 7 hours. I predict adding triggers for selected tables drastically increases at run time. I also check the most recent row id won't help with updates and deletions. In addition, the following code works fine when running in Oracle 10 g personal edition, but when running in the development environment, it fails.
    select scn_to_timestamp(ora_rowscn) from EMPLOYEE;
    ORA-08181: the specified number is not a number of regime change in force
    ORA-06512: at "SYS." SCN_TO_TIMESTAMP', line 1



    Are there other options other than what I've listed above in order to detect when a table is updated of our weekly load process?



    Thanks in advance,


    Seyed

    All chastise you for instrumentation does not is correct, but the other option you have "explored" failed because you do not quite understand it.

    Ora_rowscn, is a pseudo column that returns either the RCS of the last change to the block or rank, depending on how the table has been set. The SCN_TO-TIMESTAMP function throws this SNA at a table to perform the conversion. No each NPC is here, I think that the rule is the last fortnight of SNA are there, obviously depends on many variables.

    Your selection did this look upward to the entire table. The "early" lines probably have not been affected over the years, SNA of these blocks have long aged out of the system table. In addition, you don't have the RCS for EACH line, just the last of them has changed.

    Here's how you can use it.

    build a table with three columns (table_name, pre_load_SCN, Post_load_SCN)... before run you out of the lot, which fills with the MAX (Ora_rowscn) of each table. Execute the batch, update of this table with the MAX (Ora_rowscn) still once and for all the tables, a table that does not at least had a line changed since the date of your first analysis.

    Problem: Could be any process, not just the batch. So if you know, NOTHING else is running... you might be sure that you have captured the list of modified tables.

  • ODI-26174 error when try to turn the Table in the model

    Hello

    I got a strange error when I try to turn the table in the model.

    I created the new user (with subsidies), I created the new physics and logic diagram.

    I created new model also. When I try to reverse table I ODI-26174 database connection is not available error

    I tried to measure option using RKM reverse .it. But why it has not been reversed by using option Standart?

    ava.sql.SQLException: i/o error: the network adapter could not establish the connection

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)

    at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter.getConnection(OnConnectOnDisconnectDataSourceAdapter.java:74)

    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1128)

    Any Solution for this?

    Concerning

    AETL

    Hi aetl,.

    If you open the database server in the physical topology and click 'test connection', is it effective?

    If this isn't the case, you must set your connection details, maybe check that the tnsnames.ora is correct and that the network access is ok (including firewalls,...). You can try a tnsping on your database.

    Kind regards

    JeromeFr

Maybe you are looking for

  • formulas do not meet a any?

    I have a table with 21 lines.  A formula in line 21 refers to 3 cells above it.  When I sort the column, the formula in line 21 does not refer to the new position of the cells he had pointed to before sorting.  In other words, my formula in line 21 p

  • XP Home Edition - Remote desktop

    I know that this isn't a feature with this particular operating system, but everyone was able to make it work? Use remote to access corporate internal terminal server desktop.  Do I have any options?

  • Removed built-in application

    I accidentally deleted the applications Google Search Toolbar and weather of my Cliq home screens. I can't get back them. They are not listed in my menu up sweater, so I can not drag and drop them to the home screens. If I go to settings > Applicatio

  • BlackBerry Q5 10.1.2 to 10.1.4 update interrupted at 100%

    Hi all I am a user of BB first time and recently I bought Q5 as my first BB device. As soon as I turned it on I got a notification of date of OTA update. The update downloads normally but when it reaches 100% in step 2, it gives me an error indicatin

  • Cannot connect to Adobe Photoshop

    Each time, Yes, every time, I start Photoshop CC 2015 it says it cannot connect to Adobe!I have a job entirely Internet connection and I can sign out and sign back in again so it's not really a problem at my end.Why oh why am I getting this permanent