Forum Post: RE: Project manager width not preserved across restarts
I see. I'm logging this now, Abe. Thanks, Michael
View ArticleForum Post: RE: Project manager width not preserved across restarts
Hey Abe, This was caused by changes to allow SDI mode. It should be fixed in the next beta. Please feel free to let us know if you run across anything else. Thanks! -John
View ArticleForum Post: object compare - next/previous difference option setting not...
It always go back to "finds next difference line"
View ArticleForum Post: RE: Creating Temporary Tables
Might I suggest simply 1. Creating a table with the appropriate attributes you need within Toad (e.g. "New table" tool bar button, defining column names you need, data types, etc.), 2. Using Toad's...
View ArticleForum Post: RE: object compare - next/previous difference option setting not...
Thanks Dale it's fixed for next beta.
View ArticleForum Post: RE: Can Explain Plan not use "INTO toad_plan_table" by default?
Thanks John! I'll check it out when it's released.... Rich
View ArticleWhat is the best way to deploy Oracle ATG?
Deploying Oracle ATG has following steps: JDK : Depending on the version of ATG you are installing, you need a JDK to support that version (Usually JDK7+ works good) Database : A compatible version of...
View ArticleForum Post: Toad for Oracle appears an alert with ORA-29275: partial...
Hello, I'm trying to use Session Browser feature on Toad for Oracle. When I connect to Oracle Database on Toad for Oracle then execute Session Browser on Toad for Oracle, Toad for Oracle appears an...
View ArticleForum Post: RE: Toad for Oracle appears an alert with ORA-29275: partial...
Others have reported this problem. https://www.toadworld.com/products/toad-for-oracle/toad_for_oracle_beta_program/f/86/t/14882 It seems to happen when characters put into the MODULE or ACTION column...
View ArticleForum Post: Editor - ctrl-A and ctrl-c not working as expected after script...
Once I execute some code from the Editor as a script, ctrl-A now highlights the script output while I have my cursor in the top pane. Even if the Script Output tab is not the active tab in the lower...
View ArticleForum Post: RE: Editor - ctrl-A and ctrl-c not working as expected after...
Fixed for next beta. If this is a blocking issue you can return to MDI mode in the meantime. Michael
View ArticleBlog Post: The Toad for Oracle Editor Window
In this article, we will learn how to use the Toad for Oracle Editor Window. This tool provides us with a simple editor for working with SQL queries, PL/SQL code and more! This editor is the main...
View ArticleForum Post: RE: Are you using Oracle RMAN features in Toad?
On many clients side, not. Most of them have dedicated solutions (Commvault, Veritas, Legato...) and use them as interface for all RMAN operations. Frankly cannot remember when I saw it in use. Not...
View ArticleForum Post: RE: Are you using Oracle RMAN features in Toad?
Thanks for your feedback Norm. John
View ArticleForum Post: 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 PIPELINED so you should always have to have in your code "return person_id_tbl2 (type)". you must return variable of that...
View ArticleForum Post: RE: 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 ArticleWiki Page: Product Reviews - SQL Optimizer
Steve Callan’s first part of the review of Toad's SQL Optimizing tool (Quest SQL Optimizer for Oracle ) appeared in the DatabaseJournal.com article, “ Getting Inside the Optimizer – Part 1 .”...
View ArticleWiki Page: HOWTO Talk Like a Pirate
For some unknown reason, September 19th each year is "international Speak Like a Pirate" day. Full details are here Now, the guys and girls on the various TOAD lists have taken to Talking Like A Pirate...
View ArticleWiki Page: Discover the Hidden Treasures of Toad for Oracle
A Q&A session with Toolbox for IT blogger, Oracle Ace and published author, Lewis Cunningham and Bert Scalzo, Oracle Database Expert and co-author of Database Benchmarking for Oracle and SQL...
View Article