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

Answer Posted / srilekha

select * from <Tab_name1> where rownum <=6
minus
select* from <Tab_name1> where rownum<6;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by soa and what are the benefits of using this architecture?

619


what are the balancing segments in AR?

1647


A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.

1674


Explain oracle apps architecture.

763


Which oracle apps version you are very confident in?

703






what are the different transaction clauses in AR?

1598


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

639


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2591


In support project one ticket alloted which steps follows manualy tell me ?

2221


List the types of flexfield?

605


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

659


In hierarchical structure of a database? we have write query from where we should start?

1701


How do you register report in oracle apps?

626


testing tools?

1750


q)what are the validations in sql*loader

1738