Quantcast
Channel: Toad for Oracle
Browsing all 4009 articles
Browse latest View live
↧

Forum Post: version 12.8.0.49

I am having toad version 12.8.0.49, but I cannot find option to comapre database "Go to Database | Compare | Databases" Any idea why ?

View Article


Forum Post: RE: Code Analysis: Wrong Rule 2131

It works as expected for the cases I tested. Thanks! This does not trigger the rule any more (correct): v_test.field := 1; This still triggers the rule (correct): IF( v_test.field = 1 ) THEN NULL; END...

View Article


Forum Post: RE: Code Analysis: Wrong Rule 2131

Thanks Peter for your testing effort. I'll add the new expression to the Toad rule universe. Andre

View Article

Forum Post: Code Analysis: Rule 2831 & 4404

Suggestion for another improvement of Code Analysis rules. 2831: PLS_INTEGER cannot be used as type for a member - also applies to table columns: CREATE TABLE test_table( col NUMBER(1) ); 4404: END of...

View Article

Forum Post: RE: Code Analysis: Rule 2831 & 4404

Thank you Peter. These look very meaningful. Andre

View Article


Forum Post: SQL Logic for Time Difference

Greetings, I need to find out all exams that concluded over 72 hours ago but for which final grades have not been posted. The relevant data in 2 columns are Exam Date (DATE) & Exam_End_Time...

View Article

Forum Post: Toad 12.8 Default Ruleset

Hi, if I put the default Rule 6801 test code in toad for Oracle 12.8 and I start the code analyzer, then I can't see the 6801 below code violations. Also 6801 has no xpath input and for this reason it...

View Article

Forum Post: Code Assist: Not displaying package/package functions in IN-clause

Not sure if you can fix this, but the second parameter of an IN-list does not behave the same way the first one does: DECLARE v_count PLS_INTEGER; BEGIN SELECT COUNT(*) INTO v_count FROM dual WHERE 1...

View Article


Forum Post: RE: SQL Logic for Time Difference

So, SYEXAMS_TIME_TO is a date representing when the exam ended? If so.... To display the time passed in hours, I would select ( SYSDATE - SYEXAMS_TIME_TO) * 24 AS HOURS_PASSED . This works because...

View Article


Forum Post: Toad 12.9 for Trial

Hi there, I'm currently elevaluating the Team Coding in Toad 12.8 with Trial version. I notice there are some issues with this build. I'm wondering if Toad 12.9 is avaiable for Trial elevaluating....

View Article

Forum Post: RE: SQL Logic for Time Difference

Hi Jolly Doe, You need to convert the character dates into proper dates before working with them. Do you know the format that they are stored in? If so, we can use TO_DATE (SYEXAMS_TIMES_TO,...

View Article

Forum Post: RE: SQL Logic for Time Difference

P.S. if you need to find a date 72 hours ago, sysdate-3 will work, but it will be to the exact second. So if sysdate is 06 June 2016 at 16.25 and 12 seconds then 03 June 2016 at that exact same time is...

View Article

Forum Post: No valid Oracle clients found ...

Good Afternoon TOAD community, No valid Oracle clients found... How I got here: Started with working Oracle and TOAD 64-bit. Uninstall both. Installed TOAD 12.8.0.49 and Oracle 12c 32-bit; changed...

View Article


Forum Post: RE: SQL Logic for Time Difference

Morning Jollydoe, You can only use the YYYYMMDD format specifier if your dates are stored in that format. Looking at your table of distinct values, you have got no standard format at all, so you are...

View Article

Forum Post: RE: SQL Logic for Time Difference

Greetings Norm, I realized how screwed up the data was before I posted it but I wanted to see if there was any solution to it. Based on your comment, it seems like there could be a solution. There is...

View Article


Forum Post: Allow to cancel Debug (+ TOAD crash)

It would be nice to allow cancelling of a long running debug call (like it is possible with normal execution). I can also make TOAD crash when pressing ESC during debugging of the following procedure:...

View Article

Forum Post: RE: SQL Logic for Time Difference

Afternoon Jollydoe, ok, I've looked back on this thread and it appears that you do have a date column for the exam day - SYEXAMS_EXAM_DATE. Hooray! So we can now work out the actual date and time that...

View Article


Forum Post: RE: SQL Logic for Time Difference

Sorry, I pressed POST too soon. The function returns valid times in the format 'HH:MI AM' as detailed above. Error values (hours > 23, minutes > 59, invalid characters in the hours or minutes...

View Article

Forum Post: Editor not responding when opening too many files

This has actually happened to me (don't know how many files I had open), so I tried to reproduce it by dragging 142 SQL-files into an editor window. It does not always work, but usually when I close...

View Article

Forum Post: RE: Editor not responding when opening too many files

You may want to check if Options -> Editor -> Behavior -> Backup editor every xx minutes is checked. If you have that many tabs open and then Toad tries making backups of all of them, it's...

View Article
Browsing all 4009 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>