How we can able to import our own template (users designed
MS-Word templates) which has many tabular columns; need to
pass some values generate by Oracle-reports9i?
Actually need to import more than 400 MS-Word templates into
Oracle Reports-9i to minimize layout design in Reports.
No Answer is Posted For this Question
Be the First to Post Answer
What are main difference between Stored Procedure and Functions.
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
How to retrieve 5th highest sal from emp table?
How to get a list of all tables in the database?
Can we call a trigger inside a function and function inside a trigger? Give example.
What happens if the update subquery returns multiple rows?
What are named parameters?
Difference between pre-select and pre-query
Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.
without using count(*) and rownum how can we count total record in a table
What is the difference between count (*), count (expression), count (distinct expression)?
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?