sybex orcl 10g admin

35

Upload: sahapa

Post on 12-Jul-2016

235 views

Category:

Documents


0 download

DESCRIPTION

Sybex ORCL 10G Admin

TRANSCRIPT

Page 1: Sybex ORCL 10G Admin
Page 2: Sybex ORCL 10G Admin

Question:Performance tuning in Informatica? Added: 10/12/2004

Category:Informatica Views: 2172

Rating: (4.3) By: 4 users

Answer:

The goal of performance tuning is optimize session performance so sessions run during the available load window for the Informatica Server.Increase the sessionperformance by following.The performance of the Informatica Server is related to network connections. Data generally moves across a network at less than 1 MB per second, whereas a local disk

moves data five to twenty times faster. Thus network connections ofteny affect on session performance.So aviod netwrok connections.Flat files: If u’r flat files stored on a machine other than the informatca server, move those files to the machine that consists of informatica server.Relational datasources: Minimize the connections to sources ,targets and informatica server toimprove session performance.Moving target database into server system may improve session

performance.Staging areas: If u use staging areas u force informatica server to perform multiple datapasses.Removing of staging areas may improve session performance.You can run the multiple informatica servers againist the same repository.Distibuting the session load to multiple informatica servers may improve session performance.Run the informatica server in ASCII datamovement mode improves the session performance.Because ASCII datamovement mode stores a character value in onebyte.Unicode mode takes 2 bytes to store a character.If a session joins multiple source tables in one Source Qualifier, optimizing the query may improve performance. Also, single table select statements with an ORDER BY orGROUP BY clause may benefit from optimization such as adding indexes.We can improve the session performance by configuring the network packet size,which allowsdata to cross the network at one time.To do this go to server manger ,choose server configure database connections.If u are target consists key constraints and indexes u slow the loading of data.To improve the session performance in this case drop constraints and indexes before u run thesession and rebuild them after completion of session.Running a parallel sessions by using concurrent batches will also reduce the time of loading thedata.So concurent batches may also increase the session performance.Partittionig the session improves the session performance by creating

Page 3: Sybex ORCL 10G Admin

Question:What are the out put files that the informatica server creates during the session running?

Added: 10/12/2004

Category:Informatica Views: 1225

Rating: (5.0) By: 6 users

Answer:

Informatica server log: Informatica server(on unix) creates a log for all status and error messages(default name: pm.server.log). It also creates an error log for error

messages. These files will be created in informatica home directory:-

Session log file: Informatica server creates session log file for each session.It writes information about session into log files such as initialization process,creation of sqlcommands for reader and writer threads,errors encountered and load summary.The amount of detail in session log file depends on the tracing level that you set.

Session detail file: This file contains load statistics for each targets in mapping.Session detail include information such as table name,number of rows written or rejected.Ucan view this file by double clicking on the session in monitor window

Performance detail file: This file contains information known as session performance details which helps you where performance can be improved.To genarate this file selectthe performance detail option in the session property sheet.

Reject file: This file contains the rows of data that the writer does notwrite to targets.

Control file: Informatica server creates control file and a target file when you run a session that uses the external loader.The control file contains the information about thetarget flat file such as data format and loading instructios for the external loader.Post session email: Post session email allows you to automatically communicate information about a session run to designated recipents.You can create two differentmessages.One if the session completed sucessfully the other if the session fails.

Indicator file: If you use the flat file as a target,You can configure the informatica server to create indicator file.For each target row,the indicator file contains a number to indicatewhether the row was marked for insert,update,delete or reject.output file: If session writes to a target file,the informatica server creates

Page 4: Sybex ORCL 10G Admin

Question:What is the target load order? Added: 10/12/2004

Category:Informatica Views: 1921

Rating: (3.6) By: 7 users

Answer:

You specify the target loadorder based on source qualifiers in a maping.If you have the multiple source qualifiers connected to the multiple targets,You can designatethe order in which informatica server loads data into the targets.CoolInterview.com

Question:What are the new features of the server manager in the informatica 5.0?

Added: 10/12/2004

Category:Informatica Views: 1162

Rating: (5.0) By: 1 users

Answer:

You can use command line arguments for a session or batch.This allows you to change the values of session parameters,and mapping parameters and maping variables.Parallel data processing: This feature is available for powercenter only.If we use the informatica server on a SMP system, You can use multiple CPU’s to process a sessionconcurently.Process session data using threads: Informatica server runs the session in two processes.CoolInterview.com

Question:Can you start a batches with in a batch? Added: 10/12/2004

Category:Informatica Views: 940

Rating: (5.0) By: 1 users

Answer:You can not. If you want to start batch that resides in a batch,create a new independent batch and copy the necessary sessions into the new batch.CoolInterview.com

Page 5: Sybex ORCL 10G Admin

