Each week I perform the following;
Copy approximately 6000 account id numbers from one MS Excel worksheet(worksheet 1) to another worksheet (worksheet 2)within the same workbook.
Using advanced filter in MS Excel, obtain the unique account id numbers (approximately 4000 each week).
Save worksheet 2 as a text file.
Open MS Access and import text file as table.
Link text file table to Oracle table linking on common field within pre-built MS Access query.
Run MS Access query to extract phone numbers, from Oracle db, for each account id.
Copy paste query results to Excel worksheet and use vlookup to "merge" the phone numbers to the other data for each account id.
Total time = 1 hour+!
This needs to be performed in no more than 10 minutes!
Exploring two options;
Option 1 - Import Excel worksheet into Oracle sql developer
Option 2 - Create temporary tables in Oracle using the "Insert into ##TmpAcctID" syntax into MS Excel range and pasting into the Oracle sql developer pane (similar to what I perform using Mgmt Studio to extract data from Sql Server).
Just wanted to gather some insight before I proceed.
Can both options be performed?
Is it possible to provide the steps for each option above?
Which option above is preferred?
Thanks in advance.
Copy approximately 6000 account id numbers from one MS Excel worksheet(worksheet 1) to another worksheet (worksheet 2)within the same workbook.
Using advanced filter in MS Excel, obtain the unique account id numbers (approximately 4000 each week).
Save worksheet 2 as a text file.
Open MS Access and import text file as table.
Link text file table to Oracle table linking on common field within pre-built MS Access query.
Run MS Access query to extract phone numbers, from Oracle db, for each account id.
Copy paste query results to Excel worksheet and use vlookup to "merge" the phone numbers to the other data for each account id.
Total time = 1 hour+!
This needs to be performed in no more than 10 minutes!
Exploring two options;
Option 1 - Import Excel worksheet into Oracle sql developer
Option 2 - Create temporary tables in Oracle using the "Insert into ##TmpAcctID" syntax into MS Excel range and pasting into the Oracle sql developer pane (similar to what I perform using Mgmt Studio to extract data from Sql Server).
Just wanted to gather some insight before I proceed.
Can both options be performed?
Is it possible to provide the steps for each option above?
Which option above is preferred?
Thanks in advance.