Dynamically change the prefix of working table

Hi gurus of ODI.

I have two projects ODI to convert flat file to XML (km used is SQL file and append IKM XML control). These two projects eventually creates a similar XML structure.

When these two scenarios executed at the same time tables of temporary work, which stores the data in the file of the project (for ex. C$ _0Dimesion C$ _0Data etc.) would be even for these two projects, and as a result it creates all sorts of questions as the temp table gets deleted by a single process and other processes trying to insert some values into which proves defective then.

I saw the solution given in http://odiexperts.com/interface-parallel-execution-a-new-solution/

But in my case, I don't want to go with this solution, because it requires changes in the physical topology (prefix tables work) of staging of the database that is used by several other projects.

So, I want to add a string as integration_id project number before the name of a temporary table that is ' I111_C$ _0Dimension ' and that too without touching the physical topology.

I'm fine with KM change but I don't know how to do it.

Please suggest.

Kind regards

Sameer

Modify steps access C$ I $ tables in your KM.

For LKM where ever you see< %="snpRef.getTable" ("l",="" "a",="" "coll_name")="" %="" >="" remplacez-le="" par="" le="" code="">

<%=snpRef.getTable("L", "COLL_NAME", "A")%><%=odiRef.getSession("SESS_NO")%>

In revenge, everywhere where you see< %="odiRef.getTable" ("l",="" "a",="" "int_name")="" %="" >="" remplacez-le="" par="" le="" code="">

<%=odiRef.getTable("L", "INT_NAME", "A")%><%=odiRef.getSession("SESS_NO")%>

It should work.

Tags: Business Intelligence

