What is Array bind size in universe?
Plz
Answers were Sorted based on User's Feedback
Answer / kirankumar
fetching the size of a data from database,how much data fetch one time that is called array fetch size
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / vamc
Enter the size of the bind array that
Connection Server uses before sending to
the repository. The bind array is the area in
memory that Connection Server stores a
batch of data to be loaded (sent to the
repository). When the bind array fills, it is
transmitted to the database. Generally, the
larger the bind array, the more rows (n) can
be loaded in one operation, and the better
your performance.
| Is This Answer Correct ? | 8 Yes | 0 No |
When a report in Web intelligence is created with ten objects and save the same as PDF the report divides the report into two pages. One page with data for five objects and the other with next five objects? Is there a way to combine these ten columns in a single page view?
how to test reports in businessobjects?
how to create reports on screech?
What Is The Difference Between Oltp And Olap?
What is the difference between absolute and relative div positioning?
Hi, i have 10 data providers in report? i want to see only two data providers remaining are hide? how can do it? Thanks&Regards raghu.shiva
i want to creat 2way drilling using hyrarchies and hyperlinks...can anyone please help me
WHAT IS THE DIFFERENCE BETWEEN OLAP AND DATAWAREHOUSE? WHAT IS MICROCUBE EXACTLY?
what is the difference between input file repository server and output file repository server ?
how to create metric universe ?
what is static filter and dynamic filter
I have 2 tables. Table 1 is employee table and Table2 is department table. In employee table i have 1,2,3,4,5 emp id's,in Dept table i have various dept's like a,b,c and i have 2,3,4 emp id's in my dept table.I joined with these 2 tables.I want the results for equi join means how many records will fetch.In the same scenario i have to know the left outer join, right out join and full outer join resuls means how many records will come. can any body tell me the answers