Oracle SQL Loader and Informatica PowerCenter Quiz
Questions covering Oracle SQL Loader utility for data loading and Informatica PowerCenter ETL transformations including Lookup, Joiner, Sorter, Router, Aggregator, and other data integration concepts.
Questions
Which of the following can be editable in mapping designer?
- Source definition
- Target definition
- Source qualifier
- All of above
Which transformation we will use if want to efficiently join two tables residing in same database?
- Joiner
- Source Qualifier
- Both of above
- None of above
When we group the data through aggregator it outputs which row of each group as default?
- First
- Last
- Any
- None
When we can use sorted input in aggregator?
- When nested aggregate function are used in the aggregator expression
- Incremental aggregation is used in session
- In case of data driven source data
- None of above
Which of the below transformation can be used as connected and unconnected both way?
- Stored procedure, Look up
- Stored procedure, filter
- Look up , joiner
- Filter, Expression
Which of the following task can be made reusable?
- Session
- Command
- Email
- All of the above
Which statement is true regarding sequence generator?
- It is having two ports nextval and currval
- We can add ports in it
- It is active and connected
- All of the above
Which of the following port is used only in unconnected look up not in connected look up?
- Input
- Variable
- Return
- Output
We can use the joiner transformation in case of?
- Joining two flat files
- To join two table from different data bases
- To join flat file and relational table
- All of the above
Select the efficient transformation which you can use for the same source data with different condition?
- Filter
- Router
- Sorter
- All of the above
Select the which entry we have to made in treat source as option in session properties if we want map to handle insert and update?
- Insert
- Data driven
- Update
- Delete
In which of the transformation we can discard duplicate data?
- Source qualifier, Sorter
- Sorter, Joiner
- Joiner, Expression
- All of the above
Which is not true regarding unconnected lookup?
- It does not contain return port
- Executed for every record passed
- Works only when lookup function is called
- All of the above
Compare sorter transformation with order by clause on database?
- Sorter transformation is more faster
- Order by clause on database is more faster
- Both will take same time
- We cannot compare
Which of the following transformation has override option in properties?
- Lookup, Joiner
- Lookup, SQ
- SQ, Joiner
- None of the above
What is SQL Loader?
- SQL LOADER utility is used to load data from other data source into Oracle.
- For example, if you have a table in FOXPRO, ACCESS or SYBASE or any other third party database, you can use SQL Loader to load the data into Oracle Tables
- SQL Loader will only read the data from Flat files.
- If you want to load the data from Foxpro or any other database, first step is to convert that data into Delimited Format flat file or Fixed length format flat file, and then use SQL loader to load the data into Oracle.
- All the above
Pick the exact syntac for SQL LOADER Utility
- sqlldr userid=scott/tiger control=emp.ctl log=emp.log
- qlldr userid=scott/tiger control=emp.ctl log=emp.log data=data1.dat
- sqlldr userid=scott/tiger control=emp.ctl log=emp.log direct=FALSE
- sqlldr userid=scott/tiger control=emp.ctl
What are the components needed for sql loader?.
- Control File
- Data File
- Target Table
- Bad File
What is control file?
- It describe how to interpret the flat file and options to load the data.
- It describe the location and format of the data file.
- It describe the location of the Bad and Discard records file .
- It has the control to connect database
What are the mandatory options in the control(*.ctl) file.
- LOAD DATA, INFILE, COLUMNS OF THE TARGET TABLE
- BADFILE
- DISCARDFILE
- LOADING OPTIONS, FILE FORMATTER