Level Id in the mdp_matrix ( Oracle Demantra)

The level id in the mdp_matrix signifies the level at which the forecast gets generated for a given item-location combination.
I have six levels defined in the forecast tree.
When I see the results for level id in mdp_matrix after having run the analytical engine I am seeing values of -1, 0 and 6 - what do they signify.
Which table stores these level id and equivalent forecast tree level.
I am bringing sales historical data at the lowest level - for both item and ship to code.
I am atleast expecting some/few/most of the forecast should be generated at the lowest level - level 1 (level_id) - but hardly do I find records in the mdp_matrix as level_id =1 (the min level in the forecast model library is set to 2 / 3 and max level to 999999.
Any pointers appreciated.
thx and rgds,
Pankaj

Hi Pankaj,
The level_id field is updated dynamically when you run the analytical engine. The range of values in level_id field is determined by number of forecast levels you choose in forecast tree definition. But while generating forecast, which values to use among is determined by max_fore_level and min_fore_level parameters as mentioned by Rubellah.
Take the following example: (This is the log generated by Analytical Engine, stored in "engine2k" folder)
In this log statement [x,y,z] values signify, x - level_id, y - item_node and z - loc_node respectively.
The Analytical engine analyses every set of data available for forecast for each item-location combination. But always generate forecast at lowest possible level.
1) 10:36:44:967 [3,22,1] has a usable number of observations. (52)
2) 10:36:44:998 [2,22,1] has a usable number of observations. (52)
3) 10:36:45:280 [2,22,1] forecast succeeded using models B,C,E,X
4) 10:37:24:219 [3,53,8] has a usable number of observations. (52)
5) 10:37:24:265 [2,53,8] has a usable number of observations. (52)
6) 10:37:24:922 [2,53,8] forecast failed.
7) 10:37:25:578 [3,53,8] forecast failed.
8) 10:37:25:797 [3,55,8] has a usable number of observations. (4)
9) 10:37:25:828 [2,55,8] has a usable number of observations. (4)
10) 10:37:25:844 [2,55,8] forecast failed.
11) 10:37:25:859 [3,55,8] forecast failed.
12) 10:37:26:047 [3,57,8] has a usable number of observations. (51)
13) 10:37:26:078 [2,57,8] has a usable number of observations. (51)
14) 10:37:26:078 Node has Intermittent data.
15) 10:37:26:125 [2,57,8] forecast succeeded using models F
16) 10:37:26:906 [4,3,8] forecast succeeded using models B,C,E
17) 10:37:27:250 [4,4,8] has a usable number of observations. (52)
As you see line 1, shows that there is usable no of observations it found item_node 22 & loc_node 1 combination at higher level_id 3. But according to line 2 it also found good enough observations at lower level_id 2. Hence it generated the forecast at level_id 2 as sighted in the 3rd line.
The exceptions might occur like in lines 4,5,6 & 7 where engine is not able to generate forecast at lower as well as upper level too. The first try is made at lower level [2,53,8](It failed) the 2nd try made at upper level [3,53,8](It failed here too).
From the third set of lines 8,9,10 & 11 we can guess the reason of forecast being failed as very less number of observations (only 4).
The forth set of lines 12,13,14 & 15 shows that there is intermittent data available so it generated forecast at lower level using model "F".
Line 16 states that forecast is generated at upper level_id 4.
Line 17 states that there were usable no of observations but didn't generate any forecast for that combination.
Hope this might help you.
Milind...

