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 are the different styles of actvation of ole Objects?

1 Answers  


i have 9 values in a table i.e -99 -56 -32 41 -2 33 95 -88 55 my question is that i wanna elimenate all -ve values and wann sum of + values in report i m using devsuite 10g its urgent kindly if anyone knows that answer message me the following yahoo id thanx ALI smalipaki@yahoo.com

5 Answers  


Can a root window be made modal?

1 Answers  


in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

0 Answers  


a text item is there what r the different types of triggers associated with it

0 Answers  






What are the Coordination Properties in a Master-Detail relationship?

1 Answers  


What are parameters?

1 Answers  


What is a Trigger ?

1 Answers  


What is the main difference between Reports 2.0 & Reports 2.5?

1 Answers  


What are the built-ins that are used to Attach an LOV programmatically to an item?

1 Answers  


What do you understand by lov?

0 Answers  


Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size? If yes,how?

1 Answers  


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)