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 is term? What is use of term?
how to hide the scroll bar in forms 6i
how do u run sql loader
What are the built-ins that are used for setting the LOV properties at runtime?
What is the sequence the Report triggers will fires while running a report ?
Name of the functions used to get/set canvas properties?
can u call procedure or function is sq l query in reports
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What is the remove on exit property?
What are modalless windows?
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
How we can migrate the 6i report to 10g reports. What steps need to reuired?