Help me to find the best tool [message #428502] |
Wed, 28 October 2009 09:34  |
whatisDB
Messages: 2 Registered: October 2009
|
Junior Member |
|
|
hello,
I am trying to find a best Tool available in the market that will satisfy the following requirements:
The condensed requirements are as follows:
--> We have a database, lets call it "R2-D2".
--> We have 3 tables that are updated everyday with new information. Lets call all these 3 tables as secondary storage tables.
--> We have another 4 tables which we are going to call "primary tables".
--> The secondary storage tables and primary storage tables have 16 columns in each that have to be compared with each other. In other words 16 columns from 3 tables of secondary storage table have to be compared with 16 columns of the 4 primary storage tables.
Question:
1. Is there a tool to compare data between these tables using a form or a GUI? something that an end user can access to view the information in a comparison form?
2. Once the comparison is done can we either UPDATE or INSERT data from the secondary storage tables to the primary storage tables?
Any help in this regard is greatly appreciated.
|
|
|
|
|
|
|
Re: Help me to find the best tool [message #430500 is a reply to message #430498] |
Tue, 10 November 2009 13:40   |
 |
Michel Cadot
Messages: 68749 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
TOAD does many behind the scene and you don't know what.
TOAD locks resources without you know it and may lead to ORA-1555 or "unable to extend" errors in other sessions without speaking those that are blocked because of it.
...
Regards
Michel
[Updated on: Tue, 10 November 2009 13:41] Report message to a moderator
|
|
|
|
|
Re: Help me to find the best tool [message #430600 is a reply to message #430559] |
Wed, 11 November 2009 02:57   |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Michel Cadot wrote on Wed, 11 November 2009 08:05If you use SQL*Plus, you know what it does because SQL*Plus does not do anything you don't tell it to do.
I think it is about time to face reality here. People want to and will use graphical tools to do database access.
You can not and should not expect everyone to use sqlplus.
Having said that, tools should clearly document what behaviour is to be expected (in your case, when it will lock what)
|
|
|
Re: Help me to find the best tool [message #430640 is a reply to message #430600] |
Wed, 11 November 2009 06:11  |
wvu1999
Messages: 40 Registered: April 2007
|
Member |

|
|
If you click in a 'live' data grid, i.e. one that is setup for editing, Toad can place a row-level lock.
You can avoid this several ways. Best is to use option to default to Read Only data grids.
You can always see what Toad is doing with the Database > Spool SQL to Screen option.
Somehow we got off topic, my original answer was to look at Toad for Data Analysts, which has a completely different transaction architecture than Toad for Oracle and comments around the 'mystery locks' do NOT apply.
|
|
|