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 |
what exactly u write in when_new_form_instance
What are the various methods of performing a calculation in a report ?
What is a combo box?
How can you create Lexical parameter n Bind parameter in Reports ?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
how to eliminate duplictes in column except group and section?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
What built-in is used for showing the alert during run-time?
What is new_form built-in?
What are the trigger associated with image items?
What buil-in routines are used to display editor dynamicaly?
explain tkprof?