Question:How can you create or import flat file definition in to the warehouse designer?

Added: 10/12/2004

Category:Informatica Views: 930

Rating: (5.0) By: 2 users

Answer:

You can not create or import flat file defintion in to warehouse designer directly.Instead you must analyze the file in source analyzer,then drag it into the warehousedesigner.When you drag the flat file source defintion into warehouse desginer workspace,the warehouse designer creates a relational target defintion not a file defintion.If you want to load to a file,configure the session to write to a flat file.When the informatica server runs the session,it creates and loads the flat file.CoolInterview.com

Question:What are the diffrence between joiner transformation and source qualifier transformation?

Added: 10/12/2004

Category:Informatica Views: 893

Rating: (5.0) By: 2 users

Answer:

You can join hetrogenious data sources in joiner transformation which we can not achieve in source qualifier transformation.You need matching keys to join two relational sources in source qualifier transformation.Where as you doesn’t need matching keys to join two sources.Two relational sources should come from same datasource in sourcequalifier.You can join relatinal sources which are coming from diffrent sources also.CoolInterview.com

Page 6: Sybex ORCL 10G Admin

Question:What are the new features in Informatica 5.0? Added: 10/12/2004

Category:Informatica Views: 707

Rating: (4.0) By: 1 users

Answer:

You can Debug U’r maping in maping designerYou can view the work space over the entire screenThe designer displays a new icon for a invalid mapings in the navigator windowYou can use a dynamic lookup cache in a lokup transformationCreate maping parameters or maping variables in a maping or maplet to make mapings moreflexibleYou can export objects into repository and import objects from repository.when u export a repository object,the designer or server manager creates an XML file to describe therepository metadata.The designer allows u to use Router transformation to test data for multiple conditions.Router transformation allows u route groups of data to transformation or target.You can use XML data as a source or target.Server Enahancements:You can use the command line program pmcmd to specify a parameter file to run sessions or batches.This allows you to change the values of session parameters, andmapping parameters and variables at runtime.If you run the Informatica Server on a symmetric multi-processing system, yoYou can use multiple CPUs to process a session concurrently. You configure partitions in thesession properties based on source qualifiers. The Informatica Server reads, transforms, and writes partitions of data in parallel for a single session. This is avialable forPower center only.Informatica server creates two processes like loadmanager process,DTM process to run the sessions.Metadata Reporter: It is a web based application which is used to run reports againist repository metadata.You can copy the session across the folders and reposotories using the copy session wizard in the informatica server managerWith new email variables, yoYou can configure post-session email to include information, such as the mapping used during the session.CoolInterview.com

Page 7: Sybex ORCL 10G Admin

Question:In a sequential batch can you run the session if previous session fails?

Added: 10/12/2004

Category:Informatica Views: 867

Rating: (5.0) By: 1 users

Answer:Yes.By setting the option always runs the session.CoolInterview.com

Question:Can you use the maping parameters or variables created in one maping into any other reusable transformation?

Added: 10/12/2004

Category:Informatica Views: 948

Rating: (0.0) By: 0 users

Answer:Yes.Because reusable tranformation is not contained with any maplet or maping.CoolInterview.com

Question:Can you generate reports in Informatcia? Added: 10/12/2004

Category:Informatica Views: 843

Rating: (2.0) By: 1 users

Answer:Yes. By using Metadata reporter we can generate reports in informatica.

CoolInterview.com

Question:Can you copy the session to a different folder or repository?

Added: 10/12/2004

Category:Informatica Views: 866

Rating: (0.0) By: 0 users

Answer:

Yes. By using copy session wizard You can copy a session in a different folder or repository. But that target folder or repository should consists of mapping of that session.If target folder or repository is not having the maping of copying session ,You should have to copy that maping first before you copy the session.CoolInterview.com

Page 8: Sybex ORCL 10G Admin

Question:Describe two levels in which update strategy transformation sets?

Added: 10/12/2004

Category:Informatica Views: 1070

Rating: (4.0) By: 1 users

Answer:

Within a session: When you configure a session, yoYou can instruct the Informatica Server to either treat all records in the same way (for example, treat all records as inserts), or use instructions coded into the session mapping to flag records for different database operations.

Within a mapping: Within a mapping, you use the Update Strategy transformation to flag records for insert, delete, update, or reject.CoolInterview.com

Question:Why you use repository connectivity? Added: 10/12/2004

Category:Informatica Views: 724

Rating: (3.0) By: 1 users

Answer:

When you edit,schedule the sesion each time,informatica server directly communicates the repository to check whether or not the session and users are valid.All the metadata of sessions and mappings will be stored in repository.CoolInterview.com

Question:What is source qualifier transformation? Added: 10/12/2004

Category:Informatica Views: 659

Rating: (4.0) By: 2 users

