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



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

Post New Answer

More Oracle Forms Reports Interview Questions

i want print character reports in 10g application reports pl help me my id is yoga.roh@gmail.com

3 Answers  


What is the sequence the Report triggers will fires while running a report ?

1 Answers   FCS, GE,


What is the "LOV of Validation" Property of an item? What is the use of it?

1 Answers  


What is forms_DDL?

2 Answers  


Can a formula column refered to columns in higher group?

1 Answers  






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

0 Answers  


What are the unrestricted procedures used to change the popup screen position during run time ?

1 Answers  


What are the built-ins used for Creating and deleting groups?

1 Answers  


What are the different types of Delete details we can establish in Master-Details?

1 Answers  


Name the different triggers supported by oracle reports and their firing order.

0 Answers  


What are the different types of Package Procedure ?

1 Answers  


What are the types of calculated columns available?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)