Updated 'Second GLOBAL Schema for Documentation' posted to OTN

The Oracle OLAP Application Developer's Guide 10.2 uses a specific version of the GLOBAL schema for some of its examples. This version, global_doc.zip, has been updated and posted to OTN. In the previous version, Window users may have run into a problem installing the Second Global Schema for Documentation. It was discovered that in the global_install.sql script the line that imports the data is operating system specific. That line starts with "!imp" .
The line to begin with "ho imp" has been changed so that it works for both Windows and Linux. You can find the new version of global_doc.zip at the following OTN site:
http://www.oracle.com/technology/products/bi/olap/doc_sample_schemas/globalschemawithxml.html

Hi,
Try checking the table XML_LOAD_LOG as this contains details of all the jobs executed for your AW. I suspect the mapping for your source data columns to your cube measures and dimension keys is probably incorrect. If you check the load log table it will tell you if any rows were loaded into your cube and/or how many rows were rejected by the load. If you cannot see any data I suspect the load rejected all the records.
Try using the following report to look at the load log table:
select XML_LOADID as "Load ID"
, XML_RECORDID as "Record ID"
, XML_AW as "AW"
, XML_DATE as "Date"
, TO_CHAR(XML_DATE, 'HH24:MM:SS') as "Actual Time"
, substr(XML_MESSAGE, 1, 9) as "Message Time"
, substr(XML_MESSAGE, 9) as "Message"
from olapsys.xml_load_log order by 1 desc, 2 descKeith Laker
Oracle EMEA Consulting
OLAP Blog: http://oracleOLAP.blogspot.com/
OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
DM Blog: http://oracledmt.blogspot.com/
OWB Blog : http://blogs.oracle.com/warehousebuilder/
OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

