how report can be generated if we have the database designed
in oracle 10g?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why oracle forms required?

786


What is a canvas in oracle forms?

801


How can we expand Parameter Form Canvas on Reports 6i?

2170


Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.

1909


I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users

1010


Can we invoke one form from another in a multi-forms application?

870


how to send file attachment from oracle forms

2314


i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE

2714


what are the new features introduced in oracle form services in 11g release 2?

801


What is a user exit program in oracle reports?

759


what is difference between group above and group left report

3581


What is a matrix report and how many minimum groups are required to prepare the same?

817


from where do u receive the information to develop report

1738


what are the oracle forms services components include?

762


suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables

1804