Forum Post: RE: Toad unable to connect to some databases
Michael, New beta works fine. Thanks again. Abe ===
View ArticleForum Post: RE: Toad session disappears while typing
Small addition: Status of work in progress was not saved when Toad unexpectedly exited, nor were the changes to the project manager setup. Abe ===
View ArticleForum Post: RE: Toad crashes
I made all the above option changes and was fine for a couple days. I just updated to .17. Within the last hour Toad has crashed twice while typing in the Editor - not unexpected based on your last...
View ArticleForum Post: RE: Toad crashes
The only thing left to do would be to use QP5.dll from 12.11 GA in your beta. I can't think of anything you'd miss out on by doing so. There have been some bug fixes regarding syntax error detection,...
View ArticleForum Post: popup when clicking on Data tab in SB for table with FK
beta .17 (Please visit the site to view this file)
View ArticleForum Post: RE: popup when clicking on Data tab in SB for table with FK
huh. I have't been making any changes in the SB code lately. This is the same error message you were seeing in Copy Table Data a month or so ago. I was never able to reproduce it, and as I recall, it...
View ArticleForum Post: dbms_redefinition for single object compare
I like the Schema Compare's ability to interface to dbms_redefinition to sync the order of columns for tables. Any chance this same functionality can be added to the Single Object Compare for tables? I...
View ArticleForum Post: RE: dbms_redefinition for single object compare
Yeah, that's a good idea and the code already exists for it. I'll take a look. I hate to add an option for something that only applies to tables, but I guess we've already started down that road. In...
View ArticleForum Post: RE: How to speed up schema browser using toad for oracle 12c...
Further discovery in toad for 12c RAC database when I try to generate script of a table in toad, for 12c RAC it took 3.4 second and it only take 52 msec in the redHat. Why is that? But when I cut and...
View ArticleForum Post: No full description about New connection window
Hi team, I'm trying to use the Direct connection, but can't find description about filed Instance Name and Protocol, what for they are used?
View ArticleForum Post: Direct connection
Hi team, I'm trying to use the Direct connection, but can't find description about filed Instance Name and Protocol, what for they are used?
View ArticleForum Post: RE: Direct connection
If you don't know what they are, you probably don't need them. Click where it says "less" and they will go away. :-) Instance name is generally only needed when you are connecting to a RAC database and...
View ArticleForum Post: Oracle VPD issue
Just implemented VPD on an Oracle table to hide a column if the user is not part of a security group. Have the function setup, package setup etc. It seems to be working with a major glitch. A user, who...
View ArticleForum Post: RE: How to speed up schema browser using toad for oracle 12c...
Also take a look at this piece of code that is generating from toad schema browser when i clicked on create script for a table. This is taking a long time in 12c RAC ( 18821ms) but I don't see any...
View ArticleForum Post: Debug sys schema procedure
Hi, Toad 12.11.0.95 x64 on Oracle 11.2.0.3 connected as named user with sysdba privilege. created one procedure and turn on debug feature. Start debug but in window I do not see proc parameters. Is...
View ArticleForum Post: RE: How to speed up schema browser using toad for oracle 12c...
Certain queries are run only in certain conditions. The pl/sql block above runs when we need to distinguish stand alone NOT NULL constraints from those automatically created when a primary key...
View ArticleForum Post: Beta Released (12.12.0.18)
Beta Notes Team Coding/Source Control Added an additional check to Team Coding to recognize when an object has been opened in the editor (but not checked out) and another user changes that object's DDL...
View ArticleForum Post: RE: Debug sys schema procedure
I've made all of the changes I could locate. Surprisingly there were quite a few "ALTER SESSION SET current_schema" calls that were not properly handling anything other than normal connections....
View Article