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 is responsibility and how u attach How to create user and how u attach with responsibility.

0 Answers   Zensar,


Can you change the color of the push button in design time?

2 Answers  


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

0 Answers  


Can a property clause itself be based on a property clause?

1 Answers  


what are the oracle forms services components include?

0 Answers  






what is the source file of po report?

1 Answers   Convergys,


running a report from Form or other Report , The Parameter Form Page will be Display first . I don?t want to display the screen . What I have to do ?

1 Answers   Convergys,


What is the difference between setting up of parameters in reports 2.0 reports ?

1 Answers  


What is a property clause?

1 Answers  


What is user exit.?

2 Answers   IBM, Synergy, Zensar,


What is a Static Record Group?

2 Answers  


Can a sigle canvas be used by different blocks ?

2 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)