Similar Questions

  • dynamically change the selection table of

    is it possible to dynamically change the table used in a select statement for an interactive report 3.2 on 11g database? I have a series of similar tables, one for each month of the year. I want to click a month on one page and to set up a table for this month report. I want to use a page for this report and have all the links from the link to the previous page on the same page, just different results based on what month has been clicked.
    I know I could just install 12 different reports and conditionally display each region based on a value passed to the page, but I prefer to create only a single page and a report on this page.

    Thanks for ideas or solutions.

    Hello:

    Because the tables involved are fixed for a given month, you can try something like

    select * from tab_1
    where :p_mth=1
    UNION
    select * from tab_2
    where :p_mth=2
    UNION
    ....
    select * from tab_12
    where :p_mth=12
    

    only the query for the IR. "P_MTH" is the page element has the value entered by the user for the months for which data should be retieved.

    CITY

  • Dynamically change the number of sub-panels

    Hello

    I have a computer where usually 4 testplaces of production are connected to.

    I want to have a main VI indicating the status of the 4 different testplaces, that I can do with 4 separate sub-panels - no problem.

    The issue is that I would be flexible in testplaces how I show in a program (as this hole thing is pretty cool, and I expect that some changes will come). Is it possible to dynamically change the number of sub-panels displayed (other that make it twenty of them and turning off then those you don't need)?

    My first idea was to place the school in a table, but unfurtunately is not possible.

    Best regards

    Frank

    Yamaeda wrote:

    The POP in separate windows, and you can have as much as you want.

    Or make separate them windows, and then set up a child-parent relationship in Windows, it seems as if it was all about a user interface.

    http://screencast.com/t/P9SJ1anR

    It's nice enough for the demo beta like software, but works.

    https://lavag.org/topic/17046-multi-panel-interface/

  • How to dynamically change the host name in the Pages of the URL of the APEX

    Dear gurus,

    Please advise me on how to dynamically change the hostname in the URL used in the pages of the APEX.

    For example: I have the below URL in one of the apex pages.
    owa_util. REDIRECT_URL ("http://adminlxdb03.texas.org:7780/pls/htmldb ' |' / f?") p ='|| v ('APP_ID') | ": 151:" | " v ('APP_SESSION'));

    in the case of a Migration of this apex from one server to another (for example, TEST the PROD box), this / these pages are wrong because the different host id name in the PROD box.

    Is it possible that we can dynamically change the hostname in the URL used in the pages of the APEX.

    for example
    owa_util. REDIRECT_URL ("http://adminlxdb03.texas.org:7780/pls/htmldb ' |' / f?") p ='|| v ('APP_ID') | ": 151:" | " v ('APP_SESSION'));

    should become

    owa_util. REDIRECT_URL ("http://adminetuxdb09.texas.org:7780/pls/htmldb ' |' / f?") p ='|| v ('APP_ID') | ": 151:" | " v ('APP_SESSION'));

    It's adminlxdb03.texas.org (TEST) at adminetuxdb09.texas.org (PROD).

    If the page has no error...

    Please notify.

    Thank you
    Sheik

    You don't need to provide the hostname while redirecting in the pages of the apex

    owa_util. REDIRECT_URL ('f? p ='| v ('APP_ID') |) ": 151:" | " v ('APP_SESSION'));

    should work just fine.

  • Change the "owner" of a table?

    I tried searching the forums... and I'm almost embarrassed by my apparently stupid question, compared to very complicated questions others ask!

    I'm new to APEX/Oracle/SQL etc.! I'm working throughout the book 101 PL/SQL by Christopher Allen (I really learn a lot... but...)

    I need to get a table owned by SYS to belong to the TEST!

    I can't find a forum entry to do this... but my best invited would be something like:

    SQL > UPDATE DBA_TABLES
    OWNER = 'TEST '.
    WHERE TABLE_NAME = 'PLSQL101_PRODUCT ';

    But to be honest with you, I'm not sure this is the right place for it... I found elsewhere on the forum, I can also perform:

    SELECT OWNER, TABLE_NAME from ALL_TABLES
    WHERE OWNER = 'TEST ';

    OR

    SELECT OWNER, TABLE_NAME from DBA_TABLES
    WHERE OWNER = 'TEST ';

    I'm not totally screw up my instance... by updating the wrong table.

    Any help would be greatly appreciated!

    KSL.

    Furthermore, before I 'Post Message', my real problem is, I'm about to do an IMP of four .dmp files... I knew the idea of the tablenames/users, etc. files four dump...

    I want to assign these imported tables/indexes...etc. my user "TEST", so that they appear in the object view my APEX, so I can easily see the tables! I'm assuming that I use the "touser = TEST" in my order IMP; but I wanted to know how to change the owner, just in case that did not do what I expected!

    Change the "owner" of a table?

    Not a chance.

    I need to get a table owned by SYS to belong to the TEST!

    create table test. PLSQL101_PRODUCT in select * from sys. PLSQL101_PRODUCT;

    (and don't even think to change the data dictionary directly).

  • Dynamically change the path of the report

    Is it possible to dynamically change the path where reports are saved. TestStand 4.1.1

    Glennjammin,

    You can set a path to the specific report for any sequence that you run via the entry points of process model using the reminder of your sequence ReportOptions. It will allow you to change the current settings in the Options report (including the path) for the execution of this sequence. This allows each of your sequences have unique report options.

    If I understand your question, you want to do is exactly what is meant recall ReportOptions.

    -Jack

  • Dynamically change the language in cvi

    Hello

    I would like to know if it is possible to dynamically change the IUR in English language to Russian?

    I have a program written in cvi and I need to be able to scwitch English to Russian UI when the user clicks a button...

    Thanks in advance

    Yes: You must create a resource of language of the dossier and can then use the LoadLocalizedPanel / LocalizePanel and LoadLocalizedMenuBar / LocalizeMenuBar

  • dynamically change the HomeScreen application title

    Hi all

    As you know, we can dynamically change the application ICON on the home screen,

    what I want to know how to change the title of the application on the home screen.

    I mean when the user foucs on my application, text will appear on the screen.

    When I change an ICON, I want that the text will be changed according to the new icon.

    Is this possible?

    Thank you.

    Try the HomeScreen class - see the documentation of the api for HomeScreen.setName)

  • My computer removes the programs and changes the way it works without my help or knowledge

    Hello

    I had a problem recently with my computer changes the way it works with some programs. I use my computer to print postage labels, and all of a sudden, now it asks me to save in my documents before I can print them. I did have to take the additional step before.

    And also, I use Adobe Acrobat to print the labels, and this afternoon, I printed a label and then had to leave. When I came back home I need to print another label, but kept getting the error 'invalid registry. When I checked the Adobe Acrobat program was missing from my computer?

    I'm the only person in my family who use this computer. Who removed the program? Can I have a virus? My computer works just fine in general, it's fast and responsive. Is it Spyware or malware? Everyone is faced with this problem?

    Thank you for your help...

    Darryl Hello,

    Thanks for posting your query in Microsoft Community.

    We regret the inconvenience caused to you. We will help you with the question.

    1. Have you checked in programs and features if you can find the Adobe Acrobat program?
    2. Have you installed all the updates of Windows pending?

    For now try the steps and check them off below if it helps:

    Step 1: Install all pending Windows updates and check.

    Step 2: Follow the suggestion given by Cynthia kasibhatla from link given below and check if this can help:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-Winapps/reader-error-invalid-value-for-registry-when/e76fe781-9457-4f48-93e2-a85b443ef3be

    Let us know the status of the issue. We will be happy to help you further.

    Thank you.

  • Dynamically change the order of the components

    Can I dynamically change the order of the components (input text entry LOV, etc.)  inside the layout of the Panel form?

    Currently in 11.1.1.7 but may be considered if necessary upgrade

    Yes, you can.

    See the example attached to this bug: https://java.net/jira/browse/JAVASERVERFACES-2390

    Dario

  • Two quick questions (hopefully) - right way to dynamically change the CSS class and put of Splash screen implemented

    Couple of quick questions have left me speechless!

    So, it seems obvious that many JavaFX applications want to dynamically change the CSS styles.  Is the best way to do it through la.getStyleClass () .add ("classname") < node >?  The underlying data structure is a list of observable.  So let's say we have 5 styles that simply to change the fill color of a circle of 5 different colors, respectively.  So if I have a condition in which I want to dynamically apply 1 of these 5 styles, as I do now it's by setting all 5 styles as a string in a list by using a static initializer, then I call < node > .getStyleClass () .removeAll (list), then getStyleClass () .add ("classname").  I do this to avoid adding again and still the same style and inflate the underlying list.  What is the right way to manage dynamic CSS styles?

    Finally a very simple I think.  So I know there's a little differently to implement a splash screen.  My app has certainly got bigger in the last few months of development and I noticed there are about a 5 second delay between when I run the application when I see the main stage.  I was thinking what a splash screen would be nice to fill that time.  I had no time to prototype using a Preloader and I fear that using another, early stage start-up again would be too long of a delay.  "I actually thought that using the Nice and simple JVM argument" - splash: image name > "would be simple, easy and effective.  Unfortunately when I try to do, the splash screen appears but never goes away.  Anyone know what is happening with this?

    Your mechanism to manage the css style classes is a good approach; I've used several times. I wonder why the style classes have been implemented as a list, instead of a game, but there may be cases of good use for the use of a list.

    In some cases you can also consider using CSS PsuedoClasses, which were presented in JavaFX 8. Here is a little easier to use, especially if you have two options. But a use case might look like:

    public class Message {
        public enum Status { NORMAL, WARNING, CRITICAL }
    
        private final ObjectProperty status = new SimpleObjectProperty<>(Status.NORMAL);
        private final StringProperty message = new SimpleStringProperty();
    
        // constructor, getters, setters, and property accessors....
    }
    
    public Label createLabel(Message message) {
        PseudoClass warning = PseudoClass.getPseudoClass("warning");
        PseudoClass critical = PseudoClass.getPseudoClass("critical");
    
        Label label = new Label();
        label.textProperty().bind(message.messageProperty());
        message.statusProperty().addListener((obs, oldStatus, newStatus) -> {
            label.pseudoClassStateChanged(warning, newStatus == Message.Status.WARNING);
            label.pseudoClassStateChanged(critical, newStatus == Message.Status.CRITICAL);
        }
        return label ;
    }
    

    And then your css looks like

    .label:warning {
        -fx-text-fill: orange ;
    }
    .label:critical {
        -fx-text-fill: red ;
    }
    
  • How do I dynamically change the the number of vCPU and amount of a virtual computer memory?

    Hi all

    My first question is how do I dynamically change the number of vCPU and amount of a computer virtual memory when the virtual machine is running? If so, this may be achieved by writing a few scrpits to inform the hypervisor?

    My second question is, I can start a virtual machine in KVM with the number of vCPUs and amount of memory configured in the startup script. I don't know if this is supported in vmware ESXi?

    I couldn't find the answer in the ESXi 5.0 user guide.

    Your suggestion will be highly appreciated.

    Cheng Wang

    http://sparrowangelstechnology.blogspot.com/2012/11/hot-add-of-CPU-and-memory-to-virtual.html

    You can change the ram and the CPU, but it must be enabled.

    by default, only it isn't.

    See this link to change the settings of vm via powercli

    http://ICT-freak.nl/2010/05/07/PowerCLI-script-to-schedule-memory-and-or-vCPU-updowngrade/

  • Dynamically change the cursor?

    Hello

    I want to be able to change the cursor that appears when I rollover text. Basically, I have text/button that can only be clicked when another action has been performed, I wish that this button at the start have the default cursor, and then change the cursor/pointer when the user has run this other action.

    Is it possible to dynamically change the cursor through the code?

    Thanks for your help!

    $("button").css({'cursor':'default'});)

    More information: cursor CSS property and HTML DOM Style cursor property

  • is it possible to dynamically change the industrial action.

    Hi friends,

    I have a scheduler job to call the shell script. Is it possible to dynamically change the industrial action (IE change the name of the shell script based on requirement).

    My basic idea is to have a scheduler job to call different shell scripts based on requirement.

    Thanks in advance
    Jeeva.

    You can try using DBMS_SCHEDULER. SET_SCHEDULER_ATTRIBUTE with:

    attribute => 'JOB_ACTION'
    
  • Why not a Global change, newly created to change the activity ID work?

    Why not a newly created role of Global change (substrings) to change the activity ID work? Yet, I can copy a modifier of function (substrings) existing Global change to change the activity ID and it will work. The newly created is identical to that copied?

    Please upgrade to P6v7 and rename the activity ID problem will be fixed for life.
    You can rename 10 000 activities in 10 seconds using P6v7 without global change running.

    Jawad
    Novo rail, Sydney

Maybe you are looking for

  • iCloud backup does not include recent emails

    I backed up my iPhone 6 to iCloud for the first time, but the most recent emails are from 2014. Where are the rest of my emails?

  • T520 sound stops working when HP Monitor is connected

    Hi all Any help would be great. I have a new T520 and a new external monitor (HP ZR2440w). As soon as I plug the DisplayPort connection, I lost the sound on my laptop. I also lose sound through the headphone jack. Please help thanks. BR, K

  • Hardware acceleration - display T61P driver

    Hello Until recently, my T61P laptop worked without problem I recently "" my nvidia display driver updated the latest version on the Lenovo Web site and now every game I installed gives me an error message about the game "require hardware graphic acc

  • X 51 graphics

    Hey all I have an alienware x 51 with brick w power 330. Ive noticed dell now offer an upgrade option 970? If I could put a 970 in my computer and if so what card will agree and will work? see you soon

  • use of "files .alx files specify imported."

    Hello In the file BlackBerry_App_Descriptor.xml in the tab generate, we have a Desktop Manager deployment dependencies option-> "specify imported files .alx files." where we can import files .alx file. What is the use of it? I can add file alx from a