Answer:

When you add a relational or a flat file source definition to a maping,U need to connect it to a source qualifer transformation.The source qualifier transformation represnets the records that the informatica server reads when it runs a session.CoolInterview.com

Page 9: Sybex ORCL 10G Admin

Question:What is incremantal aggregation? Added: 10/12/2004

Category:Informatica Views: 819

Rating: (4.0) By: 1 users

Answer:

When using incremental aggregation, you apply captured changes in the source to aggregate calculations in a session. If the source changes only incrementally and youcan capture changes, you can configure the session to process only those changes. This allows the Informatica Server to update your target incrementally, rather thanforcing it to process the entire source and recalculate the same calculations each time you run the session.CoolInterview.com

Question:Explain about perform recovery? Added: 10/12/2004

Category:Informatica Views: 984

Rating: (0.0) By: 0 users

Answer:

When the Informatica Server starts a recovery session, it reads the OPB_SRVR_RECOVERY table and notes the row ID of the last row committed to the target database.The Informatica Server then reads all sources again and starts processing from the next row ID. For example, if the Informatica Server commits 10,000 rows before thesession fails, when you run recovery, the Informatica Server bypasses the rows up to 10,000 and starts loading with row 10,001.By default, Perform Recovery is disabled in the Informatica Server setup. You must enable Recovery in the Informatica Server setup before you run a session so theInformatica Server can create and/or write entries in the OPB_SRVR_RECOVERY table.CoolInterview.com

Page 10: Sybex ORCL 10G Admin

Question:How the informatica server sorts the string values in Ranktransformation?

Added: 10/12/2004

Category:Informatica Views: 692

Rating: (2.0) By: 2 users

Answer:

When the informatica server runs in the ASCII data movement mode it sorts session data using Binary sortorder.If you configure the seeion to use a binary sort order,the

informatica server caluculates the binary value of each string and returns the specified number of rows with the higest binary values for the string.CoolInterview.com

Question:In which circumstances that informatica server creates Reject files?

Added: 10/12/2004

Category:Informatica Views: 721

Rating: (4.5) By: 2 users

Answer:

When it encounters the DD_Reject in update strategy transformation.Violates database constraintFiled in the rows was truncated or overflowed.CoolInterview.com

Question:What are the joiner caches? Added: 10/12/2004

Category:Informatica Views: 693

Rating: (0.0) By: 0 users

Answer:

When a Joiner transformation occurs in a session, the Informatica Server reads all the records from the master source and builds index and data caches based on themaster rows.After building the caches, the Joiner transformation reads records from the detail source and perform joins.CoolInterview.com

Search Cool Interview.com

Page 11: Sybex ORCL 10G Admin
Page 12: Sybex ORCL 10G Admin

Question:Performance tuning in Informatica? Added: 10/12/2004

Category:Informatica Views: 2174

Rating: (4.3) By: 4 users

Answer:

The goal of performance tuning is optimize session performance so sessions run during the available load window for the Informatica Server.Increase the sessionperformance by following.The performance of the Informatica Server is related to network connections. Data generally moves across a network at less than 1 MB per second, whereas a local disk

moves data five to twenty times faster. Thus network connections ofteny affect on session performance.So aviod netwrok connections.Flat files: If u’r flat files stored on a machine other than the informatca server, move those files to the machine that consists of informatica server.Relational datasources: Minimize the connections to sources ,targets and informatica server toimprove session performance.Moving target database into server system may improve session

performance.Staging areas: If u use staging areas u force informatica server to perform multiple datapasses.Removing of staging areas may improve session performance.You can run the multiple informatica servers againist the same repository.Distibuting the session load to multiple informatica servers may improve session performance.Run the informatica server in ASCII datamovement mode improves the session performance.Because ASCII datamovement mode stores a character value in onebyte.Unicode mode takes 2 bytes to store a character.If a session joins multiple source tables in one Source Qualifier, optimizing the query may improve performance. Also, single table select statements with an ORDER BY orGROUP BY clause may benefit from optimization such as adding indexes.We can improve the session performance by configuring the network packet size,which allowsdata to cross the network at one time.To do this go to server manger ,choose server configure database connections.If u are target consists key constraints and indexes u slow the loading of data.To improve the session performance in this case drop constraints and indexes before u run thesession and rebuild them after completion of session.Running a parallel sessions by using concurrent batches will also reduce the time of loading thedata.So concurent batches may also increase the session performance.Partittionig the session improves the session performance by creating

Page 13: Sybex ORCL 10G Admin

Question:What are the out put files that the informatica server creates during the session running?

Added: 10/12/2004

Category:Informatica Views: 1225

Rating: (5.0) By: 6 users

Answer:

Informatica server log: Informatica server(on unix) creates a log for all status and error messages(default name: pm.server.log). It also creates an error log for error

