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 |
List the different types of columns in oracle reports.
explain about content canvas views?
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
What are the types of Pop-up window ?
What are the types of trigger actions?
How to call a report from Forms?
What is forms_DDL?
What is the use of break group?
What is a matrix report and how many minimum groups are required to prepare the same?
Can a property clause itself be based on a property clause?
To execute row from being displayed that still use column in the row which property can be used?
Can a formula column be obtained through a select statement?