Location of the source code for the procedure of ODI

Let say I have a SQL code located in the ODI process (well, I know it's a bad habit, sorry).
How can I find if I don't remember the name of procedure?
The code must be located somewhere in the repository of the work, right?
But what is the name of table?
As I can SELECT * FROM odiw.xxxx, WHERE xxxx like '% text_i_am_looking_for %';
Or maybe there is a better way to do it?

All the information KM and ODI procedure are stored in SNP_TRT and then link to SNP_LINE_TRT where all the steps in the procedure are stored.
then bind to SNP_LINE_TRT. DEF_I_TXT for control of target and SNP_LINE_TRT technology. COL_I_TXT the order of the source technology and properly link to SNP_TXT. Order I_TXT of TXT_ORD and SNP_TXT. TXT is where you will be able to find the syntax or SQL code.

Tags: Business Intelligence

Similar Questions

  • Get the source code of a procedure for a huge package in oracle

    I have a package which, as methods of 40-50 in them, I would like to retrieve the source of one inside the package. is there a table where I can get this detail in the oracle database.


    I know there is an all_source table, which has the entire source code, but I want to only get the source code for a particular procedure.

    Thanks in advance.

    You have defined your procedure as provided

    procedure procedure_name...
    ...
    end procedure_name;
    

    and the procedure is not overloaded, you can try something as

    with
    first_line as
    (select line
       from all_source
      where instr(lower(text),'procedure '||lower(:procedure_name)) > 0
        and name = :package_name
        and type = 'PACKAGE BODY'
        and owner = :package_owner
    ),
    last_line as
    (select line
       from all_source
      where instr(lower(text),'end '||lower(:procedure_name)||';') > 0
        and name = :package_name
        and type = 'PACKAGE BODY'
        and owner = :package_owner
    ),
    select text
      from all_source
     where line between (select line from first_line)
                    and (select line from last_line)
     order by line
    

    Concerning

    Etbin

  • Can we get the source code for the camera?

    Can we get the source code for the camera? Including libraries? CM is great, except that the camera is not well polished, and the quality of the stock ROM Sony are much better.

    probably more likely questions and restrictions of copyright

    inspect the developers space

    http://developer.sonymobile.com/

  • Where is the source code for the samples of 8 JavaFX?

    Hello

    I just downloaded the samples for JavaFX 8 and the popup menu in the upper left really caught my attention.

    I want to study the source code for it. Anyone know where I can find it?

    I expected it here http://hg.openjdk.java.net/openjfx/8/master/rt/file but it seems it isn't here.

    Alternative: Jasper Potts presented a kiosk application to Devoxx 2012 (Antwerp), which was also used at JavaOne. I think that this application uses the same Menu. And he says that sources are available. But I do not remember the link.

    https://jdk8.Java.NET/Download.html

  • where can I get the source code for the shell of the user interface

    Hi all
    I use Jdeveloper 11.1.2.3.0 shell and UI.
    I want to show a custom message to the user when it tries to close a tab that contains unsaved data.
    I found this thread {message identifier: = 10782288}
    I tried to extract the contents of the oracle-page-templates file - ext.jar, but I find only the .class files not .java files.
    So, where can I get the source code for the shell of the user interface, or someone has a better solution?

    Hello

    Try this link http://www.oracle.com/technetwork/developer-tools/adf/uishellsrc-1612278.zip

    Frank

  • Flex 2 Source Code for the controls

    Source code for the Flex controls is available?

    Thank you!

    It comes with the SDK. I have it in my FDS installation under \fds2\flex_sdk_2\frameworks\source\mx\controls

  • Where can I see the source code for the controller

    Hi all

    My question is maybe stupid to some gurus of the ADF, but many people have found that R12 Pages have a lot of code and there is not too much documentation on how to customize a controller.

    1. I see the *.class of my controller in the $JAVA_TOP/oracle/apps/ar/cusstd/createcus/webui/ArCreCusCO.class on my server, BUT I don't see that any of the encrypted code when I open up JDeveloper. So I guess I'm doing it wrong.

    2. I want to change ArCreCusCO.class. I see a lot of people say Hey I've customized XYZ controller, but how they found the code and continue to change it is the least of my headaches

    3. do I need to configure something in JDeveloper so I can see Server classes to my JDeveloper - what they do, if so, how you do?

    4. I saw something in the help page saying adding components to the Extension of the OA the devil what?

    Thanks to illuminate some beginners in the ADF.

    With the new philosophy of Java, some of those 12 developers experience that we are not starting from zero because of this new architecture.

    Hector. -.

    p.s. any entry will be taken, but do not refer to the Oracle tutorial, is an example of cake I need some practical examples ;-)

    Hi hbono99

    (1.) you can .class c above java, which is the compiled code as source code is not provided by oracle, if you need this file '.class' to see the source code for decompile, JAD decompiler 1.5.8 version will be newer .well, it would be useful to see the source code, but sometimes decompiled class create problems when trying to compile again.

    2.), you can make changes in the ArCreCusCO.class after that decompilation and compile the same thing again to generate the class file, bcz you can put only class file on the server, BUT that would be fatal to change the standard class and the concept here to come of the Extension in the image, you need to extend this class. «XYZ custom "means the extesión of the class parent and make the extension u don't need not the source.»

    3.) u cannot see the source code of a .class in Jdeveloper, there is no such a parameter.

    (4.) to extend the need to ArCreCusCO.class you to create a workspace followed by creating a project in the workspace Jdeveloper
    process to extend the class

    a.) create workspace and project
    (b) create the same package in which resides the ArCreCusCO.class under the \jdev\myprojects\ in your Jdeveloper
    (c.) right click on the project, go to create the new class, here you will find the option to metion the package where you want to put the superior (normal package starts with a xx.oracle.-) the possibility of mentioning the nmae classs that you want to extend
    (d.) click ok at the end, you will get your extended class

    e.) source code usually has two methods ProcessFormRequest and processRequest, you can add the code according to the requirement.

    extension works bcz inside the method she calls super, so all first it runs all the methods of the parent class in your case ArCreCusCO.class and then control comes in extended class, now, your code will be run, which will be accomliseh your condition

    f.) tranaser the class file file expanded to the server, add this extended class with seeded page you need to customize the page, you will find the option to add your class, mention u your class with package to compete (the way that we import the file with their package names in our source code, here import is not necessary)

    thanx

    Pratap

  • Source code for Halo Custom Edition

    Halo Custom Edition has been placed on the PC more than 10 years ago and since then, the communities have worked with it to create amazing content for years, however, we hit a roadblock. We are limited by the power of the engine, something that we cannot solve without the source code. Halo CE is no longer supported by Microsoft, and since then it was largely up to the modders to work around him. is given his age, possible that the source code for Halo Custom Edition may be made public?

    You can try to contact Microsoft, but I guess it's unlikely.

  • Source code for Java?

    Is it possible to get access to the source code for the library API Java BlackBerry?  I'm working with the protection of a set of cryptographic keys using the cleaner memory.  I currently use the LDAPPasswordCache to store my keys, because it is the only class in the library that implements the MemoryCleanerListener.  I want to develop my own key storage class, but I'd love to see how LDAPPasswordCache is implemented so that I can use as a template for my own class.

    short answer: no

    long anser: do not hesitate to apply to rim for her

  • Required privilege to view the source code for the stored procedure

    RDBMS Version: 11.2.0.4

    Platform: Oracle Linux 6.4

    In our Production database, we have an application schema named CRM_PROD. And we have a read-only user named steve in this PB.

    Steve must be able to view the source code of all stored procedures, functions and packages in the CRM_PROD schema. But steve shouldn't be able to run these procedures, functions and packages in the CRM_PROD schema. What a privilege should give Steve for this?

    SYS is owner of the dictionary of data and tables for the source code. See configuration of privilege and role authorization - 11 g Release 2 (11.2).

    Select it no matter what dictionary grant will give user (read) access to the full data dictionary.

  • Search the source code for directories

    I'm developing a tool which is a directory of search optimizer. I was wondering where the source code of search directories? I want my face to look like window optimizer directory ongoing research, but then im adding features down. Thank you!

    Well Hello Meow,

    According to me, that the source for this Panel is part of one of the DLL Teststand calls directly, not in a file located in the directory of Teststand sequence.  Therefore, it will be not accessible to the public.

  • Link to the source code for the module does not

    I followed this link: https://addons.mozilla.org/en-US/firefox/addon/sabnzbdfox/?src=search (with download of the source) and got a '404 error' (https://addons.mozilla.org/en-US/firefox/files/browse/76042/)

    Find the source code in another place, and when I do, how I update the broken link?

    Hello

    You can also try after some time. To search for possible temporary network problems please see: http://status.mozilla.com/

    Also, if the problem persists, try the link in a new profile.

    Profiles Howto

  • Application crashes if the same source code for both applications but the names is different

    Hello

    I have an application on said device "OldApplication", and it works fine. I've done some chnages in the same source code and also changed the name of the application to different say "NewApplication". Now both applications are present on the device. "OldApplication" works fine but when I try to open ' NewApplication "it hangs on the splash screen. I checked the event logs and got the trace of the exception uncaught,

    Name: error

    GUID: 9c3cd62e3320b498

    Time: July 22, 2010 23:26:47

    No detail message

    net_rim_cldc-3 (4AD92B52)

    ResourceBundle

    getObject

    0 x 9141

    net_rim_cldc-3 (4AD92B52)

    ResourceBundle

    getStringArray

    0x918A

    MyApplication-13 (4C487910)

    Constants

    0 x 477

    MyApplication-6 (4C487910)

    Main

    loadRes

    0x10B2

    MyApplication-8 (4C487910)

    Splash

    run

    0x1DEA

    net_rim_cldc-1 (4AD92B52)

    Thread

    run

    0xB332

    How is it a generation of application relates to another application? NewApplications resource files is in conflict with the OldApplication resource files are same in both applications?

    "NewApplication" works fine if I uninstall 'OldApplication '. In fact, I want two applications to work very well.

    All thoughts.

    Problem solved!

    When I rename all localization resources, java class files resource was not updated bundle id. It was referring old bundle id file.

    So I create new files resource and copied the old content file.

    Now, the two applications work correctly.

  • Source code for ice cream sandwich

    Android is the operating system open source. But sony did not source after that they change it. Why sony doesn't have the source code of the ROM after each update of mobile phones? I think that people who know this programming could help solve bugs and find the error more quickly than a few developers of sony. This way users will be happier because bugs will be resolved quickly and we could better use our device we could we parameterization software. This way users will be happier because bugs will be resolved quickly and we could better use our device we could we parameterization software. I also think that sony would benefit from this since it would have more sales.

    I would be very happy if you give me an answer very enlightening and logic to explain why really the sony insists on hide the source even if sony has get the source code from google with permissions of open source.

    Visit this link to all your queries will be answered

    http://developer.sonymobile.com/downloads/opensource/

    Please check correct/useful if you find my post helpful!

    too many programmers get the file manual.ftp and help the customizations add and remove bugs with ics! just you need to unlock the bootloader for it!

  • Source code for OAWebbean...

    Hello

    Where can I see the source code of OAWebbean interface?
    Please give me some details on the hierarchy of webbean and where it is stored in our system.

    Thank you and best regards,

    Krishna Priya bazile

    Hello

    You can see the code Source of OAWebBean in this oracle.appps.fnd.framework.webui.beans.OAWebBean of JAVA_TOP path.
    It defines the main behavior common to all the web
    beans (for example, among other key behaviors, this sets the processRequest, processFormData
    and processFormRequest methods that implements the individual grains for themselves)

    In simple terms, it is used to capture all the beans that are associated with your page such as MessageStyledText, MessageLovInput, MessageChoice etc.

    Ajay

    Published by: Ajay3107 on July 16, 2010 02:12

Maybe you are looking for