Search ODI working repository database tables

I'm trying to search the ODI 10.1.3.4 repository work with SQL, but cannot find a reference of DB schema.
Does anyone know where are stored procedures steps-to-text?
I checked the tables SNP_TEXT, SNP_TASK_TEXT, but found no useful information.

Select the odi_work.snp_txt command t,
odi_work. SNP_line_TRT p, odi_work. S SNP_TRT
where t.I_TXT = p.DEF_I_TXT
and s.I_TRT = p.I_TRT
and s.TRT_NAME =

Tags: Business Intelligence

Similar Questions

  • ODI working repository properties.

    in the ODI topology tab, we have a box where we can create, move, and set new standards.  I'm exploring this section and did not understand the multiple passwords and user name.

    for example when you create a new repository of work, you specify a username, password, url, hit test, jdbc driver and if it is OK to accept your connection with the database. then move you find tab where you can give the repository id, username, password

    My question is why I give the user name and password on this tab, is the database user name and password is not enough.  What is the functionality of it.

    Please explain

    You can skip setting a password for the repo work.

    You need this to restrict the repo work if trying to attach to another master repo without authentication.

  • ORA-12012: error on auto work "SYSMAN." "' EM_ECM_VCPU_JOB ' in the repository database

    Hello

    I want to install Oracle EM 12 c Cloud Control version 12.1.0.3. I watched the video and I'm just following the instructions.

    I created a repository database using a model of database I downloaded from OTN (database version 11.2.0.3). I chose the data base for the deployment of small.

    Once the repository database has been created, the following error keeps repeating in the database's alert.log file:

    ORA-12012: error on auto work "SYSMAN." "" EM_ECM_VCPU_JOB ".

    ORA-00942: table or view does not exist

    ORA-06512: at "SYSMAN.". EM_ECM_VCPU_COLLECTION', line 1432

    ORA-06512: at line 1

    The installation of the CMS software has not been started.

    In my view, there is a support Note 1570105.1 of ID that addresses the same error in the desk of cloud and is addressed by the application of a patch in the OMS_HOME.

    Someone can help me please answer:

    1) is the question that I feel exactly the same way as in the notes 1570105.1?

    (2) do I proceed with the installation of the WHO and then apply the patch, or is there a way to stop it now, before we continue?

    (3) will be OK to disable just the job in question?

    I think I saw somewhere that the SYSMAN schema should not even be present in the repository database before installation of the WHO; However, this is how he got from the database model.

    Thanks a lot for your help.

    Emilija

    Indeed the footnote you found is good:

    EM 12 c R3: running the reports EM_ECM_VCPU_JOB: ORA-12012: error on auto work "SYSMAN." "" EM_ECM_VCPU_JOB "(Doc ID 1570105.1)

    However, I think it can only occur after the installation of the (12.1.0.3) WHO is an active work that has to do with the VT plugin (to manage and monitor Oracle VM) even if you have not installed this plugin.

    Ora errors after installation of the patch.

    If you do not want to stop the SGD just to install the patch, you can also run the 17066821\17066821\files\sysman\admin\emdrep\sql\core\latest\ecm\ecm_vcpu_computation_pkgbody.sql as user sysman.

    This will recreate the package but now without calling the task if you do not have the plugin installed VT.

    Eric

  • ODI Master\Work Repository Configuration

    Hello

    I installed ODI 11.1.1.7.0 (Oracle Studio), Oracle 11 g 11.2.0.1.0.
    Now I'm trying to create the master repository to which step below is made, but get the error ' valid repository does not exist in the specified connection.

    (1) create user ODI_MASTER using connection sysdba in oracle 11 g
    (2) connection to data integrator form filled as below

    Connection of the ODI

    LOGINNAME:-ABC
    USER:-ABC
    PWD:-XXXX

    Database connection

    User:-ODI_MASTER
    List of drivers:-driver jdbc oracle
    Driver name:-oracle.jdbc.OracleDriver
    URL:-JDBC:Oracle:thin@localhost:1521:ORCL

    Working repository

    Master repository only

    Please help solve the problem and also help in the configuration repository work.

    I have this book that will be great for you

    http://www.Amazon.com/getting-started-Oracle-Integrator-hands/DP/184968068X

    or the Oracle University courses.

    When you're thirsty remember fence wire.

  • ODI-10150: repository to work with ID 1 is not related to the master

    Hello

    ODI 11 g (11.1.1) with Database 11g r2

    I created the Master repository (odimrep) and
    repository (odiwrep) of work, created from topology
    Before the next step, during this time I was able to connect to connect to the repository of work and able to do all the work



    I then created the repository of topology (odierep) running, successfully created.
    After that, I could not able to connect to the repository, work, I get the following error message
    oracle.odi.core.config.RepositoriesNotBoundException: ODI-10150: Work repository with ID 1 is not bound to master:
         Definition in master ID:1, Name:ODIWREP, Timestamp:1337006142714
         Definition in work  ID:2, Name:ODIEREP, Timestamp:1337006565503.
    
    .....
    .....
    Could you please let me know what I'm doing wrong configure the repository of the execution, I have to drop everything and start to recreate


    Any help would be greatly appreciated.

    Thank you

    Hello
    It shouldn't really create any problem, if you create a working repository two differenct IDs. But the error messages you gave says, it's something to do with the repository IDs. Usually, we get this message when trying to migrate the code ODI within environments. However, it does not rise as an error message, just gives information and asks us if we want to save the new code repository work. We just need to say Yes and continue.
    I suggest to all again, re-create repositories again. Maybe something went wrong when creating repositories.

    Kind regards
    k

  • How to search all columns of all tables in a database

    I need to search all columns of all tables in a database, I already write the code below, but I got the below error message when running this script


    DECLARE
    The CNT number;
    v_data VARCHAR2 (20);
    BEGIN
    v_data: = "5C4CA98EAC4C";
    FOR t1 IN (SELECT table_name, column_name FROM all_tab_cols where owner = 'admin' and DATA_TYPE = 'VARCHAR2') LOOP
    RUN IMMEDIATELY "SELECT COUNT (*) FROM" | T1.table_name | 'WHERE ' | T1.column_name | ' =: 1' IN cnt USING v_data;
    IF cnt > 0 THEN
    dbms_output.put_line (t1.table_name |) » '|| T1.column_name | | » '|| CNT);
    END IF;
    END LOOP;
    END;
    /



    Error report:
    ORA-00933: SQL not correctly completed command.
    ORA-06512: at line 7
    00933 00000 - "not correctly completed SQL command.
    * Cause:
    * Action:


    Any help please

    If you are running this as a different user than the ADMIN you will also need to add the schema name.

    EXECUTE IMMEDIATE 'SELECT COUNT(*) FROM ' ||t1.owner||'.'||t1.table_name|| ' WHERE ' ||t1.column_name || ' = :1' INTO cnt USING v_data;
    

    The error could be any strange names of tables or columns. For example, if they contain spaces in the name.
    If you have names, then all identifieres must be placed in "."

    + untested example +.
    {code}
    RUN IMMEDIATELY "SELECT COUNT (*) FROM" ' | "" T1. Owner: ' ». » ' || T1.table_name | " » OÙ « ' || T1.column_name | "" =: 1' IN cnt USING v_data;
    {code}

  • StartScen.sh-> ODI-1423: working repository is not related to the master rep

    Hello

    I'm currently running a very basic case of the command-line command against the local agent:
    (using 11.1 ODI, Studio on Win7, agent on Linux RHEL5 run Oracle account)

    ./StartScen.sh IF_XKB_ADR_ENRICH 001 GLOBAL 5-NAME = xkagt

    I get the following error:

    ODI-1423: referential work THAT WORKREP is not related to the master repository

    It is quite a weird because I can't seem to find all the information from this forum or on the web on ODI-1423 error code.

    Also, my IF_XKB_ADR_ENRICH interface works very well from the Studio of ODI, for using the remote even very "xkagt" agent (this means everything is ok with work and masters representatives?)

    My odiparams.sh file looks ok because the agent starts and stops ok and working scenarios for the account of the workshop (fact the Laflamme family use different credentials to submit a work from the GUI?); the information seems to be there on the master repository driver, url, user, Word of past.

    I have tried to present the scenario of my PC with startscen.bat but I can't find the actual specifications of the parameter [AGENT_URL = < remote_agent_url >] (host: port?) documentation of ODI.

    Any help is welcome.
    Thank you

    "" "You're almost there. '"

    When you connect to the studio of ODI, you have the name of the repository work (remember in the login screen) and I think that that is passed to the agent.
    Whereas, when you use startcmd.sh, it should working repository name and one place to do that is odiparams.sh

    This error indicates that either you do not have your logical agent created for the context -
    or
    you give an incorrect logical agent as a parameter name.
    I think that you specify the name of the physical agent as a parameter. You must provide the logical name of the agent.

  • Site search using several database tables

    I am able to search my site for certain keywords using a single database table for example I can search for the butterflies using butterflies search table list. However I would like to have a global search for all types of wild animals on my ex of site from visitors to the homepage can search all species with the word Green in the name. If the search function needs to look at a range of tables, for example floralist; fungilist etc. I have problems with the sort code - I'm a bio-scientist a programmer so any suggestions would be appreciated.

    Here is my code for the search using a single table:

      <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
    {
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      }
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;    
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      }
      return $theValue;
    }
    }
    $colname_search11 = "-1";
    if (isset($_POST['species'])) {
      $colname_search11 = $_POST['species'];
    }
    mysql_select_db($database_cjwebsite, $cjwebsite);
    $query_search11 = sprintf("SELECT * FROM `moths searchl ist` WHERE species LIKE %s", GetSQLValueString("%" . $colname_search11 . "%", "text"));
    $search11 = mysql_query($query_search11, $cjwebsite) or die(mysql_error());
    $row_search11 = mysql_fetch_assoc($search11);
    $totalRows_search11 = mysql_num_rows($search11);
    ?>
    


    followed by:

    <div class="results">
          <?php do { ?>
            <ul>
              <li><a href="Insects/Moths/species.php?id=<?php echo $row_search11['id']; ?>"><?php echo $row_search11['species']; ?></a></li>
            </ul>
            <?php } while ($row_search11 = mysql_fetch_assoc($search11)); ?>
          </ul>
    


    My address is www.hebridensis.co.uk

    Thank you

    Christine

    Hi Chris,

    If the fields are basically the same for all the tables, seems, it would be better to merge them into a single table of "wildlife" and add a field "category", in this way you only ever have to query this table even if several categories are added, each record would have a unique id, and you could open up opportunities to do research with no dependents drop-down menus (i.e. a drop down menu allows the user to select) a category and then will fill up with the category-based species).

    It wouldn't be too hard to create the new table, but I wonder how many other elements of your site could be affected by the change.

    Hope this helps,

    Greg

  • Is a database table that is required for the temporary interfaces with the data flat file source?

    People, this is the situation I ODI 11.1.1.7

    1. I have an interface temporary (yellow), called MJ_TEMP_INT, which uses data from TWO sets of data from the source in a temporary target (TEMP_TARG). Wrestling is a shot of a data set from a table while the other set of data extracted from a flat file.  A union is made on data sets.
    2. I then create another interface, called MJ_INT, which uses the MJ_TEMP_INT as the source and the target is a real database. table called "REAL_TARGET".

    Two questions:

    1. When I run my second interface (MJ_INT), I get a message "ORA-00942: table or view does not exist" because it is looking for a real TEMP_TARG db table. Why I have to have one? because I am pulling a flat file?
    2. On my second interface (MJ_INT) when I look at the interface of my source MJ_TEMP_INT (yellow) property sheet, the box 'Use the temporary interface as a Derived table' is DISABLED.  Why? Is also because my temporary interface is pulling from a flat file?

    I am attaching a file that shows a screenshot of my studio ODI.

    Furthermore, IF my temporary source interface has only a single set of data by pulling from a database. Table to table in a temporary target, called MJ_TEMP2_TARG, and then when I use this temporary interface as a source to the other another real db. target table (REAL2_TARGET), THEN everything works.  ODI requires me to have a real database. Table MJ_TEMP2_TARG and the checkbox for "interface temporary use as a Derived table" is NOT DISABLED and my REAL2_TARGET table gets filled.

    Thank you in advance.

    Mr. Jamal.

    You quite rightly assume the reasons that you have questions is because you try to attach a file. A file I always have to be materialized in the transit zone, as a temporary table and then have the data loaded in it.

  • A query when importing an XML file into a database Table

    Hello
    I create an ODI project to import an XML file into a database using the following link Table.With

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/ODI/odi_11g/odi_project_xml-to-table/odi_project_xml-to-table.htm
    I am facing a problem when creating physical Schema for the XML Source model.
    For the
    Schema (Schema)
    and
    Schema field (scheme of work) that they have chosen to GEO_D.
    What GEO_D here?
    or
    What should I select here?
    (1) the XML schema (NB:-J 'I havn' t created any file .dtd for my file .xml or .xsd)
    or
    (2) my diagram of target servers
    Please tell me what I do?
    Thank you

    and
    Schema field (scheme of work) that they have chosen to GEO_D.
    What GEO_D here?

    Is the schema specified in the XML file name.

    What should I select here?
    (1) the XML schema (NB:-J 'I havn' t created any file .dtd for my file .xml or .xsd)

    Yes

    (2) my diagram of target servers
    Please tell me what I do?
    Thank you

  • Cannot run interfaces and etc. Something is happening with the working repository...

    Hi all!
    I may be big problems with ODI... When I run in designer interfaces, procedures, I see only top directory of my interface without children... And she never stops... Before this problem, I performed two interfaces in parallel.
    I think that something is happening with the working repository (this incorrect session are only SNP_SESSION, not in SNP_SESS_TASK, SNP_SESS_TASK_LOG and etc..).
    Could you help with this problem...?

    But the 'got' work performed in the database?

    Have you ever tried to delete all the Journal execution until a last that worked?

    Cezar Santos
    http://odiexperts.com

  • Why does Google search not work with FF14.0.1?

    Google search on the Web does not. I can't use it at all. I'll give you photos as examples:

    http://I20.Photobucket.com/albums/B232/emerald_typhoon/example1.jpg

    However, if I use the image search, it works:

    http://I20.Photobucket.com/albums/B232/emerald_typhoon/example2.jpg

    Then he'll do the search on the Web if the text box has already done the research. You go to the top and click find beside the pictures, and the results will be displayed. I lived with a friend to see if it is a computer problem, and it happens on Fire Fox. Does anyone have an idea what could be the problem?

    Have you tried to delete cookies for Google?

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

    You can also do a check of malware with some digitization programs of malicious software on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • LabVIEW 2013 close when I try to read the database table.

    LabVIEW 2013 close when I try to read the database table.
    I get the error message, Labview falls just crashes. I use Labview x 32 and connective Toolkit of connectivity of database on Windows 7 x 64. I connect to PostgreSQL with ODBC driver, the connection is stable.
    In my database, I have a lot of tables, I read all those without one.
    When I try to read table bad I get data then labview crash. When I restart Labview, I have no message on the error.
    Also I try to use LabSQL-1. 1a. But it has the same result.

    I found the solution.

    I think the problem was that I have very large table in my database.

    At the beginning I received data from table with next quiry:

    SELECT column1, column2 FROM 'table ';

    But when I write then:

    SELECT column1, (column2, ',') array_to_string FROM 'table ';

    all worked!

  • How to find / search the text in a table of data displayed in adobe flash player?

    I have a table of data displayed on the browser, but with Adobe Flash Player UI technology. CTRL + f does not work on the table to find a specific word in the table.


    What are alternates, you ask? or all the other shortcuts are available to search or search the text in such a case?

    Thank you.

    There is no good workaround solution.  The developer would have needed to implement a similar feature in their Flash application, or they would have needed to use StageText (which essentially exposes the native textfields), but it seems that they have neither.  The HTML TextField is certainly more robust and functional of the Flash, and honestly, HTML is probably a better choice of technology for what you describe.

  • Where is stored string to query custom in GTC of database Table?

    I have a pretty complex database Table GTC which has problems recompiling after update. I can treat this day there another property. The problem is that I need to change the query string in the definition of the GTC. Is it stored somewhere where it can be updated without having to recompile the entire GTC?

    You can update queries custom CG in one of two ways:

    (1) in Advanced-> Configuration-> manage IT resource for your TAG-> search your GTC of resource-> change the DBReconTransport_customizedQueries field

    (2) in advanced-> Configuration-> generic connector handle-> search and select-> modify settings-> change the field request custom

Maybe you are looking for

  • Apple News App

    Whenever I try to open my 'News' application, it will open for a second or two and then immediately stops. All my other applications without any problem. Everyone knows about this problem?

  • just a home end 2015 27 in. i7 (panic Reports)

    So I just got this House yesterday 18:00 pst now 02:32 and I want to know what is happening. I have add ram now there 24 concerts Photo of my http://imgur.com/hXufNqp ram is that correct? thought maybe a ram issue or something? Model name: iMac Model

  • Why do my windows media sometimes not recognize that there is a disc in the drive when I am trying to burn music on the disc,

    Original title: windows media problemsWhy do my windows media sometimes not recognize that there is a disc in the drive when I am trying to burn music on the disc,

  • Problem: WEP key 13-digit

    I am trying to get my (wpc54g v3) Wireless PCMCIA card I use in my old laptop working on another.  Both are running Windows 2000 SP4, both set up correctly and that you can see their networks. The problem is that, on this new machine, I connect to a

  • I wiped my Dell computer, now E: recovery disk is full?

    I wiped my computer because he had some sort of virus top... Then I put in the cd of the operating system and reinstalled only. Now, he says the drive E: recovery in its entirety, in red with only 250 odd mb left. What happened and how do I fix this