Forum 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: Browser not supported error in windows 7
I have installed the toad and first screent shows me "Browser not supported" how can i update this browser ? my system browser allready up to date then which browser is talking about ?
View ArticleComment on Updates to Trace File Browser in Toad for Oracle version 13.0
Hi John, All looks nice for now. Even recursive part is fixed...great and all respects. TFB is now really enhanced Oracle trace analyzer...
View ArticleForum Post: Optimize context dependent queries
Let's say we have a view depending on a package variable like this: CREATE OR REPLACE PACKAGE ptest AS ps_login VARCHAR2(100 CHAR); FUNCTION get_login RETURN VARCHAR2; PROCEDURE set_login(is_login IN...
View ArticleForum Post: RE: Browser not supported error in windows 7
If no other error is shown can you send a screenshot of the window you're talking about? Also, what version of Toad are you using?
View ArticleForum Post: Data compare with dblink throws error
Missing at-sign (@) before dblink name ETOSS.CHX.COM select column_name, char_used from sys.all_Tab_columnsETOSS.CHX.COM where owner = 'ONT' and table_name = 'QCT_RELATED_DERIVATIVE_TRADE' and...
View ArticleForum Post: RE: Data compare with dblink throws error
Thanks Dale. Fixed for next beta.
View ArticleForum Post: Beta Released (13.0.0.9)
Beta Notes Toad Options The "Check for access to DBA views" option has been removed.�� Toad will�always behave as if the option were checked. Toad Options "Commit after every statement" option is...
View ArticleForum Post: RE: Beta Released (13.0.0.9)
One other change that I didn't make a note for: The green "Run" triangle was removed from Compare Multiple Schemas and Compare Databases. Now, when you get to the 2nd to last step in the dialog, the...
View ArticleBlog Post: Oracle OpenWorld Experiences- Part 2
Real stories. Real people. Doing real things. With Toad solutions. Cliffhanger Revisited. Recall that in my previous blog post , an IT Director came up to me in Quest’s booth at Oracle OpenWorld last...
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