RE: How to use a PIPELINE in plsql
FUNCTION xx_po_req_appvr_mgr_fnc (p_req_hdr_id IN NUMBER) RETURN person_id_tbl2 PIPELINEDso you should always have to have in your code "return person_id_tbl2 (type)". you must return variable of that...
View ArticleRE: How to use a PIPELINE in plsql
Hi Norm,It is working now. I just missed to define the function xx_get_approvers as PRAGMA AUTONOMOUS TRANSACTION as it contains DML statements in it.
View ArticleTOAD version 12.1.1.1 Users guide/manual
I have a hopefully easy to answer question Where can I find a users manual/guide for TOAD version 12.1.1.1. I assume if the exast 12.1.1.1 is not available, the nearest version (ie 12.0.1 or 11.9)...
View ArticleTrace File Browser Filter Exclusion Capabilities
Is there an easy way to exclude dynamic sampling from the TFB? I think this is just the SELECTs with an embedded /* DS_SVC */ or the hint dynamic_sampling(0). An separate exclusion filter box like the...
View ArticleRE: Code formatting
Hello James,Doesn't the "Wrapped" option help? You'll probably still have multiple lines, but less lines anyway, dependent on the right margin you have set.Thanks,Andre
View ArticleCode formatting
My string continuation are set as shown in the attached pic. When formatted It does a new line for each VAR (top pic an insert) What I want is all my string || to be as shown in the...
View ArticleRE: Code formatting
Yes...oddly I had the margins set 150, but it was only going to 110, maybe cause Im at 9 pt font. Small, I know, I like seeing as much as possible on one page. This worked, Almost there, Two more...
View ArticleRE: Trace File Browser Filter Exclusion Capabilities
There's no way to do that now, but I can add the ability to make the "filter by query text" support "not". I'll add this for next beta.
View ArticleRE: Code formatting
We queued the alignment of the condition in the WHERE clause already earlier as issue QP-2115, related to this and this and this. It has not been planned in the near future, but I'll try to move it a...
View ArticleCompare multiple schemas doesn't work correctly on the toad for oracle...
I use compare multiple schemas for synchronize codes in the more database, but it works worse then previous version.1. Compare procedures, functions, packages, types and bodies return some procedures...
View ArticleRE: Trace File Browser Filter Exclusion Capabilities
OK, next beta, if the first character of the filter is an exclamation point, then we'll treat that as "not".For example, to show all sql that lacks the word "select", filter by: !*select*
View ArticleRE: Script Manager
You'll need to create a new datafile from the toolbar to get things going. Once you've got one either created or loaded you'll be able to add scripts, etc.
View ArticleScript Manager
I have version 12.9.0.71 of TOAD for Oracle.I am doing the online Oracle - Fundamentals class and have leared about SCRIPT MANAGER.When I go to my running version I can bring up Script Manager, but...
View ArticleRE: How to rest all Toad to default menus
Right-click over the main Toad toolbar and choose Restore Defaults.Michael
View ArticleHow to rest all Toad to default menus
Just completed the Toad Fundamentals online class.My menu bars and windows do not look anything like what the training is.I have windows all over the place and menu bars scattered.How can I reset...
View ArticleRE: Toad 12.10 - how to backup/export editor styles
Having no export/import there is a miss, for sure. In the meantime you can backup your User Files\EditorLexers.xml file. When you want to import them close Toad and move the file into the User Files...
View ArticleRE: Toad 12.10 - how to backup/export editor styles
Thanks Michael, this is just what I was looking for.
View Article