Forum Post: RE: where is the sql recall in toad 12.10.0.30?
Open new connection In Editor put select 1 from dual; Press F9 Open SQL recall (F8)-no entry. Close the Toad Restart it (same connection same user) Call SQL Recall again Statement is not there
View ArticleForum Post: ORA-06502: PL/SQL: numeric or value error: character string...
I am facing a new challenge today with this error message. The code is below: /* Formatted on 11/29/2016 2:32:20 PM (QP5 v5.300) */ DECLARE CURSOR kur IS WITH tags_in AS ( SELECT st.intag tag,...
View ArticleForum Post: Getting Toolbars in a single line
Hello! I just now upgraded from Toad 12.7 to 12.10 and unfortunately a lot of UI settings did get lost. Overall this is not really a problem, just a minor nuisance. One thing though seems to be broken:...
View ArticleForum Post: RE: Compare files - jump to previous/next difference should jump...
Totally agree with that. If I'm not mistaken, that WAS the default behaviour for older versions. Please, at least give this as an option
View ArticleForum Post: RE: ORA-06502: PL/SQL: numeric or value error: character string...
Samiyou're welcome. Did you feel it as "forcing", it was rather meant as a kind suggestion ... :) Glad it works. Andre
View ArticleForum Post: RE: Getting Toolbars in a single line
Hello Kuvick, By default, the Editor toolbar should look like your first screenshot of 12.7. What happens when you hover over the separator (raised vertical line) at the far left of the second line,...
View ArticleForum Post: RE: ORA-06502: PL/SQL: numeric or value error: character string...
Andre, I mean that I forced myself to revisit the description and not to rely on memory, as I am sometimes mixing languages and methods and procedures.... :-) So Thanks for your help. I appreciate it....
View ArticleForum Post: RE: Initialize CheckIn comments
Hey Dennis, Those were some great suggestions! Feel free to check tomorrow's beta. I took your suggestions and expanded upon them a bit to keep the internal logic as simple as possible. So, in...
View ArticleForum Post: CodeSnippets.dat file exists -- but not showing in Toad
Product: Toad v 12.1.0.22 The code snippets file CodeSnippets.dat is the path: C:\Program Files\Quest Software\Toad for Oracle 12.1\ClientFiles\User Files However, when I open code snippets in Toad --...
View ArticleForum Post: RE: CodeSnippets.dat file exists -- but not showing in Toad
Did you get an error at any time that the file could not be loaded? Open the file in a text editor. Does it appear to contain anything meaningful? The file is binary, but it should be scattered with...
View ArticleForum Post: How do I retrieve schema passwords from older version
How do I retrieve schema passwords from older version
View ArticleForum Post: Updating Existing Data In a Column
Greetings! I have a following table (ROOM) that I would like to update UN_ID BLDG ROOM_NUMBER 8021 1782 105 8055 1803 007/008 8056 1803 M1-022 8057 1803 023 8058 1803 024 8059 1803 M1-101 8069 1803...
View ArticleForum Post: RE: Updating Existing Data In a Column
Morning Jolly doe, You are nearly there. You can simply do something like Update room Set room_number = SUBSTR(ROOM_NUMBER, INSTR(ROOM_NUMBER, '-')+1) Where room_number like '%-%'; HTH Cheers, Norm....
View ArticleForum Post: RE: How do I retrieve schema passwords from older version
which, what, where, when, why? :-)
View ArticleForum Post: RE: Toad Script Runner: numbering on tasks always starts at Task 2
You are right. And I think first run is to retrieve some session data. Take a look of number of generated grids...
View ArticleForum Post: "Replace All" by regular expression not working with non-ascii...
Use this code CREATE PACKAGE toad_test AS PROCEDURE test1; -- ☢x PROCEDURE test2; -- ☢x END; and replace all " -- .+$ " by "" with the option "Regular expressions" enabled. The unexpected result is...
View ArticleForum Post: RE: How do I retrieve schema passwords from older version
There is no way to get the plain text password out of the database. The best you can do is get the encrypted password for the sake of recreating it. To do that, go to the schema browser, change object...
View ArticleForum Post: Nonlinear performance of editor with package with lots of functions
Disclaimer: I don't usually code packages with that much functions ;-) Use the following code to generate a package source: SELECT 'CREATE OR REPLACE PACKAGE toad_test AS' FROM dual UNION ALL SELECT '...
View ArticleForum Post: RE: Getting Toolbars in a single line
Good to hear you got this one figured out. Thanks for letting us know! The toolbars/menu is a third party component, so we can't always get the most desirable behavior out of them.
View ArticleForum Post: Downloading latest version for unknown business email
Hi We have a license key and site message for TOAD. But we do not know the email used to set up this account with Quest, which is required when downloading TOAD. I have just got a new work station and...
View Article