Similar Messages

  • PO no is not updateing in MSEG table for transfer posting wrt PO

    Hi All ,
    PO number not updateing  in MSEG table field EBELN for transfer posting with reference to PO . What should be the reason . This is for subcontracting process .

    Hi Raghavendra Balegar
    If u r doing through scheduling agreement then it will not sit in MSEG. only if u doing through standard PO i.e. NB then only u can view the data of PO in MSEG.
    Regards
    Ram

  • Updated OLAP DML Reference 10.2 posted to OTN

    The Oracle OLAP DML Reference has been updated with corrections for Oracle Database 10.2. As you may not be aware, this document corresponds to the OHJ Help for Analytic Workspace Manager. You can find the revised doc at :
    http://www.oracle.com/technology/products/bi/olap/OLAP_DML_10.2.zip
    NOTES :
    * The part number is same as the original 10.2 version, however it has an October 2005 date on it.
    * Once AWM 10.2.0.2 is released, it will contain the updated, corresponding OHJ Help. AWM 10.2.0.1.0 and 10.2.0.1.0A contain the original 10.2 OHJ Help.

    I'm thinking I don't have a real operational problem here, but I do like to tie up any loose ends and keep things as clean as possible.
    Ditto....we had many more invalid objects after the upgrade than before and they were all OLAP related.  As we weren't using OLAP we did the cleanup to avoid any future issues.
    It seems odd to me that if one selects to install Standard Edition One, it would still install EE options at all ..... just to have DBUA choke on them later.
    Our Oracle support guy was a bit confused as to why the OLAP removal scripts didn't exist on our server.  This was expected for Standard Edition but not Enterprise Edition.  Something has probably happened during some migration/upgrade to cause this.  In any case removing the objects manually including the public OLAP synonyms resolved our issues.

  • Import Failed for Global Schema

    Hi,
    I am trying to create GLOBAL schema for demonstration, The script is executing fine but there is no data available in the tables and no objects are created in the cube. Please advice.
    Venkat :-)

    Hi,
    I had I a problem loading data with SQL Loader (date format in text files containing data for dimension tables is localized in english). Did you examine SQL Loader logs?
    Simon

  • Problems with 11g Global Schema / Java API Test Programs

    Hi,
    In the process of trying to get the 11g sample java api programs up and running, I've encountered a problem. Having installed without error the sample schemas for documentation and set up the 11g version of the test code, I get this error when I try to run BuildAW11g.java
    Created the AW GLOBAL_AWJ
    Identifier "GLOBAL.CHANNEL_DIM.TOTAL_ID" is invalid.
         at
    oracle.olapi.syntax.parser.IdentifierResolver.error(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.validate(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.examples.metadata.BuildAW11g.createDimension(BuildAW11g.java:470)
         at oracle.olapi.examples.metadata.BuildAW11g.run(BuildAW11g.java:120)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:54)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:74)
         at oracle.olapi.examples.metadata.BuildAW11g.main(BuildAW11g.java:989)
    This seems to indicate that there is a problem with the sample schema - that GLOBAL.CHANNEL_DIM.TOTAL_ID doesn't exist. Is that right?
    On the topic of the sample schemas, a quick question. The install script runs without error so presumably the tables described in the readme had been installed, but I'm not sure. How can I verify this? When I connect as global using Oracle SQL Developer and expand 'Tables' in the right hand pane, I don't see any tables at all. I would have (perhaps naively) expected to see the tables listed in the samples schemas readme, eg, CHANNEL_DIM. Should I have? If not, how can I view these tables? Thanks in advance for any input anyone may have.
    -exits

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • Problem with "SELECT...FOR UPDATE OF..." and "POST command" combination

    Problem with "SELECT...FOR UPDATE OF..." and "POST command" combination
    Problem in committing transactions in Multiple Forms (Oracle Forms) with POST built-in command:
    Consider that the following statements are written in WHEN-WINDOW-CLOSED trigger of a called form.
    Statements in called form (Form name: FORM_CHILD):
    go_block('display_block') ;
    do_key('execute_query') ;
    -- Data from table_b will be populated in this block, based on the value of COLUMN_1 obtained
    -- from TABLE_A.
    -- Example: If the value of COLUMN_1 is 10, then all the matching records from TABLE_B, which
    -- are inserted with value 10 in TABLE_B.COLUMN_1 will be fetched and shown here.
    if user_choice = 'YES' then
    commit ;
    else
    rollback ;
    end if ;
    Statements in calling forms:
    There are two calling forms having following statements and it is going to call the above said called form.
    CALLING FORM 1
    Statements in KEY-COMMIT trigger:
    post;
    call_form(form_child, no_activate) ;
    Statements in ON-INSERT trigger:
    select column_1
    from table_a
    for update of column_1
    where column_2 = 'X' ;
    update table_a
    set column_1 = column_1 + 1
    where column_2 = 'X' ;
    insert into table_b ...;
    insert into table_b ...; Statements in KEY-COMMIT trigger:
    post;
    call_form(form_child, no_activate) ;
    CALLING FORM 2:
    Statements in ON-INSERT trigger:
    select column_1
    from table_a
    for update of column_1
    where column_2 = 'X' ;
    update table_a
    set column_1 = column_1 + 1
    where column_2 = 'X' ;
    insert into table_b ...;
    insert into table_b ...;
    insert into table_b ...;
    Our understanding:
    Assume that both the forms are running from two different machines/instances, issuing commit at the same time. In this case, forms will start executing the statements written in ON-INSERT trigger, the moment POST command is executed. Though the commit is issued at the same time, according to oracle, only one of the request will be taken for processing first. Assume that calling form 1 is getting processed first.
    So, it fetches the value available in COLUMN_1 of TABLE_A and locks the row from further select, update, etc. as SELECT...FOR UPDATE command is used (note that NOWAIT is not given, hence the lock will be released only when COMMIT or ROLLBACK happens) and proceed executing further INSERT statements. Because of the lock provided by the SELECT...FOR UPDATE command, the statements in calling form 2 will wait for the resource.
    After executing the INSERT statements, the FORM_CHILD is called. The rows inserted in to TABLE_A will be queried and shown. The database changes will be committed when user closes the window (as COMMIT is issued in its WHEN-WINDOW-CLOSED trigger). Then the SELECT...FOR UPDATE lock will be released and calling form 2's statements will be executed.
    Actual happenings or Mis-behavior:
    Calling form 2 starts executing INSERT statements instead of waiting for SELECT...FOR UPDATE lock. Also, the value selected from TABLE_A.COLUMN_1 is same in both the calling forms, which is wrong.
    The rows inserted into TABLE_B are having similar COLUMN_1 values in calling form 2 and they are fetched and shown in the called form FORM_CHILD.
    Note that in calling form 2 also POST only is issued, but the changes posted there are accessible in calling form 1 also, which is wrong.
    Kindly suggest us as to how to fix above problem. It will be much use, if you can send us the information regarding the behavior of Oracle Forms POST built-in also.
    Our mail ID: [email protected]
    Thanks a lot in advance.

    You have several problems:
    1. On-Insert will ONLY run if you have created a new record in a base-table block. If you haven't done that, then the POST command will not cause it to run.
    2. Select for update without a "no wait" will lock records for the first form, but when the second form tries this, it will hit the ORA-00054 exception, and will NOT wait. The only way you could make it wait is to issue an UPDATE sql command, which is not such a good way to go.
    All POST does is issues SQL insert or update commands for any changes the user has made to records in a form's base-table blocks, without following with a Commit command.
    Also understand that Commit is the same as Commit_Form, and Rollback is the same as Clear_Form. You should read up on these in the Forms help topics.

  • Ok, tried message boards everywhere to try and figure this out before having to post a question. Have a 21.5" iMac running Snow Leopard 10.6.8.  After updates no wireless capability for ipad or laptop, imac connects fine but nothing else.No widgets work.

    Ok, tried message boards everywhere to try and figure this out before having to post a question. Have a 21.5" iMac running Snow Leopard 10.6.8.  After updates no wireless capability for ipad or laptop, imac connects fine but nothing else. No dashboard widgets work, Skype won't work. What goes?

    Your post is pretty lengthy and I have to admit I didn't read it all. Please try restarting in Safe Mode, if that doesn't work please do both a SMC and PRAM reset. These may take 2-3 attempts.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I have two iTunes accounts. One was set up for my iPhone; the second was created for my iPad. I just updated my iPhone and it linked my to my second iTunes account instead of y primary. How can I change it back to my primary account?

    I have two iTunes accounts. One was set up for my iPhone; the second was created for my iPad. I just updated my iPhone and it linked my to my second iTunes account instead of my primary account. How can I change it back to my primary account?

    Hey bjboles,
    Welcome to Apple Support Communities.
    The article linked below describes what to do after changing your Apple ID, but you can use it as a guide to resolve the incorrect Apple ID account information entered issue that you described.
    Apple ID: What to do after you change your Apple ID - Apple Support
    Ciao, 
    -Jason

  • Update the schema for data foundation, business element and business view

    Hi All
    I am using oracle 11g as backend to develop using crystal reports and I am using Business View Manager as the connection in crystal reports.
    Now my issue here is I have created the DC, DF, BE and BV using abc schema but as the request has changed I need to update the schema to xyz as table structure is same in both the schemas.
    I was able to successfully update the schema in DC but that is not reflecting in DF, BE and BV as a result of that when I use the updated BV in report report is not run as there was abc.tablename for all tables.
    I have searched google but unfortunately unable to find any useful solution for the problem.
    Experts please help me to update the new schema connection to DF, BE and BV
    I am using Crystal Reports 2008 SP3 and Business Objects 3.1
    Thanks for your time.

    Thanks for your continous assistance Mantu Sahu.....
    Unfortunately I can't paste the screenshot aswell... but will try to explain in detail what I am doing...
    to the left most part there will be datafoundation name... below that there are tables so what I have done is right click on the table in those options there is no change qualifier or ownere but there is option Set table location. Is this option you are discussing about?
    To add more information I am working on Business Objects 2.1 SP0... will this have any impact on the options that are displaying.
    Regards
    Siva

  • Getting error when updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1

    Hi,
    I`m getting error message like "None of the apps in your project can be activated in the target. The manifest file of one or more apps contain API sets or Office applications that are not supported by
    the target Office client. To debug those apps, update manifest files to exclude any unsupported API sets or Office applications, and then start the project again. Alternatively, you can debug your apps by using Office 365 as a target." when when
    updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1 in manifest file though i have added host elements.
    any help in this regard is highly appreciated
    Thanks,
    Santosh Sutar  

    Hi Satosh Sutar,
    Based on the description, you got the error message when you update the apps from version 1.0 to 1.1.
    From the error message, it seems the menifest include some settings no allowed in the new version. Would you mind sharing more detail about how you update the project?
    And here is an article about updating apps for Office and menifest schema files in the project for your reference:
    How to: Update the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • No update for MFBF posting in COPA

    Hi,
    For all posting  under transaction MFBF, no document has been updated in profitability segment(COPA).All FI - COPA differences have been poted manually in COPA.I have checked  that Cost Element which has defined in OKB9 as aprofitability segment is ticked and that cost element has defined in COPA derivation rule with plant combination as well as that cost element  is maped in KEI2.
    Can anybody help us for solving that issue.
    Thanks in advance.
    Prabal

    Hi Prabal da
    Welcome to SDN!
    If you are talking about consumption postings generated from back flushing from MFBF - Then the CO object is the Prod order or Cost Collector in such cases
    Since, CO Object is already found, OKB9 does not work in this
    Check your Prod order or Cost collector... The GI postings would already be lying there
    If I have not understood your case properly, do let me know
    br, Ajay M

  • Update Blank BA for Already Posted Documents

    Dear Experts,
    We implemented BA 0n 1/7/2011, in our company code 2 Business area is present.
    Starting from 1/7/2011 to till date (apart from tax line item) all the transactions are recorded BA wise
    Now I need to update the Business area for posted documents so that I can get BA wise P&L and Balance sheet.
    please help me to update posted documents.
    Thanks in Advance

    Dear Shyam
    Thanks for your quick response.
    Please suggest me how to update the posted documents with Business Area wise
    <a href="http://www.freedownloadgames.name">games</a>, <a href="http://www.utorrent.name/">utorrent</a>

  • Update GSBER field for Already Posted Documents

    Dear Experts,
    We implemented Business Area 0n 1/7/2011, in our company code 2 Business area is present.
    Starting from 1/7/2011 to till date (apart from tax line item) all the transactions are recorded BA wise
    We have not updated document splitting
    our ABAP consultant executed program ZFUIT_BA_Document but it is showing error for some GL accounts
    Error is BL0001 for that detailed description is not showing
    in other documents blank BA is updated BA wise.
    Now I need to update the Business area for posted documents so that I can get BA wise P&L and Balance sheet.
    Please tell me how to update for other documents.
    GSBER= Business Area

    Dear Shyam
    Thanks for your quick response.
    Please suggest me how to update the posted documents with Business Area wise
    <a href="http://www.freedownloadgames.name">games</a>, <a href="http://www.utorrent.name/">utorrent</a>

  • Line item schema for Asset Documentations

    Hello SAP Guru,
    Good Day!
    Do you have any links for line item schema for asset documentations?
    Thanks!
    Jhero

    Hi Jhero,
    please see below link:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/5d/b2f8e31ccd4501bc8534e6c3512ff7/frameset.htm
    regards Bernhard

  • Requesting second schema for my workspace

    Hi,
    I am having a workspace on apex.oraclecorp.com. The workspace has one DB Schema which was created while requesting the workspace.
    Now I want to have second DB schema in my workspace. But I couldn't find any option to create a new DB schema in the workspace.
    Is there any process to request second DB schema in a workspace?
    Thanks & Regards,
    Harish

    Hi,
    You can not create new schemas by your self.
    I do not know if this works and Oracle will give you another schema
    Try request schema from
    Home>Administration>Manage Services>Request Database Schema
    Br, Jari

Maybe you are looking for

  • HP Pavilion P7-1225 Desktop Freezes After Startup. Frustrated​!

    Hi,  My family's HP Pavilion P7-1225 desktop computer freezes a few moments after startup, most times. However, it will occasionally work just fine for hours and then suddenly lock up. Over the weekend a sort of clicking sound was heard followed imme

  • Entering custom backend service in Design Time for Processes and Forms

    Hi all, I am trying to create a form that have 3 fields: 1. pernr 2. ename 3. effective_date I done all the necessary setup of BADI ,class, interface and form. However I cannot seem to insert my custom backend service in the Design Time for Processes

  • Exit code 7 when installing CS5.5

    I'm having the following error message when installing 5.5 Exit Code: 7 -------------------------------------- Summary -------------------------------------- - 1 fatal error(s), 3 error(s), 3 warning(s) WARNING: DW031: Payload:{6A2E619B-E4AC-433B-A64

  • Where the hell do the system.out.println s go ??

    I am using 9ifs 9.0.1 in windows accessing ifsservers through jsps. I am wondering where will the SOP 's be printed whil accessing the ifsserver through jsps 's. I guessed it was at the apachev jserv log files. I turned the log on and also checked al

  • Mac Book Pro wont turn on after 3 wks on no use

    I last used my mac about 3 wks ago and did not shut down, just closed it with applications still open. The battery run out obviously and when I tried it this morning after connecting the power cable, it came on with all the applications open, but not