| Back to Questions Page |
| Question |
what is integrity n how many integrity rules r there? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
integrity means which doesn't allow duplication of files.
we have 3 types of integrity rules.
1. Entity Integrity Rule : In this Primary key can't
be null.
2. Referential Integrity : It tells the relation
between the Master Table and Child table.
3. Business Rule Integrity.
Thanks,
suresh_somayajula@hotmail.com  |
0 | Suresh.somayajula |
| |
| |
| Answer |
restriction rules in a tables . these are in 3 category.  |
0 | Guest |
| |
| |
| Question |
in compatibility in report registration? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Doesn't allow programs which are compatable to the
particular report.  |
0 | Raj |
| |
| |
|
|
| |
| Question |
explain tkprof? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
TKPROf is one of the most useful utilities available to
DBAs for diagnosing performance issues. It essentially
formats a trace file into a more readable format for
performance analysis. The DBA can then identify and
resolve performance issues such as poor SQL, indexing, and
wait events.  |
0 | Sikdar |
| |
| |
| Question |
what is the source file of po report? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
rdf
 |
0 | Sheik Mohaideen |
| |
| |
| Question |
How to solve the error ?Frequency below its group? while
running the report. Why it is happened and How to solve that? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
we have to check all the contents in the form ,and see that
no feild is beyond its frame.  |
0 | Raj |
| |
| |
| Answer |
we have to check all the contents in the form ,and have to
check that no feild is beyond its frame is left.  |
0 | Sikdar |
| |
| |
| Question |
What is the usage of the Flex mode in Layout Editor ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
If we want to make any adjustments in the layout regarding
the items in that layout ,then we have to set the flex mode  |
0 | Raju |
| |
| |
| Answer |
Suppose we want to extand the repeating frame, in that case
we use flex mode . If we will not use flex mode It will not
move.  |
0 | Raj Dhar |
| |
| |
| Question |
What is the usage of the confine mode in Layout Editor ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
There are 2 modes in Layout Editor .
They are 1) Confine Mode 2) Flex Mode
1) Confine Mode :- If the Confine Mode is ON then the
repeating frame can not be moved.
If the Confine Mode is OFF then the repeating frame can be
moved outside the frame.
2) Flex Mode :- If the Flex Mode is ON then the repeating
frame can be moved out.
If the Flex Mode is OFF then the repeating frame can not be
moved outside the frame.  |
2 | Swarna.alizerla |
| |
| |
| Answer |
1)Confine mode:
Paper Layout view mode that prevents child objects from
being moved or resized on or outside their parent objects
2)Flex mode:
Paper Layout view mode that automatically resizes or
shrinks parent objects when child objects are moved or
resized,
and adjusts the positions of other layout objects that
might otherwise be affected by the repositioning or
resizing of
the objects.  |
0 | Ramya |
| |
| |
| Question |
What is the use of Data Link in Reports? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
by Data Link layer we can connect two databsle
tables on which u want to generate the reports  |
0 | Gaurav Garg |
| |
| |
| Answer |
Data links are used to establish parent-child relationships
between queries and groups via column matching  |
0 | Nitesh Srivastava |
| |
| |
| Question |
How can you format a character field in a report Layout editor ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Yes, it is Posible. simply select ur field, go to property
palatter, bellow of property palatter conditional formating
option is there. Ues this option.  |
0 | Deepak |
| |
| |
| Question |
running a report from Form or other Report , The Parameter
Form Page will be Display first . I don?t want to display
the screen . What I have to do ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Nihar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
add one more parameter in your form
syntax:
Add_parameter
(<param_list>,<parma_variable>,<parameter_type>,<parameter_v
alue>);
Example:
add_parameter(pi_id,'PARAMFORM',TEXT_PARAMETER,'NO');
---------------------------------
note:
Dont change underline parameter.  |
0 | Deepak |
| |
| |
|
| |
|
Back to Questions Page |