Repository dynamic Variables

Hi guys,.

I noticed a problem in obiee 11g (thousands, unfortunately).

I create different dynamic variables (repository) to be evaluated by a single query.
If I test the block of initialization, it's all ok, and each variable to find a corresponding value from the query.

But the programmer does not work and all the variables that remains to be equal to the default values.

Why this behavior? Does anyone have the same problem? Solutions?

Thank you very much.







moved here from Business Intelligence Application *.

Hi andysax

I faced a similar problem when editing online a repository of 11 g. Oracle noted a bug (10394725) and developed a patch to me correct the fault. It was caused by the administration tool does not release its lock on the init block.

A couple things to check to verify that it is the same problem. Look in your nqServer.log to see if there is an error concerning «unable to acquire an exclusive lock...» ». You edit your SPR in online mode and took a very long time recording?

Kind regards
Paul
http://total-bi.com

Tags: Business Intelligence

Similar Questions

  • With regard to the dynamic variable repository

    Hi Experts,

    I made a dynamic variable repository. This variable is calculated the date of beginning of the week.
    I use this variable in the command as a default prompt.
    the problem I am geeting that its value is not getting updated. It shows the static value that I gave you in default initializer
    RPD.i want to, its value is changed in every week, but it does not change, his shows always value that have default
    in view of the RPD.

    Please share any solution for this problem.

    Hello

    Please use the below SQL syntax in the default selection of the guest of dashboard.

    SELECT CASE WHEN 1 = 0 THEN date_column of another TIMESTAMPADD(SQL_TSI_DAY,-0, CURRENT_DATE) END OF SH

    Concerning
    Young

    NOTE: Please mention if this solved your problem/still face and close the message.

  • How to remove all the dynamic variables of a movieclip?

    I have the movieclip:
    mcGrazer

    with a certain dynamic variables like this:

    mcGrazer.var1

    mcGrazer.var2

    etc.

    If I use:

    delete mcGrazer;

    It does not remove the variables.

    But if I use:

    delete mcGrazer.var1

    It removes this individual variable.

    is there a way to destroy information (variables) to a particular movieclip?

    Thank you.

    You can use:

    function deleteVariablesF(mc:MovieClip):Void {}

    for (var s:String MC) {}

    delete a [s];

    }

    }

  • Dynamic variable names

    Well, I just need to understand how to make dynamic variable names. In this case, I have a loop, and inside the loop, I need to create a table for each iteration of the loop. Something like

    < cfloop from = "0" to = "10" index 'i' = >
    < cfset LoopArray #i # = Some Value >
    < / cfloop >

    But it does not work. How can you make a dynamic variable named? I think it's probably something to evaluate them with or, but I don't know how to use them and the livedocs are meaningless to me. Thank you!

    See attached example.

  • AS2 syntax and dynamic variable names

    Hi all

    Try to learn AS2 and hoping someone can help me by explaining the problems with the following code example, and what would be needed to make it work (i.e. to create dynamic variables and some clips from a table).

    Thanks for your time!

    :

  • Dynamic variable

    I want to add pages to an accordion component. The following code does not work:

    some_number_between_1_and_10 returned by the call to the database

    var numpages:uint = some_number_between_1_and_10;
    var cnum:String;

    for (var i: uint = 0; i < numpages; i ++) {}

    VALUE = "c" + i;
    This [value]: canvas = new Canvas();
    This [value] .label = "Page" + (i + 1);
    myAccordion.addChild (this [value]);

    }

    The first use of this [value] will return the error: label must be a simple identifier.

    So how to set and use a dynamic variable?

    Doug

    You can create 'dynamic' variables in the way that you are trying to do. Variables dynamic are also bad programming style that's why AS3 makes it more difficult to do. In your case, it is best to use a table:

    pages of the var: Array = new Array();

    for (var i: uint = 0; i
    {
    var page: canvas = new Canvas();
    page.label = "Page" + (i + 1);
    myAccordion.addChild (page);
    pages.push (page);
    }

    Then you can see each page as page [0], [1] pages, etc.

  • Dynamic repository default Variable initialization

    Using Oracle BI (10.1.3.3.2) administration tool, I created a repository Variable Init block, the Data Source, the set as default initialization string:

    Select cast (trunc (sysdate)-1 date) of the double

    and associated with a target Variable, dynamic repository Variable, default initializer, generator expressions, the Variable defined without any error message like:

    DATE ' 2008-12-11.

    Whenever I have save the repository using the administration tool, this definition of the variable converts without warning to:

    TIMESTAMP ' 2008-12-11 00:00:00 '

    How can I stop the conversion of TIMESTAMP DATE in the default initializer?

    Use to_char in your sql instead of using the cast function. For tank allows you to mention the format.

    Select double To_Char(Sysdate-1,'MM/DD/YYYY').

    -Madan

  • ADF/JavaScript - get dynamically variable of bean

    I'm trying to recovery value of bean in JavaScript according to the element in the source:

    function getValue(actionEvent){
      actionEvent.cancel();
       var component=actionEvent.getSource();
       var id=component.getId();
       var substr= id.substr(2,4); //This gives me "l11" for a component
       //Now I need the value of the bean variable MyBean.value<substr>
       //For this case, I need the value MyBean.valuel11
       //If I do something like alert("#{MyBean.valuel11}"); it works
       //But I need dynamically
       var val =   "#\{MyBean.value" + substr + "\}";
      alert(val);
    }
    
    

    But the result appears:

    {MyBean.valuel11} and not the value of bean.

    Could you help me?

    Thanks in advance.

    JavaScript don't know the Expression Language of ADF Faces components.

    You must use an af:clientAttribute tag

    Read more here:

    http://www.Oracle.com/technetwork/developer-tools/jdev/1-2011-JavaScript-302460.PDF

  • Instantiate a class from a dynamic variable

    Hello world. I'm just working on a small project of tilebased and I wish I could put one of my tile with a little code objects.

    For now, I just got this on my left, click on the function:

    __________________________________

    If (tileType == "grass") {}

    var grasstile:grass = new turf;

    addObj (grasstile, absMX, absMY);

    } Else if (tileType == "filth") {}

    var dirttile:dirt = new dirt;

    addObj (dirttile, absMX, absMY);

    }

    __________________________________

    Where tileType is a variable that changes according to what tile the user to select in the menu, and addObj is a custom function to add objects.

    However, there are a lot of tiles, and widely, I'd rather be able to use some code generation rather than duplicate it over and over again for each tile.

    Is there a way to do this?

    I thank very you much for your time.

    Brendan

    I think that the following example which will respond in what concerns the use of a string to dynamically set a class object, just translate it to your situation...

    var ClassRef: Class = Class (getDefinitionByName ("className"));

    var classInstance: * = new ClassRef();

    addChild (classInstance);

  • How to use a dynamic variable in guest of dashboard

    Hello

    I'll have a filter in my dashboard that display values only 15 (from max max-15). I created two dynamic in RPD as variables below

    Exec_Time1: SELECT max (CAST (START_TS AS TIMESTAMP)) FROM tablename
    Exec_Time2: SELECT MAX (CAST (START_TS AS TIMESTAMP))-15 FROM tablename.

    In the dashboard, I want to use the filter as timestamp between @Exec_Time1 and @Exec_Time2.


    Could someone explain how to apply this filter.


    Thank you
    Pushpa

    great (always nice marking ;-)))

    KR,
    A

  • Problem of navigation with dynamic variable list

    Hi all

    I'm a bit in stock with a small question (maybe). I am looking for a way to put the variable to a list of navigation in the same page. Can it is where my navigation list is pointed: f? p = & APP_ID.:20: & SESSION. : & DEBUG. : P20_3, P20_1, P20_2: #État #, #Année accountant #, #Période accountant #:.
    I need to inherit the value (#État #, #Année accountant #, #Période accountant # :) a SQL in the main region (list are in a subregion).)

    Could help me with this please?

    Thanks in advance!

    Eric

    844999,

    You will have to wait until 4.1 Apex

    It is one of the new features 'dynamic lists '.

    However, you can replicate such a list, if you create a report model that looks the same in a list and then create a report with this list.

    Kind regards
    Richard

  • Value of dynamic variable not accept?

    Hello

    I declared a (Non-persistent) alphanumeric variable in a package and use this variable in an interface. Note that variable has no value in the history, but I said a default value of something as 2099.
    I have created a scenario of this package and run it and a value in the Popup variable a new value of 1099.

    But I find a strange scenario that ODI always accept the default value of 2099 instead of 1099. I do not understand why in view of its default value if I spent in the pop-up window.

    Is this a BUG in ODI? or perform work all about this problem?

    Thank you for your help in advance.

    Murali.

    Hi Murali,

    I assume that you run the scenario of the designer package and you pass the parametrs of there.
    In this case once you have entered the dynamic value for the parameter you have to press 'ENTER' and then clck OK / execute
    (a small limitation / bug :-)))

    Please let me know if you still experience the problem.

    Kind regards
    Pascale of M

  • Dynamic variable naming for the Sound object

    Is it possible to dynamically name a variable? I would like to create a new Sound object on the fly, so that I can use the sound.load() method several times. I would simply create and name the variable and add a number at the end of the name (i.e.; var "audio_1": Sound). I'm sure it's possible. However, I can't seem to get it figured out.

    :

  • dynamic variables, sampling and bind

    Hello

    dynamic_sampling is used to link the variable? why he doesn't get good cardinality with lie?
    When you use literals, I see that dynamic sampling occurs and get good cardinality.
    When you use links (without his stats on tables), I see that dynamic sampling occurs but the cradinality is the same as without dynamic sampling.

    is dynamic sampling not work well with lie?

    Zvika

    Hi Zvika,

    Why in the last selected is not using dynamic sampling?

    Because you put text in your meter, I suppose.

    Try something like:

    select /*+ dynamic_sampling(z1_t 4) */
           *
    ,      'this is hard parse'
    from   z1_t
    where  flag1 = :x
    and    flag2 = :x;
    

    In addition to the autotrace setting, you might want to trace your tests using the:

    SQL> alter session set events '10053 trace name context forever, level 1';
    
    -- your queries etc...
    
    SQL> alter session set events '10053 trace name context off';
    

    See what you find in the .trc file, as and post results/questions here.

    Or use this approach, another way to see more:
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:963818400346843003
    (scroll down to the "explain plan does not link peek, explain plan optimizes for '? '-part")

    Also: what is your version of DB?
    (When I have time later today, I'll try to implement a similar testcase).

  • Create a dynamic Variable in LabView (newbie Java developer)

    Guys,

    That's my problem, I'm a java developer & c ++ and was interested in learning about LabView. But also simple as indicated by the site OR it is not as banal that I expect it to be perhaps because of my though process. So what I'm trying to get a simple sample to help me start my LabVIEW.

    Example in allows Java say I prompts a user to enter a value that the user enters the [value = 20] & I would be able to create [value = 20 new items], is the value regardless of the user enters. In LabView things do not seem to work that way. So I was hoping that someone provide a nontrivial simple example so that I can better understand how to apply it.

    Thanks for you comments

    Hi * E *.

    I come from a Java background too so might be able to help. I found that LabVIEW is less demanding on the programmer necessarily specify the capacity or the number of variables being created during development and it's a little more intuitively in the background.

    What types of data are you interested? From your post, I would be tempted to use a Subvi "Initialize the array" and wire just at the entrance to size dimension user input.

    In LabVIEW, it is considered advisable to use wires instead of variables wherever possible because they focus on the stream of data as part of the program.

    That help a little?

Maybe you are looking for