messages. These files will be created in informatica home directory:-

Session log file: Informatica server creates session log file for each session.It writes information about session into log files such as initialization process,creation of sqlcommands for reader and writer threads,errors encountered and load summary.The amount of detail in session log file depends on the tracing level that you set.

Session detail file: This file contains load statistics for each targets in mapping.Session detail include information such as table name,number of rows written or rejected.Ucan view this file by double clicking on the session in monitor window

Performance detail file: This file contains information known as session performance details which helps you where performance can be improved.To genarate this file selectthe performance detail option in the session property sheet.

Reject file: This file contains the rows of data that the writer does notwrite to targets.

Control file: Informatica server creates control file and a target file when you run a session that uses the external loader.The control file contains the information about thetarget flat file such as data format and loading instructios for the external loader.Post session email: Post session email allows you to automatically communicate information about a session run to designated recipents.You can create two differentmessages.One if the session completed sucessfully the other if the session fails.

Indicator file: If you use the flat file as a target,You can configure the informatica server to create indicator file.For each target row,the indicator file contains a number to indicatewhether the row was marked for insert,update,delete or reject.output file: If session writes to a target file,the informatica server creates

Page 14: Sybex ORCL 10G Admin

Question:What is the target load order? Added: 10/12/2004

Category:Informatica Views: 1921

Rating: (3.6) By: 7 users

Answer:

You specify the target loadorder based on source qualifiers in a maping.If you have the multiple source qualifiers connected to the multiple targets,You can designatethe order in which informatica server loads data into the targets.CoolInterview.com

Question:What are the new features of the server manager in the informatica 5.0?

Added: 10/12/2004

Category:Informatica Views: 1162

Rating: (5.0) By: 1 users

Answer:

You can use command line arguments for a session or batch.This allows you to change the values of session parameters,and mapping parameters and maping variables.Parallel data processing: This feature is available for powercenter only.If we use the informatica server on a SMP system, You can use multiple CPU’s to process a sessionconcurently.Process session data using threads: Informatica server runs the session in two processes.CoolInterview.com

Question:Can you start a batches with in a batch? Added: 10/12/2004

Category:Informatica Views: 940

Rating: (5.0) By: 1 users

Answer:You can not. If you want to start batch that resides in a batch,create a new independent batch and copy the necessary sessions into the new batch.CoolInterview.com

Page 15: Sybex ORCL 10G Admin

Question:How can you create or import flat file definition in to the warehouse designer?

Added: 10/12/2004

Category:Informatica Views: 930

Rating: (5.0) By: 2 users

Answer:

You can not create or import flat file defintion in to warehouse designer directly.Instead you must analyze the file in source analyzer,then drag it into the warehousedesigner.When you drag the flat file source defintion into warehouse desginer workspace,the warehouse designer creates a relational target defintion not a file defintion.If you want to load to a file,configure the session to write to a flat file.When the informatica server runs the session,it creates and loads the flat file.CoolInterview.com

Question:What are the diffrence between joiner transformation and source qualifier transformation?

Added: 10/12/2004

Category:Informatica

Views: 893

Rating: (5.0) By: 2 users

Answer:

You can join hetrogenious data sources in joiner transformation which we can not achieve in source qualifier transformation.You need matching keys to join two relational sources in source qualifier transformation.Where as you doesn’t need matching keys to join two sources.Two relational sources should come from same datasource in sourcequalifier.You can join relatinal sources which are coming from diffrent sources also.CoolInterview.com

Page 16: Sybex ORCL 10G Admin

Question:What are the new features in Informatica 5.0? Added: 10/12/2004

Category:Informatica Views: 707

Rating: (4.0) By: 1 users

Answer:

You can Debug U’r maping in maping designerYou can view the work space over the entire screenThe designer displays a new icon for a invalid mapings in the navigator windowYou can use a dynamic lookup cache in a lokup transformationCreate maping parameters or maping variables in a maping or maplet to make mapings moreflexibleYou can export objects into repository and import objects from repository.when u export a repository object,the designer or server manager creates an XML file to describe therepository metadata.The designer allows u to use Router transformation to test data for multiple conditions.Router transformation allows u route groups of data to transformation or target.You can use XML data as a source or target.Server Enahancements:You can use the command line program pmcmd to specify a parameter file to run sessions or batches.This allows you to change the values of session parameters, andmapping parameters and variables at runtime.If you run the Informatica Server on a symmetric multi-processing system, yoYou can use multiple CPUs to process a session concurrently. You configure partitions in thesession properties based on source qualifiers. The Informatica Server reads, transforms, and writes partitions of data in parallel for a single session. This is avialable forPower center only.Informatica server creates two processes like loadmanager process,DTM process to run the sessions.Metadata Reporter: It is a web based application which is used to run reports againist repository metadata.You can copy the session across the folders and reposotories using the copy session wizard in the informatica server managerWith new email variables, yoYou can configure post-session email to include information, such as the mapping used during the session.CoolInterview.com

