Wiki: Code Tester for Oracle Wiki
A useful collection of resources for Code Tester for Oracle that can be freely added to and updated by the community.
View ArticleWiki Page: Code Tester - Testing attributes of object types
Tips for testing attributes of object types Suppose my code is this: CREATE OR REPLACE PROCEDURE qctod#out_object ( firstname_in IN VARCHAR2 , lastname_in IN VARCHAR2 , name_object_out OUT...
View ArticleWiki Page: Differences between Freeware and Commercial/Trial versions of Code...
Quest Code Tester for Oracle comes is three versions: commercial, trial, and freeware. The commercial and trial versions have identical functionality. The trial version usage is limited to the number...
View ArticleWiki Page: Make Code Tester available to a specific schema (private synonyms)
Use the attached scripts to grant access to Code Tster from a specific schema, and to create private synonyms on Code Tester objects in that schema. These scripts avoid the need to create public...
View ArticleForum Post: Comment: Cannot CLOSE Tab
This problem has been going on for the past 2 Upgrades and was not fixed. A TAB(s) will not close. Once a TAB will not close in an Editor, any additional TAB opened by that particular SQL Editor is...
View ArticleForum Post: Comment: Click LEFT Margin and SQL Code Collapses
This is just a comment and I am not calling this a bug. Just an unwanted feature. Miss the beginning of the 1st column in the SQL editor and touch the left margin instead, the SQL code ROLLS Up, out of...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
Is your connection still open when you close your laptop?
View ArticleWiki Page: Quest Code Tester - Version Control Software
Introduction A common question regarding Code Tester is how it integrates with version control software. More generally, it is important to know how and what one should considering storing in a version...
View ArticleWiki Page: Testing and refreshing data from production
Code Tester is the most powerful PL/SQL test automation tool available. You describe the expected behavior of your programs and Code Tester generates your test code, which can then be run from the UI...
View ArticleWiki Page: Test Launcher: a companion utility for Quest Code Tester for Oracle
Test Launcher is an helper utility for Quest Code Tester for Oracle (and may in the future be bundled with Code Tester). Its objective is to make it easier to put together automated regression tests,...
View ArticleWiki Page: Using Quest Code Tester with a Centralized Code Schema
This zip file contains a Word doc that explains how you can use a backend API call in the my_codetester package to use Code Tester with a centralized code schema (summary: you need to tell Code Tester...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
Yes, the connection is still OPEN. ONCE the tripping point has been tripped, than any additional TAB opened in that SQL Editor will also remained opened, permanently. Every time I start Toad I open 3...
View ArticleForum Post: TOAD for runaways
Hi, does anybody know a good overview or tutorial on "advanced" features of TOAD, e.g. block select in editor (use Alt Left-Click, or Alt-Shift Cursor). I'm on 12.12 btw. Thx in advance, Hans
View ArticleForum Post: Schema Browser Slow after migration to 12c
I have a family of databases which is being migrated from 11g to 12c version. For all databases migrated so far we have experienced slowness when using Schema Browser on Toad, particularly the Script...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
For what it's worth, I have never had that problem. And I tend to leave Toad open for weeks at a time, mostly just closing it because there is an update. :-) Tom, can you access other things in Toad...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
He said his connection is still open and can compile ans execute in the tab. I think he should go to setings and set a time out. His database must not be checking for idle connections. Thoughts?
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
I described what may be the trip wire which lends to the condition. It may be a false cause. I am perfectly capable of continuing to work with the tabs as uncloseable. It does mean that over time I...
View ArticleForum Post: RE: Comment: Click LEFT Margin and SQL Code Collapses
Code folding was added ~13 years ago, you should have asked sooner! In options on the Editor|Behavior page disable Folding if you don't use it. Lower right on that page. Michael
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
Hey Tom, Have you tried resetting your user files under Utilities -> Copy User Settings? The last error you mentioned about Team Coding sounds like a corrupt INI or GUI settings issue. Resetting...
View Article