Create FA SDS Schema

You can create the SDS schema.

  1. Log into the Business Analytics Warehouse database as a user able to create users and grant privileges.
  2. Create data tablespace following this example:
    CREATE BIGFILE TABLESPACE &&BIAPPS._SDS_DATA
    DATAFILE '&ORADATA/&BIAPPS._SDS_DATA.dbf' SIZE 10G AUTOEXTEND ON NEXT 2G
    LOGGING
    DEFAULT COMPRESS FOR OLTP
    ;
    
  3. Create SDS user.
    CREATE USER &BIAPPS._SDS_DSN&DSN
    IDENTIFIED BY &BIAPPS_SDS_PWD
    DEFAULT TABLESPACE &BIAPPS._SDS_DATA QUOTA UNLIMITED ON &BIAPPS._SDS_DATA
    TEMPORARY TABLESPACE &&BIAPPS._DW_TEMP;
    
  4. Grant required privileges to SDS user.
    • GRANT CREATE SESSION TO &BIAPPS._SDS_DSN&DSN;

    • GRANT CREATE TABLE TO &BIAPPS._SDS_DSN&DSN;

    • GRANT CREATE SYNONYM TO &BIAPPS._SDS_DSN&DSN;

  5. Log into ODI Studio.
  6. Confirm the DSN value for the logical schema.
    1. Display the Topology tab, and navigate to the Physical Architecture tab.
    2. Edit the Logical Schemas DS_OBIEECRM, DS_OBIEEHCM, and DS_OBIEEFSCM).
    3. On the Flexfields tab for each Logical Schema, make sure that the DATASOURCE_NUM_ID value is 200 or whatever DSN is chosen while registering a Fusion source.
      This screenshot is described in surrounding text.
  7. Create the SDS physical schema and define the Flexfields value for DATASOURCE_NUM_ID as 200.
    1. Display the Topology tab, and navigate to the Physical Architecture tab, and expand the Oracle\BIAPPS_DW node.
      This screenshot is described in surrounding text.
    2. Create an SDS Physical Schema named BIAPPS_DW.FUSION_SDS.
    3. On the Definition tab, set the Schema and Work Schema drop down list values to FUSION_SDS.
      This screenshot is described in surrounding text.
    4. On the Flexfields tab, set the DATASOURCE_NUM_ID to 200.
      This screenshot is described in surrounding text.

      WARNING:

      The Default check box on the BIAPPS_DW Data Server may get deselected. Ensure that the check box is selected.
  8. Create a new data server under Oracle technology to configure/register SDS Physical schema details to be used with SDS DDL procedure and SDS FTS maps, as shown in the three example screen shots.

    This screen shot shows the Definition configuration settings for DS_FUSION10_SDS_SERVER.

    This screenshot is described in surrounding text.

    This screen shot shows the Definition configuration settings for DS_FUSION10_SDS_SERVER.FUSION_SDS.

    This screenshot is described in surrounding text.

    This screen shot shows the Context configuration settings for DS_FUSION10_SDS_SERVER.FUSION_SDS.

    This screenshot is described in surrounding text.