Page 17: Sybex ORCL 10G Admin

Question:In a sequential batch can you run the session if previous session fails?

Added: 10/12/2004

Category:Informatica Views: 867

Rating: (5.0) By: 1 users

Answer:Yes.By setting the option always runs the session.CoolInterview.com

Question:Can you use the maping parameters or variables created in one maping into any other reusable transformation?

Added: 10/12/2004

Category:Informatica Views: 948

Rating: (0.0) By: 0 users

Answer:Yes.Because reusable tranformation is not contained with any maplet or maping.CoolInterview.com

World's Largest Collection of Interview Questions!

• Q & A • eBook • Jobs • Forums

• Total Questions: 5,639• Categories: 91

Page 18: Sybex ORCL 10G Admin

• Subscribers: 12,959• Online Users: 62

Search Cool Interview.com

Informatica Interview Questions and Answers

COOL INTERVIEW.COM DATA WAREHOUSING INTERVIEW QUESTIONS INFORMATICA INTERVIEW QUESTIONS LISTING

1 | 2 | 3 | Page 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

View Listing without Answer

<img>

Question:What are the different options used to configure the sequential batches?

Added: 10/12/2004

Category:Informatica Views: 674

Rating: (5.0) By: 1 users

Answer:

Two optionsRun the session only if previous session completes sucessfully. Always runs the session.CoolInterview.com

Page 19: Sybex ORCL 10G Admin

Question:What are the methods for creating reusable transforamtions?

Added: 10/12/2004

Category:Informatica Views: 635

Rating: (4.0) By: 1 users

Answer:

Two methods:-1.Design it in the transformation developer.

2.Promote a standard transformation from the mapping designer.After you add a transformation to the mapping , You can promote it to the status of reusable transformation.Once you promote a standard transformation to reusable status,You can demote it to a standard transformation at any time.If you change the properties of a reusable transformation in mapping,You can revert it to the original reusable transformation properties by clicking the revert button.CoolInterview.com

Question:What is tracing level and what r the types of tracing level?

Added: 10/12/2004

Category:Informatica Views: 698

Rating: (0.0) By: 0 users

Answer:

Tracing level represents the amount of information that informatcia server writes in a log file.

Types of tracing level:-NormalVerboseVerbose initVerbose dataCoolInterview.com

Page 20: Sybex ORCL 10G Admin

Question:How can u work with remote database in informatica?did u work directly by using remoteconnections?

Added: 10/12/2004

Category:Informatica Views: 718

Rating: (0.0) By: 0 users

Answer:

To work with remote datasource u need to connect it with remote connections.But it is not

preferable to work with that remote source directly by using remote connections .Instead u bring that source into U r local machine where informatica server resides.If uwork directly with remote source the session performance will decreases by passing less amount of data across the network in a particular time.

CoolInterview.com

Question:Why use the lookup transformation? Added: 10/12/2004

Category:Informatica Views: 599

Rating: (0.0) By: 0 users

Answer:

To perform the following tasks:-Get a related value. For example, if your source table includes employee ID, but you want to include the employee name in your target table to make your summary data

easier to read.Perform a calculation. Many normalized tables include values used in a calculation, such as gross sales per invoice or sales tax, but not the calculated value (such as netsales).Update slowly changing dimension tables. You can use a Lookup transformation to determine whether records already exist in the target.CoolInterview.com

Question:What are the types of data that passes between informatica server and stored procedure?

Added: 10/12/2004

Category:Informatica Views: 656

Rating: (0.0) By: 0 users

Answer:

Three types of data:-Input/Out put parametersReturn ValuesStatus code.CoolInterview.com

Page 21: Sybex ORCL 10G Admin

Question:What is update strategy transformation? Added: 10/12/2004

Category:Informatica Views: 930

Rating: (1.0) By: 1 users

Answer:This transformation is used to maintain the history data or just most recent changes in to target table.CoolInterview.com

Question:What r the circumstances that infromatica server results an unreciverable session?

Added: 10/12/2004

Category:Informatica Views: 981

Rating: (0.0) By: 0 users

Answer:

The source qualifier transformation does not use sorted ports.If u change the partition information after the initial session fails.Perform recovery is disabled in the informatica server configuration.If the sources or targets changes after initial session fails.If the maping consists of sequence generator or normalizer transformation.If a concuurent batche contains multiple failed sessions.CoolInterview.com

Question:What is power center repository? Added: 10/12/2004

Category:Informatica Views: 688

Rating: (0.0) By: 0 users

Answer:

