we have 10 records. It's occured error in 6th record how
can u find and how to rectify that?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how to find the custom directory in front end?

656


what is global tempory table?

6284


where to define interorganization transaction charges and what are the different options?

1945


In oracle application how do you debug or trace errors?

630


How can you achieve loose coupling in soa framework?

713






how can develope the po variance and po summary report? with tables mandatory columns and query please?

1975


What are the different components you should consider while defining a responsibility in oracle apps?

639


How to move the one file from one instance to another instance? And your scripts also?

607


Can you differentiate between mediator and osb?

621


tell me the scenarios of the independent in reports

2102


How many schemas we have? how many you have used?

1607


Do you know where we can check the status of po?

628


What is count(*) from po_vendors(any table)?

637


How can we import the data into a database using sql * loader?

676


In sequence i want to 11 and 15th values how we will write?

1568