Skip to main content

DAC Setup View

DAC Setup View Tabs

 Setup View: In the Setup view, you are able to set DAC system properties, Informatica server connection information and physical data source connection information for all source and target databases.









Parent Pane Tab:


DAC System Properties – Modify DAC server properties.


Child Pane Tabs:


Edit – Modifies the property value.


Description – Contains an overview of the properties.





 

Parent Pane Tab:


Informatica Servers– Enables the Informatica repository and integration services.


Child Pane Tabs:


Edit – Contains the name, type, integration server/host, max session, and other various Informatica component properties. The login user name and password will be used to run the workflows.






Parent Pane Tab:


Physical Data Sources – Create, modify and delete physical data source connections.


Child Pane Tabs:


Edit – Contains the name, connection information, source type, default index location and data source number


Refresh Dates – A list of tables and their last refresh and analyze date. The refresh dates are used for delta comparison in incremental loads.






Parent Pane Tab:


Email Recipients – List of the recipients who will receive emails about ETL status changes.


Child Pane Tabs:


Edit – Contains the name, email address and notification level of each recipient.






 


Functions of DAC Setup View

 


1. To configure DAC system properties


2. To establish Informatica connections


3. To define data source connection information


4. To notify DAC administrators of execution plan status

 

To configure DAC system properties:


1.Click on the “DAC System Properties” tab in the parent pane.


2.Highlight the property you would like to modify.





 

3.Click on the “Edit” tab in the child pane, and enter the values for each property.


4.Click save.

 


To establish Informatica connections:

 

1.Click on the “Informatica Server” tab in the parent pane.


2.Highlight the type of Informatica connection to modify.


3.In the “Edit” tab, enter in the required values.





 

4.Click on the “Test Connection” button to validate the modifications.

 


To define data source connection information:

 

1.Click on the “Physical Data Sources” tab in the parent pane.


2.Select the data source to modify.


3.In the “Edit” tab, enter or modify the type and connection type. Pending the connection type, enter the TNSNAMES or DB Host and Port.






4.Provide the table owner, table owner password, and data source number.

 

5.In the “Edit” tab, click on the test connection button to validate changes.



To notify DAC administrators of execution plan status:


1.Select the “Email Recipients” tab in the parent pane.


2.In the parent pane, click on the “New” button.


3.Using the “Edit” tab in the child pane, enter in a name, an email address and the notification level.





 

Comments

Popular posts from this blog

Contact Me

Do You have any queries ?                   If you are having any query or wishing to get any type of help related Datawarehouse, OBIEE, OBIA, OAC then please e-email on below. I will reply to your email within 24 hrs. If I didn’t reply to you within 24 Hrs., Please be patience, I must be busy in some work. kashif7222@gmail.com

Top 130 SQL Interview Questions And Answers

1. Display the dept information from department table.   Select   *   from   dept; 2. Display the details of all employees   Select * from emp; 3. Display the name and job for all employees    Select ename ,job from emp; 4. Display name and salary for all employees.   Select ename   , sal   from emp;   5. Display employee number and total salary   for each employee. Select empno, sal+comm from emp; 6. Display employee name and annual salary for all employees.   Select empno,empname,12*sal+nvl(comm,0) annualsal from emp; 7. Display the names of all employees who are working in department number 10   Select ename from emp where deptno=10; 8. Display the names of all employees working as   clerks and drawing a salary more than 3000   Select ename from emp where job=’clerk’and sal>3000; 9. Display employee number and names for employees who earn commission   Select empno,ename from emp where comm is not null and comm>0. 10

Informatica sample project

Informatica sample project - 1 CareFirst – Blue Cross Blue Shield, Maryland (April 2009 – Current) Senior ETL Developer/Lead Model Office DWH Implementation (April 2009 – Current) CareFirst Blue Cross Blue Shield is one of the leading health care insurance provided in Atlantic region of United States covering Maryland, Delaware and Washington DC. Model Office project was built to create data warehouse for multiple subject areas including Members, Claims, and Revenue etc. The project was to provide data into EDM and to third party vendor (Verisk) to develop cubes based on data provided into EDM. I was responsible for analyzing source systems data, designing and developing ETL mappings. I was also responsible for coordinating testing with analysts and users. Responsibilities: ·          Interacted with Data Modelers and Business Analysts to understand the requirements and the impact of the ETL on the business. ·          Understood the requirement and develope