Similar Messages

  • How to check the row level security in TOAD for oracle

    Hi ,
    for ex, i have 2 types of users
    normal user and super user
    super user can see the group set (some column name) created by normal user
    but normal user can not see the set created by super user
    this set crestion aslso has 3 types "U','P',S'
    P & S can be viewed by even normal user
    but U should not
    so here we are having some row level security for the normal user .....
    So, in TOAD for oracle how to check that......
    Let me know if i'm not clear

    Like
    I'm the super user....
    And some records are inserted to a table by different users ('a' , 'b', etc....)
    So,if user 'a' logins then he can be able to see only the records inserted by 'a' only...
    how to see in TOAD where such type of scripts (filter conditions) are written.....

  • Oracle Demantra 7.3.1.5.0 Installation Issue

    Dear All,
    I have a Win 7 64 Bit OS on my Laptop with 16 GB Memory and Core i7 Processor.
    I Downloaded both 32 bit and 64 Bit Windows based Oracle Demantra 7.3.1.5.0 versions from Oracle's E-delivery Successfully.
    Prior to the Installation of Oracle Demantra 7.3.1.5.0 using Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    I created the required Tablespaces as
    create tablespace TS_DP datafile 'F:\oracle\product\10.2.0\oradata\test\ts_dp01.dbf' size 1000M;
    create tablespace TS_SALES_DATA datafile 'F:\oracle\product\10.2.0\oradata\test\ts_sales_data01.dbf' size 500M;
    create tablespace TS_SALES_DATA_X datafile 'F:\oracle\product\10.2.0\oradata\test\ts_sales_data_x01.dbf' size 100M;
    create tablespace TS_SIM datafile 'F:\oracle\product\10.2.0\oradata\test\ts_sim01.dbf' size 500M;
    create tablespace TS_SIM_X datafile 'F:\oracle\product\10.2.0\oradata\test\ts_sim_x01.dbf' size 100M;
    create tablespace TS_SALES_DATA_ENGINE datafile 'F:\oracle\product\10.2.0\oradata\test\ts_sales_data_engine01.dbf' size 500M;
    create tablespace TS_SALES_DATA_ENGINE_X datafile 'F:\oracle\product\10.2.0\oradata\test\ts_sales_data_engine_x01.dbf' size 100M;
    All Tablespaces are create successfully.
    Also I set the system JAVA environment variable as
    JAVA_HOME with value as %JAVA_HOME%\bin;F:\oracle\Middleware\jdk160_24;C:\Program Files (x86)\Java\jre1.5.0_22
    (Earlier I used jdk1.6 for Middleware which I removed using Add Remove from control Panel).
    As per the Java requirement for Demantra (which requires - JDK 1.5.0_22 only) I Installed. jdk-1_5_0_22-windows-i586-p.exe and jre-1_5_0_22-windows-i586-p.exe. During the Java JDK Installation I get the following error
    Java Virtual Machine Launcher
    Could not find the main class. Program will exit.
    After JDK Installation in spite of the main class error. I started Demantra 64 Bit 7.3.1.5.0 setup.exe installation
    It goes fine with all the wizard steps of selecting the user, jdbc connection, database validations, standard applications,
    user execution until it comes across the following error during installing wizard step as :
    Failed to Install JDK
    Failed to complete JDK 1.5.0_22 Installation.
    Please Install JDK 1.5.0_22 manually.
    Further it looks for Adobe installation too, where I find the next button grayed out. and the installation stops unless cancel
    button is pressed.
    I tried even installing thru Demantra 32 Bit 7.3.1.5.0 setup.exe  (same error for both 32 bit and 64 bit too)
    What can be the root cause of the error :
    1) Is it because of the JDK Error (Could not find the main class. Program will exit)
    2) Is Oracle Demantra  7.3.1.5.0 setup.exe certified to be installed in Win 7 64 Bit or 32 Bit ?
    3) Do I need to Install JDK before Demantra Install. (As mentioned in the document demantra installs JDK too)
    4) Is the system Environment Variable as
        %JAVA_HOME%\bin;F:\oracle\Middleware\jdk160_24;C:\Program Files (x86)\Java\jre1.5.0_22
          Correct or Wrong ?
    I have been trying the Installation of Java and Demantra umpteen times,thru various screen shot and documents,
    for last 5 days,  still the same issue ?
    What is the correct Java version for Demantra 32 Bit 7.3.1.5.0 and Demantra 64 Bit 7.3.1.5.0
    What is the overall root cause of the installation failure.
    Thanks
    Ajaz

    Hi,
    Kindly refer my blog link:
    http://obieeelegant.blogspot.com/2011/10/windows-7-home-premium-edition-is-not.html
    from exp..with obiee11g installation with win 7 64bit i have face so many issues..
    http://obieeelegant.blogspot.com/2011/09/obiee-11g-111150-software-only.html
    obiee11.1.1.5.0(Software Only Install) windows 7  64bit Installation Error
    OBIEE11g software only install configuration get hangover on win 2008 64
    ==========
    Note: some time it works with simple install option then rebooting mechine/restarting mechine it's not working.then i had OWC and discussed with MY Oracle Support team...they confirmed it's not support. please refer the certification matrix excel file in my blog link
    Hope it's clear...
    Thanks
    Deva
    Edited by: Devarasu on Nov 25, 2011 11:18 AM

  • Segment level I/O statistics in Oracle 8i

    I need to get segment level i/o statistics in Oracle 8i. I am looking at v$session_wait to find out the block id each i/o event is happening to. But for 'db file parallel write' event, there is only number of files and number of blocks info. How do I determine which file and which block id the event is happening to? Thanks a lot!

    Thomas,
    You need to use table alias for this:
    select E.att_ext.NAME from emp_ext E;
    Notice the 'E' here.
    Regards,
    Geoff
    null

  • Deleting the flashback recovery area and the files (Oracle 10g on Solaris 8

    Hi,
    We have a dev. db which is small about 3 gb in all (crd files). for this I had enabled flashback and also put it in archivelog mode. then the db_recovery_file_dest_size grew to 3 gb. since space is an issue, I turned off the flashback feature. (by the command: ALTER DATABASE FLASHBACK OFF;)
    Tomorrow I will also make it into noarchivelog mode. My question is: it is having lots of archived logs (may be 3 gb or more) in the flashback recovey area. What is the correct syntax to delete them? There is a warning in alert log which says that use RMAN delete command but I am not aware of exact syntax.
    Thanks
    Nirav

    You can use variations of delete. (As you say there are many files, incude noprompt)
    Once the database goes into noarchivelog mode, the archived redo logs are essentially worthless. They would be useful/necessary if you wanted to restore the database to a point in time prior to going noarchive, but if you don't need that, the two ways you are looking at deleting (depending how you go about it) are at the OS level and within the database (what Oracle knows or remembers about the archived redo logs and where they were sent to via the arch process). The RMAN approach is cleaner, assuming you were using that.
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/maint009.htm#sthref776
    Delete unnecessary files from the flash recovery area using the RMAN DELETE command. (Note that if you use host operating system commands to delete files, then the database will not be aware of the resulting free space. You can run the RMAN CROSSCHECK command to have RMAN re-check the contents of the flash recovery area and identify expired files, and then use the DELETE EXPIRED command to remove missing files from the RMAN repository.)

  • Oracle Demantra Plug-in

    Hi,
    Is there any Plug-in available for Oracle Demantra?
    Is it possible to integrate Oracle Demantra with Oracle Enterprise Manager Grid Control?
    Thanks,
    Manoj

    Hi Manoj,
    As per my knowledge, the Oracle Enterprise Manager Grid Control helps us to manage the databases and application servers in a grid solution.
    Coming to the plug-in part of your query, there is no specific one for Demantra since Demantra can be integrated with EBS/JDE/Siebel or could be used as an independent system. Hence based on the integration we can use the respective Application Management Pack for monitoring the Enterprise Environment.
    http://download.oracle.com/docs/cd/B16240_01/doc/nav/plugins.htm
    The URL gives the plugins available for OEM 10g Release 5 (10.2).
    For the database monitoring purposes, OEM uses by default the SYSMAN schema in an Oracle database as a super-administrator account/repository. So in case of monitoring Demantra's database, I believe we should point OEM to the DBA username (like SYSTEM) that we pass while installing Demantra because Demantra objects (procedures, tables, indexes etc.) are stored within the Demantra Schema (like dmtra_template) in the DBA username(SYSTEM).
    I hope I could be of some help to your queries. For further specific questions I would suggest you to get in touch with your Oracle respresentative.
    Regards,
    Shekhar

  • LEVEL attribute for the NavigationPane in ADF11g

    Hi All,
    I am working in ADF11g. I have a requirement to develop page hierarchy using NavigationPanes and NavigationCommanditems. I have to show/nottoshow few navigationpanes.
    Can anyone give me an example for LEVEL attribute for the NavigationPane and how it can be used.
    Thanks in Advance,
    Melissa
    Edited by: user10942366 on Mar 31, 2009 1:56 PM

    Please follow cuecards at:
    http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_43/ccset43_ALL.html

  • Change the tax code at order header level that reflect the change in all it

    Dear consultant,
    Change the tax code at order header level that reflect the change in all items lines under this order
    Facts:
    Define tax code,
    Assign it to bill & ship to customers,
    I do all setup in oracle receivable guide for defining tax
    Examples: I navigate to order management to create order
    First I select the customer and order type after that I navigate to tab line
    I enter the item in the first line the tax code coming by default
    I enter the second items line also the tax code coming by default etc three ,four, five until line 40
    Now I want to change the tax code for all items but not by enter and change it in each line? No,
    I want the way that I change Tax Code at order header after that the change is reflect in all items line
    Business Impacts:
    Suppose I create order include 40 items , I want to change the tax code that coming by default , that require me to enter in each line to change tax cod 40 times ,this not logic and not acceptable from my customer

    Hi,
    The defaulting rules apply only for the first time when you are adding new lines on to the Sales Order. Respective field vaues will be defaulted from the SO header level.
    In case, if you want to update all the 40 lines for Tax Code in one shot, then please select all the lines on the sales order, try Mass Change.
    (Navigation: Tools->Mass Change).
    Regards,
    Hemanth

  • Oracle Demantra 7.2 download

    Hi all,
    Could anyone please provide the download link for Oracle Demantra 7.2 version.
    Thanks & Regards,
    Swathi.

    You can dowload it from edelivery.oracle.com
    Demantra latest version now is 7.3.1 FYIP

  • OAM - with Oracle Demantra

    Hi All,
    Can anyone give me some info on integrating OAM with Oracle Demantra for SSO..
    Thanks in advance,
    Sai

    Hi Sai,
    Please see the following link posted earlier:
    Re: Oracle Demantra Plug-in
    Hope it might be helpful.
    Regards,
    Shekhar

  • Error in starting the service Oracle CSService not found

    Hi all,
    i am trying to install Oracle Enterprise manager grid control,
    i am getting the following error message
    "error in starting the service Oracle CSService not found"
    when i checked in the "services.msc" the Oracle CSService is not started, so i tried to start the service, but its not starting and giving the error message as "error 3 system cannot find the path specified"
    then i checked in the service properties, and the path is pointing to a different directory,
    now i want to change this path to the correct oracle bin directory.
    any views how to cnage/update this path in the services.msc, for "Oracle CSService"
    Thanks alot.

    Hi
    i have got the answer for this question, i updated the registry with the correct file path, and then closed the registry, the services.msc file is automatically updated with the correct path
    and then started the CSService, then went to the OEM setup i clicked Retry buton, then it went through.
    Thanks to all the viewers.

  • Welcome to the new Oracle User Group Community

    Welcome to the new Oracle User Group Community. Whether you landed here via the redirect from the previous community site - IOUC.org - or navigated here directly, welcome. This new platform brings new community features to enhance the way you connect with user group peers and with Oracle, as well as make it easier for you to find information through a more intuitive interface. We invite you to provide your feedback on the new site. Log in using your OTN Forum credentials and join the discussion here. If you do not yet have OTN Forum log in credentials, navigate to http://community.oracle.com/community, click on the "Register" link in the upper right corner of the page and create your account.
    We look forward to hearing from you.

    Hi Kashif,
    Glad you like the new Community. Communication among user group leaders works a little differently on this site than on the previous site. Rather than having communication focus around e-mail distribution lists, communication now is focused within the site itself. The intent is that this will provide users the one place to come for information, rather than having to sort through lots of e-mail threads. That doesn't mean that e-mail is completely out of the picture though. Users can opt-in to receive e-mail notifications when an individual piece of content is changed, or when content is posted to a space. Look for the "Receive email notifications" link under "Actions" to start receiving notices. To stop receiving notices, go back to the same content/space and click "Stop email notifications".
    Your Relationship Manager will be talking with you and the other leaders in your region over the next few days and weeks regarding how you and your group of leaders want to communicate.
    Best regards,
    Oracle User Group Team

  • Multiple APEX instances sharing the same Oracle Home?

    Can someone tell me if it is possible to have multiple APEX installations where the database instances are sharing the same Oracle Home? If so, how would this be set up?
    So, if I have development and test running on the same home, I want a separate APEX instance for each. We can do this when different Oracle homes are used (separate httpd running) but not for the same home.
    Thanks

    Thanks - We have tried putting 2 dad entries in file, but not sure how you connect. You only specify a port number, so how does it connect that to a db???

  • Oracle TDE - Can multiple databases use the same Oracle wallet?

    Oracle Advanced Security Transparent Data Encryption
    I will have 2 or more databases running under the same Oracle 11.2 home. According to Oracle's documentation, it is preferred to reference the wallet via the sqlnet.ora file. That's fine. My question is if I want to use encryption in each of those databases, then I have no choice but to use the shared wallet then, correct.
    I need to confirm that I have not missed something.
    From Oracle's documentation:
    Specifying a Wallet Location for Transparent Data Encryption
    If you wish to use a wallet specifically for TDE, then you must specify a wallet location in the sqlnet.ora file by using the ENCRYPTION_WALLET_LOCATION parameter.
    Oracle recommends that you use the ENCRYPTION_WALLET_LOCATION parameter to specify a wallet location for TDE.
    http://docs.oracle.com/cd/E18283_01/network.112/e10746/asoappa.htm#i634447
    Oracle Advanced Security Transparent Data Encryption
    ENCRYPTION_WALLET_LOCATION = (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY =
    /etc/ORACLE/WALLETS/oracle)))
    thanks!

    Do not do this, follow this http://www.youtube.com/watch?v=Z9odSZxdoGU instead!
    Best, Peter

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

Maybe you are looking for

  • Save for Web causes error in PSE7

    Hi, When I click on Save for Web I get the error message shown below. I have PSE7 and windows 7. I've tried the usual things like deleting the settings file. I have also re-installed the application, however I used the control panel uninstall and the

  • Input tax 0 for material type ROH

    MM Experts, My client is asking that for material type ROH, input tax always zero which cannot be changed even by purchaser while making purchase order. Did anybody have worked on similar requirement. Pl. let me know what are the possibilities are th

  • Problems with variant configuration using BAPI on Business connector

    Hi every body I need help. Steps. 1.- I created an RFC with BAPI_SALESORDER_CREATEFROMDAT2 and then  a commit function, I call this RFC via SAp business connector Im triying to create a Configure order(With characteristics) I fill all configuration s

  • .mac website question

    I know this is off topic, but I want to build a website in iweb. I know you have to use .mac to publish it very easy. IS there a way to do it with out it? Also do you have to publish it to the .mac site, or can you publish it to your own domain? Ya k

  • Csvde update user info with csv file

    I see many ways how to do this online but I don't understand how to write the entire script myself from what's being showed online, being it from a video or from another forum - due to everyone else s' methods involves different scenarios. I would li