Policies do not generate with Generate Schema Script
Using 12.12 32-bit against 12.2 RDBMS. Tables with policies do not produce the policy directory or files when the "Create Individual Object DDL Files" is selected. Toad 12.11 will generate them in the...
View ArticleRE: Toad gives invalid SQL error for valid package spec.
Change:END PKG_TEST;ToEND;That gets rid of the ORA-900. Looks like a bug in TOAD. I have 12.9, and this is an issue here as well.Cheers,Russ
View ArticleRE: Toad gives invalid SQL error for valid package spec.
This is fixed for Toad 13. The fix is in the current beta.Michael
View ArticleRE: Policies do not generate with Generate Schema Script
Thanks. This is fixed in the current Toad 13 beta.
View ArticleRE: Schema Browser - Searching
Click the funnel icon. There are a variety of filter choices for both object name and schema name. To address your questions specifically, in the Filter Dialog, choose "Includes" in the Table Name,...
View ArticleRE: Schema Browser - Searching
Nice! That works except each the filter settings are on a *per-tab* basis i.e. Tables, Views, Packages, etc. Is there a way to search for *keyword* and flip between the various LHS object types tabs to...
View ArticleRE: Schema Browser - Searching
Each object type has its own filter, but if you want to do a *keyword* search on object name alone, you can do that on all object types like this:1) In Schema Browser, right-click on the filter box and...
View ArticleSchema Browser - Searching
Version 12.101. In the Schema Browser, how can I do a contains search i.e. instead of enclosing the search keyword in *keyword*, is there a way to have TOAD do it for me?2. Is there a way to search...
View ArticleRE: Schema Browser - Searching
Perfect, you have thought of everything! Keep up the great work. One more question, if you don't mind...I frequently use the F4 popup describe function to review details about an object. This popup...
View ArticleRE: Schema Browser - Searching
No, the F4 dialogs pull fresh data from the DB each time they open.However, for tables, at least, if you turn off some of the options, we will run fewer queries, and that will make the dialog open...
View ArticleRE: Does "Recompile source when undoing checkout" drop and re-add tables?
Hi Douglas,No, the "Recompile source when undoing checkout" does not affect table objects. Team Coding will leave those objects as-is when performing an undo checkout action.-John
View ArticleRE: Does "Recompile source when undoing checkout" drop and re-add tables?
good to know. Thanks John!
View ArticleDoes "Recompile source when undoing checkout" drop and re-add tables?
If Team Coding is configured to "Recompile source when undoing checkout", and you undo checkout for a table, does it drop and re-add the table?
View ArticleRE: Under version control what does TOAD recommend as the workflow when...
Hey Douglas,This would depend on each person's personal preference. The database, itself, has no concept of creating branches or shelving changes for work-in-progress. As a result, as you know, Team...
View ArticleUnder version control what does TOAD recommend as the workflow when coding...
Working under Team Coding and version control:I was modifying code for a change and had to set the task aside for a couple of days. But then I didn't know where to save my in-process changes? Since...
View ArticleRE: SQL Recall - Bottom pane
To prevent editing of the SQL. :-)The History tab uses read-only memo at the bottom because it displays statements that you've previously executed. Similar to browser history you can see where you've...
View ArticleRE: SQL Recall - Bottom pane
Actually, Michael,I've been meaning to report this and obviously haven't. Right now, the bottom pane on the history for me is squished to the bottom and won't open back up. If I manually change the...
View ArticleRE: SQL Recall - Bottom pane
> Right now, the bottom pane on the history for me is squished to the bottomCan you still see the bottom area? I thought the size there may have been stored in pixels so that a change in screen...
View ArticleRE: SQL Recall - Bottom pane
Thanks for the offline files, Phyllis. I've made a change so that the SQL panel can be no smaller than the minimum allowed size in case the value stored to INI is no good.Michael
View ArticleRE: SQL Recall - Bottom pane
Nice! I'm glad my mess helped you on this. :-) It will be nice to get it back working like it should.
View Article