Forum Post: RE: Optimizing queries in two sessions problem (obey previous...
Hi, Hope these steps meet your requirement: 1) Test Run - Test Run Selected. 2) When the "Test Run Settings" dialog box popup, click "Customize test Run Settings" (Left-Bottom). 3) Change to "Order and...
View ArticleForum Post: RE: Optimizing queries in two sessions problem (obey previous...
Hi, Yes this is a good workaround for now. But is this a feature or a bug? :-) Brg Damir
View ArticleForum Post: Team coding and merge function not working
Testing out the team coding function and it works well except when it detects the VCS (TFS) is different that the database. I get the dialog to review the changes, select "merge", click the changes I...
View ArticleForum Post: RE: Team coding and merge function not working
Hi Bryan, It sounds like you're not checking the object back in to the VCS after you've made changes and compiled it. If you did, there shouldn't be a difference between the database and VCS revision...
View ArticleForum Post: Beta Released (12.11.0.77)
Beta Notes Team Coding/Source Control Added merge support when checking out an object and differences exist between the DB and VCS versions.
View ArticleForum Post: RE: Team coding and merge function not working
Thank you John! I will download the beta and see how it works. I actually created the issue as part of my testing since we are hoping to role out Team Coding as a process within our team. I have tried...
View ArticleForum Post: RE: Extract table names from SQL script
I have no solution, but i could use it, too. Maybe, you make an entry in "Idea Pond". Regards Even
View ArticleForum Post: Formatter uses too many lines
All, I'm currently on 12.11.0.77. In the formatter options, list arrangements, parameters, I have set: - List arrangement: Stacked on overflow or more than 3 - Parentheses:option 2 - On overflow on 1,...
View ArticleForum Post: RE: Formatter uses too many lines
Please let me elaborate on the distinction we'd like to make between Oracle-supplied functions and user-defined ones. What I meant was a distinction between SQL-defined functions (e.g. SUBSTR, INSTR,...
View ArticleForum Post: FW: Don't upgrade from Lync to skype
Have you guys heard of this one? We use Microsoft Lync as an IM and online meeting tool. When a coworker upgraded to Skype for Business he had various issues with TOAD. Any ideas what that is about?...
View ArticleForum Post: RE: Drag file into editor doesn't work
ok, thanks for reply anyway! Just upgraded to Toad for Oracle 12.11.0.77 (still Professional (32-bit)), same problem. Windows 8.1 Pro. I doesn't have this problem on other pre-beta versions of Toad. I...
View ArticleForum Post: RE: FW: Don't upgrade from Lync to skype
Okay, I have his support bundle. Not sure if I can attach it or not, but we'll try it… If that doesn't work let me know how you would like me to send it.
View ArticleForum Post: RE: Drag file into editor doesn't work
I wasn't able to replicate the issue either in my Win8 environment, but I did come across a couple posts that worked for some people with a similar issue....
View ArticleForum Post: RE: Extract table names from SQL script
Why do you need that? I use this for search for some "table_name" in text ... but this is search for specific table name...not any name... select...
View ArticleForum Post: RE: FW: Don't upgrade from Lync to skype
Understood. Everyone isn't as "leading edge" as I am. We've got people still on 11.6 just because that's the version put on the network three years ago (or whatever) and the network guys who configure...
View ArticleForum Post: RE: Extract table names from SQL script
For me, it would be useful during performance tuning. If I have a complex statement to tune, sometimes I check segement size and statistic values of the used tables querying the user-views.
View ArticleForum Post: RE: Extract table names from SQL script
Use Code Analysis. In the Editor there's a button on the toolbar to "Analyze code in current editor window." Selecting that results in a popup with code statistics including CRUD matrix. Sample output...
View ArticleForum Post: RE: Extract table names from SQL script
and this example, also working... 17:13:58 SQL>var sql_text VARCHAR2 (4000); 17:13:58 SQL> 17:13:58 SQL>exec :sql_text := Q'['BEGIN SELECT * FROM PCT_PARAMS, SRV_FTR_BB WHERE 1=0']'; PL/SQL...
View ArticleForum Post: RE: 64 Bit Toad and 32 Bit Access
Hi, Community. I know this post is about 3.5 years old, but I have a business requirement to export a lot of data to MS Access. I have installed TOAD 11.6, 64-bit on my Windows machine, as well as the...
View Article