Click Start to begin the import.

Creating and Maintaining End User Layers 4-23 You do not need to modify any identifiers that use de-supported characters, Discoverer will automatically modify these identifiers to make them valid in future releases. Note: To locate the identifier of a workbook or worksheet in Discoverer Plus, see the Oracle Fusion Middleware Users Guide for Oracle Business Intelligence Discoverer Plus. What are the space requirements and storage parameters for a typical EUL? The minimum default tablespace of 3MB suggested in the Create EUL Wizard: Step 2 dialog is based upon storage parameters that the EUL specifies when creating database objects for the EUL. If you install the tutorial, the figure of 3MB will be exceeded. A newly created EUL has the following space requirements: ■ approximately 2.8MB without tutorial data ■ approximately 3.8MB with tutorial data The amount of space that is actually used will depend on other factors, including the block size specified for the tablespace in which the EUL is created. As an approximate guide, adding a typical business area to an EUL will increase the size of the EUL by 1MB. The more complicated the business area for example, the more summary folders and complex items it contains, the more space the business area will require. A default tablespace of 10-20MB will be adequate under normal conditions, but the amount of default tablespace required is determined by the amount of metadata that defines your EUL. Therefore, the default tablespace required could be larger, or smaller than the amount available in the tablespace that you select. The database table storage parameters for EUL tables are as follows: ■ EUL5_DOCUMENTS and EUL5_QPP_STATS are created with the following storage parameters: STORAGE INITIAL 1064960 NEXT 1024000 PCTINCREASE 0 ■ all other EUL tables are created with the following storage parameters: STORAGE INITIAL 1064960 NEXT 81920 PCTINCREASE 0 The database index storage parameters for EUL indexes are as follows: STORAGE INITIAL 4096 NEXT 8192 PCTINCREASE 0 There are two factors that might cause the EUL to use up more space: ■ block size