What Is The Difference Between Query Transform and SQL Transform in BODI
What Is The Difference Between Query Transform and SQL Transform in BODI
What Is The Difference Between Query Transform and SQL Transform in BODI
Query transform is something you build using the BODI, and it generates the optimised
SQL, where SQL transform allows you to enter the SQL query directly.
SQL Transform - Here you can wirte your customized SQL queries.Query Transform This is one of the best tranformation in BODI, where it gives u different functionalities like
Extracting data, sorting...7
BO Data Integration
Hi,Customized queiries means the complex queries which we cant execute the
functionality by some other built-in transforms.
Why is Bulk loading faster than normal loading in BODI?
Hi,API bulkloading is faster than file method because in convetional file method it has to
write some log files and then invoke a SQl *loader. in API method it will directly connects
to the sql engine...
What transforms do you use to implement SCD Type II in DI ??
Hi,We can implement SCD type 2 using table comparision, History preserving, key
generation transforms.src->table comparision->history preserving->key generation ->
target
How we will implement Full outer join in BODI?Explain with some examples?
You can acheive this by two methods1. Use SQl transformation and write your own
query2. First apply right outer join and then left outer join and merge it.Ex:- 1. select e.*,
d.dname, d.deptno dno, d....
What is the difference between lookup(0 and lookup_ext() functions in BODI?
lookup() - It will compare only single coloumn and return only single portWhere as
lookup_ext() - will compare multiple columns and return multiple rows
What is the difference between parallel processing projects and grid processing projects ?
Hi,We can implement SCD type 2 using table comparision, History preserving,key
generation transforms.src->table comparision->history preserving->key generation ->
target
How we will implement Full outer join in BODI?Explain with some examples?
You can acheive this by two methods1. Use SQl transformation and write your own
query2. First apply right outer join and then left outer join and merge it.Ex:- 1. select e.*,
d.dname, d.deptno dno, d.
What is the difference between lookup(0 and lookup_ext() functions in BODI?
lookup() - It will compare only single coloumn and return only single portWhere as
lookup_ext() - will compare multiple columns and return multiple rows
1. What are the differences between rowbyrow select and cached comparison table
and sorted input in table comparision transform?
2. What is the use of Array fetch size?
http://scn.sap.com/docs/DOC-65341
3. What is the use of rows per commit?
4. What are the different strategies you can use to avoid duplicate rows of data
when reloading a job?
5. List some of the reasons why a job might fail to execute?
6. Have you implemented full/Delta loads in your project?
7. Difference between table comparison transformations and auto correct load?
Join ranking
You can define the order in which Data Service will join tables. Tables with higher join ranks are joined
before tables with lower join ranks. Typically you want your largest table to have have higher ranks
that your smaller tables.
What are SAP R/3 sources?
What is degree of parallelism?
Types of caches in Dataflow?
what is ABAP dataflow?
Complex situations in BODS?
Describe table comparison tranform?
How to capture data, net change data, if there is no identifier flags in source (no dates, no flags etc..)?
What are real time jobs?
What is embedded dataflows?
Types of transforms in BODS?
What is Idoc files?
Scenarios:
1. How to update data through script?
sql('DS_ILX', 'update tab_x set a = /'XXX/' where a is null');
2. Create files based on department? If department numbers are fixed.
Use case transform for each department.
2. Create files based on department? If department numbers are not fixed.
Company Name
Design type 2 in BODS?
1. History preserve transform
2. Table comparison, map operation, case transform
What will happen if a column removed in sql t/f?
1. Job will not show error while validating but during running or if we update schema in sql t/f, it will
fail.
How to call a batch script in BODS?
1. EXEC function
How oracle table values loaded into variables?
1. SQL function
How to use pushdown sql in BODS?
1. To limit data from source/target
2. Reduce the barrier between source/target to BODS
In-memory
Use in-memory cache when your data flow processes a small amount of data that fits in
memory.
Pageable cache
Use a pageable cache when your data flow processes a very large amount of data that does
not fit in memory.
Company Name
How many types datastores in BODS?
3 Types
J.D. Edwards One World and J.D. Edwards World, Oracle Applications, PeopleSoft, SAP ERP
and SAP NetWeaver BW, and Siebel Applications. See the appropriate supplement guide.
Company Name
Brief about oracle exception? Built in and user defined?
Write an exception to update data when data not inserted?
Exception when unique constraint error exists - Duplicate
Can we do DML operation in oracle function?
Yes
Can we call oracle function with DML operation in SELECT statement?
It throws error
What is the use of user hints?
If table is having multiple indexes, we can suggest which index need to be used.
Parallel option
How parallel hint works?
Based on number of usages
Difference between procedure and package?
Procedure will be locked state when it's using
Package will not be locked
Company Name