You can create a star schema by specifying the prefix that identifies the tables for the schema and the dimension members of the cells to be exported. Before you export the data, make sure that the application data is consolidated.
Do not use the Financial Management database as the destination database for the data export. |
For Oracle database users: The extracted text data is stored in NVARCHAR(Unicode) format. Use the Oracle “translate” command in SELECT statements to convert the text from Unicode to ANSI format. For example, SELECT translate(LABEL using CHAR_CS) as LABEL FROM DEMO_ACCOUNT. |
You can also extract selected data to a flat file. The data is extracted as a .dat file to the HFM Server Working folder on the application server.
Note: | If you are extracting a large amount of data, make sure that you have adequate disk space for the extract. |
Oracle recommends that you add Financial Management to the exceptions for your Web pop-up blocker. When you perform some Financial Management tasks on the Web such as loading data, a status window pops up showing the task status. If you have a pop-up blocker enabled on your computer, the status window is not displayed.
To create a star schema and export Financial Management data to it:
From Destination Database (DSN), select the database to which you are exporting the star schema.
For Relational Table Prefix, enter the prefix that will identify the tables for the star schema.
From Extract Format, select the type of extract to perform on the data:
Optional: Uncheck the Exclude Dynamic Accounts option to include dynamic accounts in the star schema.