The PowerCenter repository allows you to share metadata across repositories to create a data mart domain. In a data mart domain, yoYou can create a single globalrepository to store metadata used across an enterprise, and a number of local repositories to share the global metadata as needed.CoolInterview.com

Page 22: Sybex ORCL 10G Admin

Question:What is Load Manager? Added: 10/12/2004

Category:Informatica Views: 571

Rating: (0.0) By: 0 users

Answer:

The load Manager is the Primary Informatica Server Process. It performs the following tasks:-Manages session and batch scheduling.Locks the session and read session properties.Reads the parameter file.Expand the server and session variables and parameters.Verify permissions and privileges.Validate source and target code pages.Create the session log file.Create the Data Transformation Manager which execute the session.CoolInterview.com

World's Largest Collection of Interview Questions!

• Q & A • eBook • Jobs • Forums

• Total Questions: 5,639• Categories: 91• Subscribers: 12,959• Online Users: 60

Search Cool Interview.com

Page 23: Sybex ORCL 10G Admin

Informatica Interview Questions and Answers

COOL INTERVIEW.COM DATA WAREHOUSING INTERVIEW QUESTIONS INFORMATICA INTERVIEW QUESTIONS LISTING

1 | 2 | 3 | 4 | Page 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

View Listing without Answer

<img>

Question:What is Datadriven? Added: 10/12/2004

Category:Informatica Views: 1262

Rating:(12.7)

By: 3 users

Answer:

The informatica server follows instructions coded into update strategy transformations with in the session maping determine how to flag records for insert, update, delete or

reject. If you do not choose data driven option setting,the informatica server ignores all update strategy transformations in the mapping.CoolInterview.com

Question:What is meant by lookup caches? Added: 10/12/2004

Category:Informatica Views: 612

Rating: (5.0) By: 1 users

Answer:

The informatica server builds a cache in memory when it processes the first row af a data in a cached look up transformation.It allocates memory for the cache based on the

amount you configure in the transformation or session properties.The informatica server stores condition values in the index cache and output values in the data cache.CoolInterview.com

Page 24: Sybex ORCL 10G Admin

Question:Define Informatica Repository? Added: 10/12/2004

Category:Informatica Views: 697

Rating: (0.0) By: 0 users

Answer:

The Informatica repository is a relational database that stores information, or metadata, used by the Informatica Server and Client tools. Metadata can include information

such as mappings describing how to transform source data, sessions indicating when you want the Informatica Server to perform the transformations, and connect stringsfor sources and targets.The repository also stores administrative information such as usernames and passwords, permissions and privileges, and product version.Use repository manager to create the repository.The Repository Manager connects to the repository database and runs the code needed to create the repository

tables.Thsea tablesstores metadata in specific format the informatica server,client tools use.CoolInterview.com

Question:What are the types of maping wizards that are to be provided in Informatica?

Added: 10/12/2004

Category:Informatica Views: 968

Rating: (5.0) By: 1 users

Answer:

The Designer provides two mapping wizards to help you create mappings quickly and easily. Both wizards are designed to create mappings for loading and maintaining starschemas, a series of dimensions related to a central fact table.Getting Started Wizard. Creates mappings to load static fact and dimension tables, as well as slowly growing dimension tables.Slowly Changing Dimensions Wizard. Creates mappings to load slowly changing dimension tables based on the amount of historical dimension data you want to keep and the method you choose to handle historical dimension data.CoolInterview.com

Page 25: Sybex ORCL 10G Admin

Question:What is the Rankindex in Ranktransformation? Added: 10/12/2004

Category:Informatica Views: 595

Rating: (0.0) By: 0 users

Answer:

The Designer automatically creates a RANKINDEX port for each Rank transformation. The Informatica Server uses the Rank Index port to store the ranking position foreach record in a group. For example, if you create a Rank transformation that ranks the top 5 salespersons for each quarter, the rank index numbers the salespeople from 1to 5.CoolInterview.com

Question:What are two modes of data movement in Informatica Server?

Added: 10/12/2004

Category:Informatica Views: 589

Rating: (0.0) By: 0 users

Answer:

The data movement mode depends on whether Informatica Server should process single byte or multi-byte character data. This mode selection can affect the enforcementof code page relationships and code page validation in the Informatica Client and Server.a) Unicode - IS allows 2 bytes for each character and uses additional byte for each non-ascii character (such as Japanese characters)b) ASCII - IS holds all data in a single byte.The IS data movement mode can be changed in the Informatica Server configuration parameters. This comes into effect once you restart the Informatica Server.CoolInterview.com

Page 26: Sybex ORCL 10G Admin

Question:What is aggregate cache in aggregator transforamtion?

Added: 10/12/2004

Category:Informatica Views: 584

Rating: (3.0) By: 1 users

Answer:

