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

what exactly u write in when_new_form_instance

1 Answers   TCS,


What are the various methods of performing a calculation in a report ?

1 Answers  


What is a combo box?

2 Answers  


How can you create Lexical parameter n Bind parameter in Reports ?

1 Answers   GE, SVSS,


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

1 Answers  


how to eliminate duplictes in column except group and section?

2 Answers   iFlex, TCS,


Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?

1 Answers   Convergys,


What built-in is used for showing the alert during run-time?

1 Answers  


What is new_form built-in?

1 Answers  


What are the trigger associated with image items?

3 Answers  


What buil-in routines are used to display editor dynamicaly?

1 Answers  


explain tkprof?

1 Answers   Convergys,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)