Forum Post: Toad 12.11 Schema Compare
This new schema compare really stinks. They have made it much more cumbersome to work with. They seemed to have removed the part where it tells you the parent table of the differences you are looking...
View ArticleForum Post: RE: qu_test.run_suite_by_Name get NEVER-RUN-Description: No test...
Hi, you can try the query bellow for further investigation... select qu_suite_qp.pky_un_qu_suite_name_by ('FE', USER) from DUAL; or select universal_id, name from QU_SUITE where NAME = 'FE' and...
View ArticleForum Post: Formatter not as good as before
Earlier a record declaration looked like this after formatting: TYPE unbooked_rec_t IS RECORD ( booknotloadqty NUMBER ,booknotloadpkg NUMBER ,booknotloadqty_ordr NUMBER ,booknotloadpkg_ordr NUMBER...
View ArticleForum Post: RE: Toad 12.11 Schema Compare
Thanks that is good to hear. Another complaint with the new compare is that it wastes many lines of my screen real-estate for no real purpose. I cannot afford 6 lines of screen to tell me I am doing a...
View ArticleForum Post: RE: Toad 12.11 Schema Compare
> Another complaint with the new compare is that it wastes many lines of my screen real-estate for no real purpose. Well, the purpose was to make it look nicer. The old one was admittedly (and I can...
View ArticleForum Post: RE: Formatter not as good as before
Does www.toadworld.com/.../34028 help? Thanks? Andre
View ArticleForum Post: Toad for Oracle Database Monitor
i have just joined a new company and have started to use Toad for Oracle for the first time, it is used to monitor a problem database through the database monitor screen, is there a way to publish the...
View ArticleForum Post: RE: TOAD - Automation Designer - Need to globalize SET commands
So just to confirm... I checked the box "Execute login scripts" and edited the first script glogin.sql to include the SET commands I needed and this worked perfectly. There are a few other quirks I...
View ArticleForum Post: RE: Toad for Oracle Database Monitor
Sorry, there is no feature like that in the database monitor. The data can be exported to Excel by right-clicking but that doesn't happen automatically, and it's raw data anyway, not pretty graphs.
View ArticleForum Post: RMAN
I need to create and schedule rman backups to run on the server but with Toad installed on my PC, the save option is not working and scheduling by using the Automation Designer is not functioning...
View ArticleForum Post: Null fields not getting compared using using data compare option...
I'm using data compare option of Toad for Oracle to compare the data across two databases. Data compare seems to be working fine where there is data in all the field but when one of the fields is...
View ArticleForum Post: RE: Toad Hang on F9
Phyllis, theoretically, you are right, it could have been a locking issue with any other user or process on the system. The work-around I found was to paste the file (10K lines at a time) in a SQLPLUS...
View ArticleForum Post: RE: Formatter garbles comment, causing syntax errors
Andre, thanks for the fix. I'm not saying the manual is wrong - but the end-of-line comment has worked quite ok for the @ command, probably because it is not expecting (and not checking) any arguments...
View ArticleForum Post: RE: Toad for Oracle Database Monitor
Thanks for the reply John, i thought that was the case as i couldn't find anything. Cheers Paul
View ArticleForum Post: RE: Toad simply disappears
John, I'm sorry - the problem does not even reproduce right here :-( I would suggest not to put time and energy into this one unless it recurs. If it does, I'll seek to save all relevant data. Kind...
View ArticleForum Post: 'Toad Data Point - Getting Started' training has paused and...
So, there isn't any help or a contact address for support that I have heard back from. I started the 'Toad Data Point - Getting Started' training and had to pause mid-way through as the video content...
View ArticleForum Post: RE: Getting a Slow performance in Toad for Oracle 12.10 when I am...
Hello John, I am experiencing the same issue here. Please find attached spool for the 11g database for which issue does not occur and for 12c database (when loading script can take > 30s). From my...
View ArticleForum Post: RE: RMAN
> could not get it to work. we want to help you here, but we really can't do anything with "it doesn't work". Please let us know exactly what you were trying to accomplish, how to tried to do it...
View ArticleForum Post: RE: Toad Hang on F9
One thing you can do when Toad is hanging, to try to determine what's going on, is start task manager and see how busy your processor is. If it is idle, we are probably waiting for Oracle. If it is...
View ArticleForum Post: RE: Null fields not getting compared using using data compare...
I created some differences with nulls by running this script: create table EMP1 as select * from scott.emp; create table emp2 as select * from scott.emp; update emp2 set job=null where deptno = 10;...
View Article