Forum Post: RE: Null fields not getting compared using using data compare...
Oops, I just noticed that you said your tables were in different databases. I repeated my test that way but for me it still worked as expected.
View ArticleForum Post: RE: RMAN
Thanks Norm. I think you are right. I hadn't had my coffee yet. Toad isn't going to be able to save anything to the server OS. You'll have to go to the server to do that. But once the backup scripts...
View ArticleForum Post: RE: Readability of formatted code
Link embedding (for video) may not work, so here's the link: www.youtube.com/watch
View ArticleForum Post: RE: Readability of formatted code
Andre, thanks for the video. Looks good to me. Kind regards, Abe ===
View ArticleForum Post: RE: Null fields not getting compared using using data compare...
Nulls should be no problem. Look back to my screen shot of my first reply, and you see that the COMM column is null for almost all rows. Those rows in your example are identical, but in your actual...
View ArticleForum Post: 'Type' object not appearing in the Schema Browser drop down list
Good Day! Environment: TOAD 12.6.0.53 TOAD For Oracle Xpert Edition Add-Ons: DB Admin Module I have a user that has several 'Types' created in her schema. However, when she opens a Schema Browser...
View ArticleForum Post: LISTAGG output of NVARCHAR2 column shows as NULL
Howdy, In 12.12.0.29, I have this happy scenario against one of my 11.2.0.3 databases I'm prepping for an upgrade: CREATE TABLE tester (col1 VARCHAR2(16), col2 NVARCHAR2(16)); INSERT INTO tester VALUES...
View ArticleForum Post: RE: LISTAGG output of NVARCHAR2 column shows as NULL
Hey Rich, I put a DUMP around your 2nd statement, so it looks like this: SELECT dump(LISTAGG(col2,',') WITHIN GROUP (ORDER BY 1)) FROM tester; and the result was Typ=1 Len=18:...
View ArticleForum Post: 12.11.0.95 Schema Browser Search
The object name I enter in the Schema Browser Search line (which is under the Schema Name line) is carrying over to the different tabs on the Schema Browser. This used to occur in earlier versions of...
View ArticleForum Post: Spacing in formatted code
All, This relates to Toad for Oracle, Beta 12.12.0.29 I just noticed the spacing that the formatter applies between real code and -- comments or /* comments has increased from 1 to 2 positions. The...
View ArticleForum Post: RE: Null fields not getting compared using using data compare...
When you get to the step "specify columns to uniquely identify each row", which columns are you including? If the table has a primary key, the primary key columns should show up automatically and you...
View ArticleForum Post: RE: 'Type' object not appearing in the Schema Browser drop down list
John Thanks very much for your quick response. My user has been out for a few days so I couldn't see if the above filter was set. It was not. We can't find any other filters being set. She has the...
View ArticleForum Post: RE: 'Type' object not appearing in the Schema Browser drop down list
John Sorry I forgot to ask you. Where would I set that filter you show in your reply? I couldn't find anywhere to set that filter. Thanks! -gary
View ArticleForum Post: RE: 'Type' object not appearing in the Schema Browser drop down list
That filter is a built-in feature of the grids in Toad. If you hover your mouse over the column header, a button will appear on the right hand side of each column where you can specify the filter. But...
View ArticleForum Post: RE: 12.11.0.95 Schema Browser Search
Right-click on the search box and uncheck "Apply filter to all object types".
View ArticleForum Post: Changing ownership of Oracle Scheduled jobs.
Oracle 11g Linux Toad. We have a lot of scheduled jobs that were created by an admin who did not use a continuity account like ADM. He owned the jobs. The admin is no longer with us. If I lock the old...
View ArticleForum Post: RE: Spacing in formatted code
Abe, Ideally the spaces in the declaration should obey the formatter options -> Operators & Punctuations -> Parentheses settings. Can you please confirm this holds true? The extra space...
View ArticleForum Post: RE: Changing ownership of Oracle Scheduled jobs.
There is no way in Oracle to just change ownership of database objects, including jobs. The easiest way to create things in another schema is rt-click them in the schema browser, then choose "create in...
View ArticleForum Post: Unable to View User script in TOAD 12.11.0.95 version
I am not able to see the script for the Users for any of the schema of the database while viewing through the "Schema Browser" in TOAD 12.11.0.95 version. Kindly, help me in viewing the script for...
View ArticleBlog Post: VIDEO TUTORIAL: Toad Advanced Explain Plan Tips and Techniques
Welcome to my new video blog! Our first tutorial: Toad Advanced Explain Plan Tips and Techniques. (Please visit the site to view this video) I hope you find it useful. Drop me a line and let me know if...
View Article