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 sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item

2 Answers  


Name the two files that are created when you generate the form give the filex extension ?

2 Answers  


hiding item in report how like that properly,thats manually but at runtime i want to do

1 Answers  


What are the built-in used for getting cell values?

1 Answers  


from where do u receive the information to develop report

0 Answers  






Can you attach an lov to a field at run-time? if yes, give the build-in name.

1 Answers  


What are the default parameter that appear at run time in the parameter screen?

1 Answers  


Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?

1 Answers  


What are parameters?

1 Answers  


What are the two ways to incorporate images into a oracle forms application?

1 Answers  


What is an oracle report?

0 Answers  


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

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)