The aggregator stores data in the aggregate cache until it completes aggregate calculations.When you run a session that uses an aggregator transformation,the informatica server creates index and data caches in memory to process the transformation.If the informatica server requires more space,it stores overflow values in cache files.CoolInterview.com

Question:What are Target Types on the Server? Added: 10/12/2004

Category:Informatica Views: 621

Rating: (0.0) By: 0 users

Answer:Target Types are File, Relational and ERP.CoolInterview.com

Question:What are Target Options on the Servers? Added: 10/12/2004

Category:Informatica Views: 598

Rating: (0.0) By: 0 users

Answer:

Target Options for File Target type are FTP File, Loader and MQ.There are no target options for ERP target type.Target Options for Relational are Insert, Update (as Update), Update (as Insert), Update (else Insert), Delete, and Truncate Table.CoolInterview.com

Page 27: Sybex ORCL 10G Admin

Question:What is the status code? Added: 10/12/2004

Category:Informatica Views: 627

Rating: (0.0) By: 0 users

Answer:

Status code provides error handling for the informatica server during the session.The stored procedure issues a status code that notifies whether or not stored procedurecompleted sucessfully.This value can not seen by the user.It only used by the informatica server to determine whether to continue running the session or stop.CoolInterview.com

World's Largest Collection of Interview Questions!

• Q & A • eBook • Jobs • Forums

• Total Questions: 5,639• Categories: 91• Subscribers: 12,959• Online Users: 61

Search Cool Interview.com

Informatica Interview Questions and Answers

Page 28: Sybex ORCL 10G Admin

COOL INTERVIEW.COM DATA WAREHOUSING INTERVIEW QUESTIONS INFORMATICA INTERVIEW QUESTIONS LISTING

1 | 2 | 3 | 4 | 5 | Page 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

View Listing without Answer

<img>

Question:Difference between static cache and dynamic cache?

Added: 10/12/2004

Category:Informatica Views: 637

Rating: (0.0) By: 0 users

Answer:

Static cache:

You can not insert or update the cache.

Dynamic cache:You can insert rows into the cache as you pass to the target.

CoolInterview.com

Question:While importing the relational source defintion from database, what are the meta data of source you import?

Added: 10/12/2004

Category:Informatica Views: 582

Rating: (0.0) By: 0 users

Answer:

Source nameDatabase location

Column namesDatatypesKey constraints.CoolInterview.com

Page 29: Sybex ORCL 10G Admin

Question:What are the types of maping in Getting Started Wizard?

Added: 10/12/2004

Category:Informatica Views: 1017

Rating: (4.0) By: 2 users

Answer:

Simple Pass through maping :Loads a static fact or dimension table by inserting all rows. Use this mapping when you want to drop all existing data from your table before loading new data.Slowly Growing target :Loads a slowly growing fact or dimension table by inserting new rows. Use this mapping to load new data when existing data does not require updates.CoolInterview.com

Question:What are Dimensions and various types of Dimensions?

Added: 10/12/2004

Category:Informatica Views: 640

Rating: (0.0) By: 0 users

Answer:

Set of level properties that describe a specific aspect of a business, used for analyzing the factual measures of one or more cubes, which use that dimension. Egs. Geography, time, customer and product.

CoolInterview.com

Page 30: Sybex ORCL 10G Admin

Question:What are the session parameters? Added: 10/12/2004

Category:Informatica Views: 652

Rating: (0.0) By: 0 users

Answer:

Session parameters are like maping parameters,represent values you might want to change between sessions such as database connections or source files.Server manager also allows you to create userdefined session parameters.Following are user defined session parameters:-Database connectionsSource file names: use this parameter when you want to change the name or location ofsession source file between session runs.Target file name : Use this parameter when you want to change the name or location ofsession target file between session runs.Reject file name : Use this parameter when you want to change the name or location ofsession reject files between session runs.CoolInterview.com

Question:What is Session and Batches? Added: 10/12/2004

Category:Informatica Views: 553

Rating: (0.0) By: 0 users

Answer:

Session - A Session Is A set of instructions that tells the Informatica Server How And When To Move Data From Sources To Targets. After creating the session, we can use

either the server manager or the command line program pmcmd to start or stop the session.Batches - It Provides A Way to Group Sessions For Either Serial Or ParallelExecution By The Informatica Server. There Are Two Types Of Batches :Sequential - Run Session One after the Other.Concurrent - Run Session At The Same Time.CoolInterview.com

Page 31: Sybex ORCL 10G Admin

Question:What is Router transformation? Added: 10/12/2004

Category:Informatica Views: 524

Rating: (4.0) By: 1 users

Answer:Router transformation allows you to use a condition to test data. It is similar to filter transformation. It allows the testing to be done on one or more conditions.

CoolInterview.com

