Beta Notes Transactions Window New window under Main Menu -> Session -> Transactions. Lists each connection and if it has a pending transaction or not. You can set it to auto-refresh if you want. You can commit or rollback from that window too, and it is stay-on-top but not modal, so you can leave it open if you want while you work elsewhere in Toad. Oracle 12c R2 Support - DML, expressions, functions, common clauses and DROP statements. - CREATE FUNCTION/LIBRARY/PACKAGE/PROCEDURE/TRIGGER/TYPE statements Code Analysis Rule 4603 Rule 4603 ("Avoid literal concatenations at runtime.") would fire unexpectedly due to a (minor) Rule Universe issue. PIVOT clause Support for functions in a PIVOT clause having a WITHIN GROUP clause (undocumented feature). Formatter Formatting many more instances of the following statements, mainly 12c R2. Currently about all Oracle DML and DDL statements are formatted. CREATE ATTRIBUTE DIMENSION ALTER AUDIT POLICY CREATE CONTROLFILE ALTER DATABASE CREATE DATABASE CREATE INMEMORY JOIN GROUP CREATE LIBRARY ALTER OPERATOR CREATE SCHEMA ALTER SESSION CREATE TABLE CREATE TABLESPACE ALTER TRIGGER Code Analysis Rule 5809 Rule 5809 ("Ensure elements in the SELECT list (either columns or expressions) are qualified by a table/view name.") Enhancements. Code Analysis Rule 4603 Rule 4603 ("Avoid literal concatenations at runtime.") The rule will now flag all concatenations in a multi-concatenation.
↧
Forum Post: Beta Released (12.11.0.50)
↧
Forum Post: RE: TOAD 12.10.0.30: Copy/Paste from TOAD to Microsoft Word runs not properly!
Hi! I have a support case with Quest regardiung this and they hace confirmed it's a bug. Best regards /Rickard
↧
↧
Forum Post: RE: Is it possible to stop script execution on error in Code Editor or Script Manager ?
> Did you try it ? (Utilities / Script Manager). No, not there, but I tried in Toad's Editor because you said it also failed in the Code Editor. I see what you mean in the Script Manager. Having it proceed automatically seems like a problem.
↧
Forum Post: Team Coding
I cannot conect to the TFS server In the lower left hand corner of my screen I have: Output: Error logging ibto Microsoft Team Foundation Server (DataWarehouse) In Team Coding Configuration/Status all green check marks except VCS Provider not logged in Runnning Toad 12.6 on Windows 7 Help Please!
↧
Forum Post: Toad for Oracle 12.9.0.71
Good evening, I just installed Toad for Oracle 12.9.0.71 and having an issue with autocomplete not working when I hit the ctrl+ . on DBA type views. The user that I'm logging in with has access to the views. I checked the options and everything seems to be in order. Any ideas? I have Toad 11.6 installed on the same laptop and it works fine. Thanks!
↧
↧
Multi-line Text Editing
Implement multi-line text editing similar to Sublime Text . Here is the documentation on the keyboard shortcuts used for multi-line editing in Sublime Text .
↧
Forum Post: Still loving named queries in Schema Browser - small bug
Good Afternoon John, I should have told you about this earlier; I even use a work around. I have a named Query as follows (commented out where): SELECT CONT_EMAIL, common....(...) "Grantee_Password", /* test_passwords.sql */ DATE_PW_CHANGED, TIMES_REMINDED, PROG_CODE, INST_TYPE, START_PREF, ZIP, rcip_no, w2w_password, --ROWID, RCIP_NO, SEQ_NO, W2W_PASSWORD, --W2W_PIN, CONT_NAME, ADDR1, --ADDR2, CITY, STATE, --ZIP, CONT_PHONE, CONT_FAX, --CONT_EMAIL, DATE_DELAYED, DATE_PW_CHANGED, DATE_LAST, DATE_NOTIFIED, DATA_ADDED_BY, NOTIFICATION_SENT_BY, PRIM_CONTACT, RCIP_NAME, CONT_TITLE, RCIP_TYPE, --START_PREF, DATE_DELAYED, TIMES_REMINDED, DATE_PW_CHANGED FROM COMMON.WHO_ARE_YOU natural join COMMON.WHO_ARE_YOU_CHANGES --Where --lower(CONT_EMAIL) = 'wickliffe.larry@dol.gov' and --NOTIFICATION_SENT_BY IS NOT NULL -- AND DATA_ADDED_BY IS NOT NULL --AND --W2W_PASSWORD IS NOT NULL --AND date_last > to_date('12/01/2015', 'MM/DD/YYYY') ORDER BY DATE_LAST DESC NULLS LAST If I apply a named filter, the filter replaces the entire query (the filter takes on the Query name, too): WHERE cont_email = 'l.wickliffe@hush.com' Since there is no select .. from ... this fails. Larry 703-508-4945 PS. My work around is to create extra named query with the different filters. PSS. Thank you! Still love it!
↧
Forum Post: Nulls in Toad Data Point Export as Not Null in Excel Instance
Hello, I noticed that when I am exporting from Toad Data Point (3.7.1.1011 Base Edition) to excel that Null values in Toad were registering at Not Null in Excel. This is a significant issue since users were pivoting and counting off of the data and expected the blank cells the actually be blank. I tried doing a simple test (select null as test from dual) just to make sure that this was an issue with the export process and the results of this test are consistent. The Trim function in Excel and SQL does not fix the problem Trunc in SQL does fix the problem but cannot be used consistently since some of the fields are datetime Crystal reports correctly recognize and exports the nulls as null to Excel instances Is there a setting that I am missing that changes how Nulls get exported? Thank you
↧
Forum Post: RE: Nulls in Toad Data Point Export as Not Null in Excel Instance
Hi, You are in the Toad for Oracle forum. The Data Point forum is here: http://www.toadworld.com/products/toad-data-point/f/36 Thanks John
↧
↧
Forum Post: RE: Nulls in Toad Data Point Export as Not Null in Excel Instance
Oops sorry I will close and ask there.
↧
Forum Post: RE: Still loving named queries in Schema Browser - small bug
OK, it's fixed for next beta.
↧
Forum Post: Configure Monitoring
How can I configure monitoring in toad for oracle if I want to be informed about specific events by mail? Greetings Karsten
↧
Forum Post: File compare facility
All, I just installed beta 12.11.0.51 and tried the file compare utility. Looks great! Especially the option to ignore formatting differences is a great improvement over any other comparison tool. Unfortunately, it does not seem to work as it should: Also, I could not figure out how to compare a directory. I got a message stating that I can load only two files at a time. I tried to find out by hovering the cursor over the action icons, but there seems to be no pop-up, help-text, or explanation available. I hope this helps you guys to improve the compare feature. Intelligent compares will save me a significant amount of ime! Kind regards, Abe Kornelis ==========
↧
↧
Forum Post: RE: Configure Monitoring
Options > e-mail settings. Once this is set up for the window you would like, then you go to the window itself to enable.
↧
Forum Post: overloaded subprograms not listed
Overloaded subprograms are not listed. seems like Overload feature is not supported. https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/subprograms.htm#i12352 do you have the same problem?
↧
Forum Post: Beta Released (12.11.0.51)
Beta Notes SB-Types An option navigator has been added to SB-Types-Spec/Body tabs. In addition, you can now use CTRL+Shift+PgUp/PgDown to jump between the current subobject in Spec/Body tabs. Compare Files action New in automation designer: Compare Files. It's on the "File Management" tab. You can compare a pair of files or all files in a pair of folders. Output can either be a text file listing missing/matched/differing files, and/or a true/false result from the action (true/false could be used with an if...then action)
↧
Forum Post: RE: Stop sending me emails!
How are you creating threads/replies? Are you using ToadWorld.com or are you using Toad's in-product forum integration?
↧
↧
Forum Post: How to view/verify update results before commit
Hello, I recently upgraded from toad 10 (10.5.0.41) to 12 (12.10.0.30). There are several things I used to do in TOAD 10 and I cannot seem to find the correct settings to mimic this behavior in 12. In 10, I would open an editor, and I could run a basic update statement: update table1 set type=1 where id between 1 and 10; Then I could view it in the same query window select * from table1 where id between 1 and 10; At this point I would review the data and determine if I wanted to commit or rollback. In TOAD 12, I cannot do this. It is showing me the original data without the changes. I am in the same editor window. In the old one, if I went to a different editor window it also would not have the changes. Only in the window where I made the change would I be able to see the changes. This was an extremely handy feature... I have tried to compare my settings between 10 and 12 several times, but I have not been able to find anything. It seems it would tie to executing queries in threads, and I do have that turned on: Thank you in advance for any advice.
↧
Forum Post: RE: File compare facility
John, If you take a look at the screenshot I attached when I started this thread, you'll see that the tick-box 'report formatting differences' is unchecked. And yet the program reports a difference between the two files that is 'formatting-only'. In the left-hand display it's a single line of code, in the right-hand display it's three lines of code. Still, there is no difference - it just happens to have been formatted using different formatter versions (that's what you get when using a beta...) I do lots of file comparisons. I'd love to have a means of ignoring formatting issues. But it does not (yet) seem to be working like that. Hope this helps. Kind regards, Abe ===
↧
Forum Post: Toad in Security environment
I have some issue in my environment because when we have any oracle developer using Toad to access DB but must be he get as admin on windows, please we need your support to using Toad without windows administration.
↧