Sie sind auf Seite 1von 3

1)Yes we can use single OS user but as per few sites they added tag line "create a user

account specifically to run the Informatica daemon". In our case(Linux box) both scenarios got worked . 2)We need four database instances for BIAPPS (except source)

Users

DAC Repository Informatica Domain Informatica Repository Oracle Business Analytics Warehouse

Informatica POW_REP for the repository Database POW_DOM for the domain Configuration Database . SSE_ROLE For Oracle, you must perform the following instruction : CREATE USER POW_REP IDENTIFIED BY POW_REP DEFAULT tablespace users TEMPORARY tablespace temp quota unlimited ON users; GRANT SSE_ROLE TO POW_REP; SSE_ROLE and SELECT ANY dictionary CREATE USER POW_DOM IDENTIFIED BY POW_DOM DEFAULT tablespace users TEMPORARY tablespace temp quota unlimited ON users; GRANT SSE_ROLE SELECT ANY dictionary TO POW_DOM; The grant select dictionary privilege to the user POW_DOM is only needed to verify the parameter Open_Cursor during the prerequisite check.

DAC Repository

SSE_ROLE CREATE USER DAC_REP IDENTIFIED BY DAC_REP DEFAULT tablespace users TEMPORARY tablespace temp quota unlimited ON users; GRANT SSE_ROLE TO DAC_REP;
PREPARED BY RAVI KUMAR LANKE Page 1

Oracle Business Analytics Warehouse SSE_ROLE

CREATE USER OLAP_DWH IDENTIFIED BY OLAP_DWH DEFAULT tablespace users TEMPORARY tablespace temp quota unlimited ON users; GRANT SSE_ROLE TO OLAP_DWH;

Imp Notes: The transactional (OLTP) database user that is registered in DAC should be the database table owner. Alternatively, at a minimum, the user registered in DAC must have read privileges on the transactional database for all tables and aliases. For efficient ETL, DAC and Informatica components utilize multiple connections to the Oracle Business Analytics Warehouse. The Oracle Business Analytics Warehouse database must allow for a minimum of 100 connections to be made by DAC and Informatica. In addition, ensure that these connections are not allowed to time out. Consult with your network administrator and DBA for information on how to ensure these requirements Grants Make sure that the Oracle Business Analytics Warehouse instance is granted the SSE_ROLE Oracle database, if the DAC Repository and the Informatica Repository are stored in a different database from the data warehouse database, the SSE_ROLE must have the following additional privileges: SELECT INSERT UPDATE DELETE GRANT We need Set the NLS_LANG Environment Variable for Oracle Databases For UNIX and Linux, set the variable as shown below: setenv NLS_LANG<NLS_LANG

PREPARED BY RAVI KUMAR LANKE

Page 2

Databases Source Connection

Connections Grant

1 CONNECT, Resource SSE_ROLE and SELECT 2 ANY 1 SSE_ROLE 1 SSE_ROLE

Informatica DAC Waregouse

3)Yes. We have latest datamodel. Please find attached pdf file "BIAS_BIApplications7964.pdf" for your reference 4) We have completed Informatica installation by using CLI and we preparing document for that.We will send you once we done it.

PREPARED BY RAVI KUMAR LANKE

Page 3

Das könnte Ihnen auch gefallen