Forum Post: RE: How to update a column in one table by getting values from a...
Hi Phyllis, I have tried both of your script suggestions but still it returns the same error. Thanks for you help though.
View ArticleForum Post: RE: How to update a column in one table by getting values from a...
Hi Arijit, thanks for your suggestion, it actually worked. I have used the following statement: MERGE INTO Table_1 a USING (SELECT P_FID, P_Value FROM Table_2) b ON (a.N_FID = b.P_FID) WHEN MATCHED...
View ArticleForum Post: Editor : right click for collapse all (+)
Hello, there a was an useful feature, collapse all folds, in TOAD for Oracle editor (v12.6 ?), and I cannot see it anymore, in beta releases too. Is this feature planned yet, in a future version ?...
View ArticleForum Post: RE: How to update a column in one table by getting values from a...
I find questions like this a pure spam. it has nothing with Toad and best group for SQL based questions (especially rookie one like this one is) to go to Oracle official forum...
View ArticleForum Post: Toad 12.10.0.30 - Team Coding - TFS - Schema Name written to VCS...
We are trying to use Team Coding integrated with TFS (Microsoft Team Foundation Server). We can see that the code in the DB is now stored in TFS, but all of the code contains the "Schema Name" even...
View ArticleForum Post: Beta Released (12.11.0.16)
Beta Notes Schema Compare Schema Compare can now use DBMS_REDEFINITION to add columns to the middle of the table rather than at the end. The "Sync column order with DBMS_REDEFINITION" feature has been...
View ArticleForum Post: RE: Toad 12.10.0.30 - Team Coding - TFS - Schema Name written to...
I have confirmed your issue Dave. We will work on getting this fixed. One work-around would be to check "use sub folders" which will organize your files by object type. The issue doesn't present itself...
View ArticleForum Post: RE: Toad 12.10.0.30 - Team Coding - TFS - Schema Name written to...
Interesting. I didn't see this issue when I created a new project with "use sub folders" checked. Maybe there is something more to this. At any rate I can reproduce it so the developer should be able...
View ArticleForum Post: Toad automatically querying DB without where clause and locking up.
I recently upgraded to Toad 4.0 and now it seems to lock up occasionally. A couple times a week. Typically the DBA will ping me saying I'm running a query without a where clause. I am always surprised,...
View ArticleForum Post: RE: Toad automatically querying DB without where clause and...
Based on your Toad version 4.0, I think you are in the wrong forum - this one is Toad for Oracle.
View ArticleForum Post: RE: Toad automatically querying DB without where clause and...
I apologize. This should be in Toad Data Point forum.
View ArticleForum Post: RE: Toad 12.10.0.30 - Team Coding - TFS - Schema Name written to...
In order to eliminate the confusion and the issue, it seems that I shouldn't have the option of changing the checkbox "Add schema name to VCS File" unless Subfolders are being used. So it seems like...
View ArticleForum Post: Team Coding with TFS 2015 using the External (Command Line) client
We are attempting to configure Team Coding to utilize the command line interface of TFS 2015 in order to take advantage of all the features of TFS, specifically for the use of check-in policies beyond...
View ArticleForum Post: RE: Object Compare Link Option not working
Yes, in TOAD 12.9 Compare Files, right clicking in the left or right pane does nothing. (In earlier versions I aligned lines for comparison by right clicking a line in one pane and selecting Link, then...
View ArticleForum Post: RE: Which index local or global to choose for attached scenario
Hi. Please find the below create table and indexes statements. around 26 months data..each month around 1 million records. Response time is good for now..whether i use global or local indexes. Just...
View ArticleForum Post: RE: Which index local or global to choose for attached scenario
Index should be created for some query that will have benefit from that. creating index just "like that" is not an option ever. So, please tell us which queries you are trying to run and execution plan...
View ArticleForum Post: RE: Object Compare Link Option not working
Oh, starting in 12.9, we totally replaced the side-by-side comparison window because the old one was too slow and sometimes never finished for large files. If you click "Enable Merge", it should...
View ArticleForum Post: RE: Custom SQL select destroyed when filter name edited
Good Morning Michael, I'm in the Schema browser and have a filter applied. I have also edited the SQL for the page adding a field decryption and a subquery. When I edit the name of the filter, the...
View ArticleForum Post: RE: Object Compare Link Option not working
Hey Mark, One of the reasons the old compare utility had that option was because it was very old, and not all that good with its matching algorithm. So, it gave you the option of manually overriding...
View ArticleForum Post: RE: Object Compare Link Option not working
Hey Dan, The new component we're using is completely different from the old one we used, which dated back well before Toad 9.6. It should be doing a much better job at lining up matches and mismatches...
View Article