Hello, I'm using Crystal 9 to access an Oracle 8 Database with several hundred thousand records. I want to identify records from this database that do not exist in a specific Excel 2003 file (circa twenty thousand records). I know this is a bizzare request because of the non-index Excel sheet will not be an efficient way of retrieving records.
If I link from the Excel file to the Oracle DB it runs reasonably fast. When I link from the Oracle DB to the Excel file (which is what I want really) it runs extremely slow. I assume this is due to the Excel file not providing a suitable index or a way to quickly look up a key field (I only link on one unique key field). The Oracle to Excel scenario seems to take one Oracle record at a time and have to look through the complete Excel file to decide on an equal join or not exists everytime.
Is there an easy way to speed up this kind of report. I want to avoid having to import/link the Excel file to a database like Access because of logistical reasons.
Any help would be appreciated.
If I link from the Excel file to the Oracle DB it runs reasonably fast. When I link from the Oracle DB to the Excel file (which is what I want really) it runs extremely slow. I assume this is due to the Excel file not providing a suitable index or a way to quickly look up a key field (I only link on one unique key field). The Oracle to Excel scenario seems to take one Oracle record at a time and have to look through the complete Excel file to decide on an equal join or not exists everytime.
Is there an easy way to speed up this kind of report. I want to avoid having to import/link the Excel file to a database like Access because of logistical reasons.
Any help would be appreciated.