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

List the different types of columns in oracle reports.

0 Answers  


explain about content canvas views?

1 Answers  


Any attempt to navigate programatically to disabled form in a call_form stack is allowed?

1 Answers  


What are the types of Pop-up window ?

1 Answers  


What are the types of trigger actions?

4 Answers   Zensar,


How to call a report from Forms?

5 Answers  


What is forms_DDL?

2 Answers  


What is the use of break group?

1 Answers  


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

0 Answers  


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

1 Answers  


To execute row from being displayed that still use column in the row which property can be used?

1 Answers  


Can a formula column be obtained through a select statement?

1 Answers   TCS,


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