how to find count rows in table without count function?
Answer Posted / mani
Select max(rownum) from table_name;
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
What are the various oracle database objects?
Difference between the “verify” and “feedback” command?
What is procedure overloading in oracle?
Difference between open_form and call_form in oracle.
What is MTTR advisor in Oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What is oracle join syntax?
What is the difference between Delete, Truncate and Drop in Oracle?
What are the different types of synonyms?
Is oracle an operator?
What is a server parameter file in oracle?
What is a nvl function? How can it be used?
How to define an anonymous procedure without variables?