Forum Post: RE: Close editor tab
Hey Abe, Yes, it does. You can define custom keystroke shortcuts in Toad's options. Just open up the options and go to Toolbars/Menus -> Shortcuts. For this item, go to the entry for "Editor ->...
View ArticleForum Post: RE: Close editor tab
John, thanks. That was indeed one location where I failed to think of searching. It works like a charm. Thanks again. Abe ===
View ArticleForum Post: av doing a select
select * from dba_rules Access violation at address 0000000004960F49 in module 'Toad.exe'. Read of address FFFFFFFFFFFFFFFF
View ArticleForum Post: RE: av doing a select
Thanks. It's a known issue. The nested table in that view has an ANYDATA. If you just select as below, without the RULE_ACTION_CONTEXT column, you won't get any error SELECT RULE_OWNER, RULE_NAME,...
View ArticleForum Post: Beta Released (13.0.0.41)
Beta Notes Redo Log Manager Redo Log Manager now supports standby redo logs.
View ArticleForum Post: RE: Toad for Oracle Base edition
Yes and yes. [:)] And for other inquiries, you might find the Features Comparison Matrix useful for future use:...
View ArticleForum Post: RE: Toad for Oracle Base edition
Oh, and you may find this doc useful for your future inquiries about other aspects of Toad: http://www.toadworld.com/products/toad-for-oracle/w/toad_for_oracle_wiki/538.toad-editions-and-features-matrix
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #1
Welcome to my new quick video series, Dan's Dozen Toad Tips! Here's today's tip: (Please visit the site to view this video)
View ArticleForum Post: RE: Issue with selecting text in Editor Beta 13.0.0.20
Fixing this bug caused another issue . I will revisit this one to better identify the underlying cause. In the meantime this issue has been reinstated. Michael
View ArticleForum Post: RE: 13.0.0.28 - Editor: F3 not always working to continue Search
I broke this fixing another issue . I've rolled back changes so that F3 is fixed in next beta and the original issue is reopened. Michael
View ArticleForum Post: statspack snapshot
how do I select two or more statspack snapshots so I can get "ADVICE" on a part of one of the statspack parameters like cpu usage I have checked the snapshots but it says you have to select them not...
View ArticleForum Post: RE: statspack snapshot
Just click one (so it turns blue) then ctrl+click the one above or below it (so it is also blue).
View ArticleForum Post: RE: statspack snapshot
No matter what parameter I select When I do the two snapshots I always get Snapshot interval too long. Snapshot intervals greater than 30 minutes make it harder to identify noteworthy events. Top Wait:...
View ArticleForum Post: Toad Will Not Load
Hello. I am running Windows 7 Professional 64 bit. After installing Toad Edge, I open double click on the icon to open it and the program opens. Then the box where you are supposed to login begins to...
View ArticleForum Post: lists in plsql oracle
Hello, Obviously this example is working declare cursor c_salary is select first_name, salary from hr.employees where salary in(9000, 6000, 4800); begin for s in c_salary loop...
View ArticleBlog Post: Oracle 12cR2: Cross-Platform PDB Transport Using XTTS
Hi Readers Oracle 12cR2: Cross-Platform PDB Transport Using XTTS For Reading, Click Here: http://blog.enmotech.com/2018/01/10/oracle-12cr2-cross-platform-pdb-transport-using-xtts/ #Oracle...
View ArticleForum Post: RE: TOAD User Group meeting or conference
Many thanks Gary. I appreciate that and look forward to hearing their response. For what it's worth I think physical gatherings can add real value and help create a community!
View ArticleForum Post: Formatter discards empty lines between queries
All, this relates to Beta 13.0.0.41 of Toad for Oracle. In cases where a query is terminated with a -- comment immediately followed by a semicolon on the next line, any blank lines separating the query...
View ArticleForum Post: Compile errors not showing
All, this relates to Beta 13.0.0.41 of Toad for Oracle. I changed a package body, then hit F9 to compile. The bottom status line indicates I have created 20 errors and 0 warnings. The errors tab of the...
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #2 - Auto Replace
Here's my second tip, hope you're finding them useful! (Please visit the site to view this video)
View Article