we have 10 records. It's occured error in 6th record how
can u find and how to rectify that?
Answers were Sorted based on User's Feedback
Answer / srilekha
select * from <Tab_name1> where rownum <=6
minus
select* from <Tab_name1> where rownum<6;
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nithya
To retrieve data:
select * from <table_name> a where 6 = (select count(rowid)
from <table_name> b where a.rowid>=b.rowid);
u can rectify it using the same "sub-query".
| Is This Answer Correct ? | 3 Yes | 1 No |
What is FORWARD DECLARATION in Packages?
6 Answers British Telecom BT, HCL, Tech Mahindra,
wht is the use of Xml reports over reports6i?
Attribute data types?
In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?
what is the data type of lexical parameter?
how can u link a org-id with a responsibility in reports?
How many parameters we can pass through pl/sql program in Oracle apps
how to create a file in forms?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
Give a brief overview on OrderManagement.
in procedure how to return a value
how to create requst set in oracle apps and how to send muliple requests at a time,