Question:What are the reusable transforamtions? Added: 10/12/2004

Category:Informatica Views: 554

Rating: (0.0) By: 0 users

Answer:

Reusable transformations can be used in multiple mappings.When you need to incorporate this transformation into maping,U add an instance of it to maping.Later if you change the definition of the transformation ,all instances of it inherit the changes.Since the instance of reusable transforamation is a pointer to that transforamtion,You can change the transforamation in the transformation developer,its instances automatically reflect these changes.This feature can save you great deal of work.CoolInterview.com

Question:How can you access the remote source into your session?

Added: 10/12/2004

Category:Informatica Views: 623

Rating: (0.0) By: 0 users

Answer:

Relational source: To acess relational source which is situated in a remote place ,u need to configure database connection to the datasource.FileSource : To access the remote source file you must configure the FTP connection to the host machine before you create the session.Hetrogenous : When U’r maping contains more than one source type,the server manager creates a hetrogenous session that displays source options for all types.CoolInterview.com

Page 32: Sybex ORCL 10G Admin

Question:What is a command that used to run a batch? Added: 10/12/2004

Category:Informatica Views: 670

Rating: (0.0) By: 0 users

Answer:pmcmd is used to start a batch.CoolInterview.com

World's Largest Collection of Interview Questions!

• Q & A • eBook • Jobs • Forums

• Total Questions: 5,639• Categories: 91• Subscribers: 12,959• Online Users: 62

Search Cool Interview.com

Informatica Interview Questions and Answers

Page 33: Sybex ORCL 10G Admin

COOL INTERVIEW.COM DATA WAREHOUSING INTERVIEW QUESTIONS INFORMATICA INTERVIEW QUESTIONS LISTING

1 | 2 | 3 | 4 | 5 | 6 | Page 7 | 8 | 9 | 10 | 11 | 12 | 13

View Listing without Answer

<img>

Question:Where should you place the flat file to import the flat file defintion to the designer?

Added: 10/12/2004

Category:Informatica Views: 592

Rating: (0.0) By: 0 users

Answer:Place it in local folder.CoolInterview.com

Question:Why we use partitioning the session in informatica?

Added: 10/12/2004

Category:Informatica Views: 589

Rating: (0.0) By: 0 users

Answer:Partitioning achieves the session performance by reducing the time period of reading the source and loading the data into target.CoolInterview.com

Question:What is parameter file? Added: 10/12/2004

Category:Informatica Views: 622

Rating: (0.0) By: 0 users

Answer:

Parameter file is to define the values for parameters and variables used in a session.A parameterfile is a file created by text editor such as word pad or notepad.You can define the following values in parameter file:-Maping parametersMaping variablessession parameters.CoolInterview.com

Page 34: Sybex ORCL 10G Admin

Question:Which transformation should we use to normalize the COBOL and relational sources?

Added: 10/12/2004

Category:Informatica Views: 548

Rating: (0.0) By: 0 users

Answer:

Normalizer Transformation.When you drag the COBOL source in to the mapping Designer workspace,the normalizer transformation automatically appears,creating input and output ports for every

column in the source.CoolInterview.com

Question:Which transformation should you need while using the cobol sources as source defintions?

Added: 10/12/2004

Category:Informatica Views: 533

Rating: (0.0) By: 0 users

Answer:Normalizer transformaiton which is used to normalize the data.Since cobol sources are oftenly consists of Denormailzed data.CoolInterview.com

Question:What are the join types in joiner transformation?

Added: 10/12/2004

Category:Informatica Views: 572

Rating: (0.0) By: 0 users

Answer:

Normal (Default)Master outerDetail outerFull outer.CoolInterview.com

Question:After draging the ports of three sources(sql server,oracle,informix) to a single source qualifier, can u map these three ports directly to target?

Added: 10/12/2004

Category:Informatica Views: 1746

Rating: (1.0) By: 1 users

Answer:NO.Unless and until u join those three ports in source qualifier u cannot map them directly.CoolInterview.com

Page 35: Sybex ORCL 10G Admin

Question:If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?

Added: 10/12/2004

Category:Informatica Views: 967

Rating: (0.0) By: 0 users

Answer:

NO. Informatica is not at all concern with back end data base.It displays u all the information that is to be stored in repository.If want to reflect back end changes to informatica screens, again u have to import from back end to informatica by valid connection.And u have to replace the existing files with imported files.CoolInterview.com

Question:Can you copy the batches? Added: 10/12/2004

Category:Informatica Views: 672

Rating: (0.0) By: 0 users

Answer:

NO.CoolInterview.com

Question:Can you use the maping parameters or variables created in one maping into another maping?

Added: 10/12/2004

Category:Informatica Views: 639

Rating: (0.0) By: 0 users

Answer:No.CoolInterview.com