DAC 10g: Variable Question

Hi all

I have a question on the establishment of a dac setting. If the scenario is as follows:

We have several plans which runs to complete a fact table, source data from different sources for different EP. All these execution plans have a common task.  This task common relies on informatica mapping that contains different look-up the challenge here is that we are trying to pass a variable in the eyes upward in the map, and this variable/parameter should have a dynamic value based on the running plan.  I know that in DAC 11g, we have the execution level parameters that can be set.  How can this be implemented in DAC 10 g?

Thank you!

To resolve this problem, I did the following:

(1) created a setting in the source system.

(2) type = SQL and used a SQL query to retrieve the desired value for the variable dynamically in the staging tables of fact.

Thank you!

Tags: Business Intelligence

Similar Questions

  • Running header Variable Question

    FrameMaker 11

    I would like to show a hierarchy in the headers of my (manual system) document as a quick reference to the drive location in the document.

    The look I'm going to do is something like this: title 1 > section 2... results by...

    Planning > creating a Plan

    I have inserted variables. Heading 1 is my chapter name and occurs only once in each file. When I get to the section 2... It works very well. But...

    The first pages look like this:

    Planning >

    because the FM has yet to see the first instance of heading 2.

    Question No. 1: Is there a way to 'hide' the arrow (longer than symbol) until there is a second helping of the flat string variable?

    I don't know if this would be considered conditional text? Sorry, my FM vocabulary is rusty. It's been a few years and a few versions I was working regularly in FrameMaker.

    Question 2: Anyone know of an 'arrow' better that I can use (keystrokes of shortcut or ascii) rather than the > character?

    You can see what is happening to the headers running when you move from one page to another:

    3rd & 4th levels always show what was on the previous page! This would be very complicated to your readers.

    What you need to do is at each entrance to top title, also push empty markers for the next levels of reset these to get the following instead:

    It may take a bit of tweaking on certain pages according to the headers are also displayed. But at least you can control this by adding or removing content in the marker (just don't remove markers, since always FM looks backward to the beginning of the flow to satisfy the requested condition and can take the content of the previous sections).

  • Oracle 10g DBA questions

    I am preparing to Oracle 10g certification. I have several questions that I can't answer how well I did a lot of research. Help, please. Thank you. S.

    1. which two databases users can log into EM to perform the loading bath using SQL loader?

    2. who would have three configurations you use for the automatic management of the backup and restoration of the Oracle database operations?
    store data files in the flash recovery area.
    store the archive logs in the flash recovery area.
    Back up the control files; use the database in archivelog mode.
    Configure the automatica undo management;
    Use the flash recovery for backup files automatic storage management

    3. which three user names, by default, can provide access to the control of database Oracle Enterprise managers?
    system, sysman, dmsnmp, sys?

    4. When you create a database using DBCA, why is the block size not enabled?

    5. the table maybe flashback if it resides in a locally managed tablspace?

    You do not have my point. There is no need to look for 'anyone' on any forum for the answers. You should look for them yourself.

    Think about this question only. Why the confusion? Florian gave an answer already you must choose the tempelate custom to get the option of block size. So the question is the size of block unmodifiable why right?

    + 1. you have chosen the file storage system.

    Doesn't ANY sense!
    2. you use no model of custom database to create db

    + 3. you haven't chosenGrid Ctrl +.
    It has nothing to do with the size of the block.

    + 4. data block size is set to the maximum block size supported by the operating system.

    Nope, oracle assigns the default value they use in a statement.

    + 5 block size can be increased when DBCA is called Oracle installer +.
    Nonsense!

    I left the option 2, that has meaning today?

    Yet once, not worth about issues and especially not these. Think and prepare concepts and for it you just put the efforts.

    HTH
    Aman...

  • link bean variable question in jsff

    Hi friends,

    JDeveloper 11.1.1.7.0

    I have a table in jsff 1 with all the records in a view and a button 'detail' in each line that leads to the jsff 2 which shows the details of the line only slected with editable fields.

    One of the fields (select one choice) in the form of jsff 2 has a variable bean (pageflowscope) of support.

    When I click on details and change the value in the variable soc said above and return to the table view without even commit. Now when I select another record and go to the detail view, it shows the value of the COS says higher than the value selected in the previous step.

    Ideas please

    Hello

    If you store the value in the flowrate range of page, the value will live until you leave the workflow. Try using a smaller range, or reset the value when you enter the fragment or just before leaving fragment2.

    Kind regards

    Ruben.

  • bind the variable question

    Hello

    I wonder what trivial mistake, am I doing here? Qsure uite that the syntax is correct and it has worked before in the developer doesn't have it?

    variable bind_variable number
    execute :bind_variable := 1;
    print bind_variable
    
    
    PL/SQL procedure successfully completed.
    
    
    
    
    BIND_VARIABLE
    ------
    
    
    


    I found regarding reports bug, but for versions a lot older.

    Win 7

    Version 4.1.0.19

    Java 1.8.0_31

    Looks like a bug in 4.1 based on the thread below and the comments in the blog below:

    Printing in SQL Developer 4.1 output

    http://www.thatjeffsmith.com/archive/2015/05/SQL-Developer-version-4-1-feature-recap/

    Works very well in 4.0.3.16

    See you soon

    AJ

  • SQL * more substitution vs bind variable question

    Hi all, I am trying to automate some SQL within SQL codes * more script that is triggered by a script .bat, the only parts that change are Dates...

    example:

    create table blah as

    Select * from table

    WHERE DATE between start_date and END_DAY;

    the DATE is a numeric field, YYYYMMDD

    The script runs always at the beginning of a new week, so a Monday, unless a public holiday, then a Tuesday.

    The END_DAY is * always * last Friday and I realized that:

    variable L_FRIDAY char (15);

    Start

    Select to_char (next_day(sysdate-7,'FRIDAY'), 'YYYYMMDD') as Last_Friday in: double L_FRIDAY;

    end;

    /

    The thing is that I get an error when I try to use the binding variable?

    create table blah as

    Select * from table

    WHERE DATE between start_date and: L_FRIDAY;

    Then once I found the end date, I was going to use add_months(L_FRIDAY,-12) for previous 12 months for the start_date...

    When I tried to use a variable Substitution I could just hard code the date, but I can not or do not know how to set the value of this exec to the variable?

    Help!

    :-)

    Basically my research reveals that - Bind variables are not allowed for operations of data definition, use substutions instead of bind variables

    I need an automated way to find the END_DAY which is last Friday and START_DATE that is 12 months before Friday and refer to those in the SQL without errors.

    Hello

    Kodiak_Seattle wrote:

    Hi all, I am trying to automate some SQL within SQL codes * more script that is triggered by a script .bat, the only parts that change are Dates...

    example:

    create table blah as

    Select * from table

    WHERE DATE between start_date and END_DAY;

    the DATE is a numeric field, YYYYMMDD

    The script runs always at the beginning of a new week, so a Monday, unless a public holiday, then a Tuesday.

    The END_DAY is * always * last Friday and I realized that:

    variable L_FRIDAY char (15);

    Start

    Select to_char (next_day(sysdate-7,'FRIDAY'), 'YYYYMMDD') as Last_Friday in: double L_FRIDAY;

    end;

    /

    The thing is that I get an error when I try to use the binding variable?

    create table blah as

    Select * from table

    WHERE DATE between start_date and: L_FRIDAY;

    Then once I found the end date, I was going to use add_months(L_FRIDAY,-12) for previous 12 months for the start_date...

    When I tried to use a variable Substitution I could just hard code the date, but I can not or do not know how to set the value of this exec to the variable?

    Help!

    :-)

    Basically my research reveals that - Bind variables are not allowed for operations of data definition, use substutions instead of bind variables

    I need an automated way to find the END_DAY which is last Friday and START_DATE that is 12 months before Friday and refer to those in the SQL without errors.

    Or SQL * more bind variable or variable substitution can be DATEs.  The best you can do is set a different type, as a string, representing a date.  A string as June 19, 2015"represents a date, but so strings like 'SYSDATE' and ' SYSDATE - 7', so you can do something like this:

    SET l_friday = ' NEXT_DAY ((SYSDATE-7), 'FRIDAY').

    DEFINE start_date = "ADD_MONTHS (& l_friday, - 12)"

    SELECT & start_date AS t_n

    , & l_friday AS l_f

    OF the double

    ;

    Output (when executed on 25 June 2015):

    L_F T_N

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

    June 19, 2014 19 June 2015

  • Very basic variable question

    I can get my way around Javascript and PHP, but simple things in AS3 stump me.

    The following code works fine:

    slideIn();

    function slideIn (): void

    {

    var myTween:Tween = new Tween(_root.content_txt1,"y",Strong.easeOut,-150,5,3,true);

    }

    I want to reuse the function of the different elements by inserting a (num) argument into the function. The trace function shows me that the variable has the correct value. However, interpolation analysis the variable 'point '. It looks for an element named "item", which results in an error.

    slideIn (1);

    the function slideIn (num): void

    {

    var point = "_root.content_txt" + num;

    trace (Item);

    var myTween:Tween = new Tween(item,"y",Strong.easeOut,-150,5,3,true);

    }

    Thank you.

    Right, because the element is a string and strings do not have a property y. just because you do not type the variable element does not mean that Flash does not know that it is a string.

    You must use array notation to get the object inside the movieclip eric.

    var point: TextField = eric ["content_txt" + num];

    You may also expressed as follows:

    var item: TextField = TextField (eric ["content_txt" + num]);

    Or if you plan to use it on various different display objects:

    var item: DisplayObject = DisplayObject (eric ["content_txt" + num]);

  • Dynamic Variables question. Need help as soon as possible :(

    Hi I am new to ActionScripts and I use about 3000 + variable. Hard coding each variable would take a lot of time and load time because I would be passing those variables to a php page in my fla.

    Here is my code:

    varReceiver = new LoadVars();
    varReceiver.load ("http://localhost/Syn... ")
    varReceiver.onLoad = function()
    {
    var DengueCasesZone;
    x = 1;
    so that (x < 12)
    {
    DengueCasesZone + x = number (this. [DengueCasesZone-x]) ;
    x ++ ;

    }

    I'm passing the variable DengueCasesZone from PHP to flash that has the same name to use in flash itself


    DengueCasesZone1, DengueCasesZone2, DengueCasesZone3 til DengueCasesZone12.

    Basically, I wanted to produce 12 variables in my above code

    I get an error when executing code that says "left side of the assignment operator must be variable or property."

    PS: I'm passing a string of my php to my flash which is / should be converted to a number.

    You target them incorrectly.  You use strings when you use the notation of support...

    varReceiver = new LoadVars();
    varReceiver.load ("http://...");
    varReceiver.onLoad = function()
    {
    x = 1;
    then (x<>
    {
    This ['DengueCasesZone' x] plus Number ((this ["DengueCasesZone" + x]));
    x ++ ;
    }

    just to confirm
    x = 1;
    then (x<>
    {
    trace (this ["DengueCasesZone" + x]);
    x ++ ;
    }
     
    }

  • Simple Variable question...

    Hello guys, I came across a strange problem and do not know if I have missed something. I created a simple code below for my AC, but it gave me an error that says

    Access of undefined property 'test '. I know it's maybe just, but I can not find the answer at this time. I appreciate if anyone here can help me...

    Thank you!

    < fx:Script >

    <! [CDATA]

    private var test: number;   declare the variable to test

    test = 25;  Give it the value

    ]]>

    < / fx:Script >

    You can initialize and judge at the same time (private var test: N = 25), but you can't just have a floating expression like that in the Script block. You can also assign a value inside a function (e.g. private var test: Number; function init (): void {test = 25 ;}), if you won't call from a location (for example, as a Manager for your component of creationComplete event).

  • Variables question

    I need to create a variable

    Once the project number is selected a list of numbers of tasks appear, as well as the title of the task (there will be a number of project to select from)

    for example I would select project number from a drop-down list and the number of task assigned to the project number is available in another drop-down list for the employee to choose from:

    1 project

    SSS-SM119 X 4 - ABC Manpower

    2 b-FY00 - Business

    2 b-FY00 - books

    2 b-FY00 - pencils

    2nd project

    SSS-SM119 X 4 - CCC Power

    2 b-FY00 - candles

    2 b-FY00 - pens

    2 b-FY00 - pencils

    I looked at the example of a purchase order it goes in the direction of what I'm looking for to accomplish, but I still need help more with my overall result.

    Examples will be greatly appreciated.

    Here you go... . If you have a large number of projects, you can use a switch rather... .you may be easier to deal with each case in this way.

    Paul

  • Reload the Variable Question

    I am loading a text file with the following code:

    var lv: LoadVars = new LoadVars();
    LV. Load ("test.txt");

    I need to reload the text file with a button to see the changes in the text file in the flash file.
    Any suggestions?

    Thanks for the help in advance.

    Question the new load... If you are having problems with the cached file
    then add one? r NombrAl = to the URL to trick the server.

    LV. Load ("test.txt? r =".getTimer ());

    --
    Dave-
    Developer leader
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.Adobe.com/communities/experts/

  • Oracle Forms 10g Web question

    Hello
    Would appreciate advice on how to set up 4 paintings on my form.
    I want to do is to have a "research question" Web on the top 1/4 of the screen visible all the time.
    This canvas will be three buttons-defining the type of query that must be performed.
    __
    The 3 buttons will call a go_block to each block B2, B3 or B4 - each set with a different canvas.
    __
    Is it possible that I can have the appropriate Web pop up on bottom 3/4 of the screen?
    Essentially, I want to lock the top 1/4 of the screen, with an area of results on the rest.
    __
    Thank you
    Sandy

    Sandy,
    This could be achieved by using a content canvas (CC) as the main search (who would be the top 1/4 of the canvas). Each of the results (blocks 2, 3 and 4) can be displayed by using a stacked canvas (SC) (for each block of results) in the low 0 of the penal code. The built-in Go_Block partially controls the display of the correct SC, for navigating to an element in the block would cause the canvas, as the article is assigned to become visible. If you need to clear the results section, simply check if each of the SC program results are visible and hide them using the built-in function Hide_View.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • Oracle 10g Licensing question for Dataguard

    Could you be it someone please let me know if a database 10g with a 10g logical standby databases and a 10g physical standby requires a license of dataguard.

    Thanks heaps

    Hello

    If you have Oracle enterprise edition, you can use free dataguard
    but don't mind if you have 1 Prod 1 phy pending, you must have 2 Oracle licenses

    Concerning

    Daniele Besiroglu

  • Code Variable Question

    Hello

    I have a Menu on a search page in DW with a list of States that connects to a mysql database. A user selects a State and hits ENTER. This will display results for the selected state.

    I wish I could add to a list item of menu for 'All', but all of the code changes and I tried the variables did not work. I watch very simply all my ads with a form page and separate search results, but it's so cluncky! How to create a ' either / or ' statement so I can have a single search engine and a results page?

    Here is my current code to the Recordset:
    SELECT *.
    Lists
    WHERE 'State' AS column name %

    Thank you

    Sead1

    Look at just below this line, the other you have changed.

    $query_Recordset1 = sprintf ("$query_R1", GetSQLValueString ($colname_Recordset1, "text"));

    should be something like:

    $query_limit_Recordset1 = sprintf ("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);

    In my example, the State request looks like this
    $query_R1 = "SELECT * WHERE the State = %s LISTS";
    What you may be different, but use any after the sprintf. Just the %s in the previous line.
    Change the name of column % to everything after the sprintf, mine was %s and not the LIMIT of %d

  • Variable question

    Hello

    I have a string stored in a var...

    icecreamSummary = 'blah ';

    Later in my code, I have a function where event.target.name = icecream

    I'm so trying to make a text content of the field be the "blah" in icecreamSummary, but I need to do using event.target.name, so as...


    Summary.Text = event.target.name + 'Summary';

    ... However, this makes the right text field display "icecreamSummary", not "blah".

    I tried a lot of combos of media and other ways to write it, but can not break.  I'm sure that I have done successfully in the past, but could not find the syntax in previous projects.

    Is it possible to code, or I guess I did it?

    Thanks for your time.

    Shaun

    this is a reference to the current object you reference

    May be in your code, it is something, try your track with "myIdName".

    Summary.Text = MovieClip (root) [event.target.name + "Summary"];

    give it a try with the code above.

Maybe you are looking for