how report can be generated if we have the database designed
in oracle 10g?
Answer / su
By using sql*plus environment.
we can specify the column width , through following
sql> COL empno FORMAT 999999
sql>COL ENAME FORMAT A30
sql>SELECT empno as "Employee Number",
ename as 'Employee Name"
FROM emp;
we can also use TTITLE, BTITLE etc
:)
| Is This Answer Correct ? | 0 Yes | 6 No |
Can a formula column be obtained through a select statement?
What are User Exits and what are different types of User Exits in Oracle Apps ?
Can you attach an alert to a field?
What are the default parameter that appear at run time in the parameter screen?
How image_items can be populate to field in forms 4.0?
What is coordination Event?
What is a matrix report and how many minimum groups are required to prepare the same?
What are the built-ins used for finding object ID functions?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What ERASE package procedure does ?
What are the display styles of an alert?
What are the built-ins used for processing rows?