I'm sorry that QSR expired. I have uploaded another one that expires February 1. The expiration time on this one is so short because we're about to upload a...
I'd be interested in trying this... Where do I get it? I've subscribed to the TOADss group and tried the beta link but no joy. Marc ... The opinions...
Go to the TOADss group, Files section... ... subscribed to ... represent an ... your chance ... utility from ... look and ... community and ... TOAD ... ...
Thanks ... The opinions expressed are those of the individual and do not represent an official position of the United States Air Force. TSgt Marc Lewis, USAF ...
Apologise if I gave the impression that I thought that Toad was produced by Oracle of course its not, its too good a tool. I have since managed to do a flat...
Using the Yahoo web interface for Yahoo groups, go to the Files section listed on the left hand side of the screen. Then choose the TOAD_SS.zip file and...
Hi, I got two error messages in a row from TOAD (Registered version 7.5.2.0, options: none. OS: Windows XP Professional): TOAD Error Access violation at...
Fellow TOAD users, I have been using the Freeware version of TOAD. When using the 'scripts' tab from the schema browser in order to display the DDL and grants...
roderick.j.tranfield@...
Jan 5, 2004 1:44 pm
21064
what version of toad are you using? ... From: Vladimir.R.Anisimov@... [mailto:Vladimir.R.Anisimov@...] Sent: Friday, January 02, 2004...
sorry, you said you are on 7520. i would try downloading the upgrade available to see if that addresses your issue ... From: Jeff Smith Sent: Monday, January...
No. TOAD only uses the Oracle SQL*Net client so you will have to install it to use TOAD. Ed ... From: txetks [mailto:txetks@...] Sent: Monday, January...
Sure ODBC can use SQL*Net to connect to an Oracle DB but TOAD has nothing to do with ODBC. To use TOAD you will need to have SQL*Net installed and configured....
That is correct. It's a common misconception that ODBC replaces the native database connectivity layer. In fact, it's really nothing more than a common API to...
Yes - welcome to limitations with freeware. There other such issues (e.g. connect as sysdba). If you really need a particular feature - it's time to pony up a...
Thanks John for the compromise. As I have learned throughout my years as an Oracle Developer from Oracle DBAs is that TRUNCATING a table is much faster than...
I will be out of the office starting 01/05/2004 and will not return until 01/08/2004. I will respond to your message when I return. If this matter needs ...
have the following code and the prompt message does not appear , it does in sqlplus is it supported ? ACCEPT myanswer CHAR PROMPT 'OK? type YES or NO:' begin...
Matthew Green
matthewgreen@...
Jan 6, 2004 12:33 pm
21075
I woulkd agree with those DBA's that truncate is much faster and thus desirable - with one major caveat: if there is a delete trigger on the table that would...
Hey Guys, How to change the font of comments in Toad? It seems to cut of alphabets...but actually it does not. Its difficult to read the lines. Regards, Suchit...
Suchit Pravinchandra ...
SuchitP_Shah@...
Jan 6, 2004 1:55 pm
21077
In the TOAD help you will find a detailed list of SQL Plus compatability (i.e. which commands are or are not supported). Also, the SQL Plus compatability has...
The other problem I have found with Truncate is that if anyone else is accessing the data and a lock is in place, then you have to wait until they are done. I...
Hi there. I have TOAD version 7.6.0.11. Recently my company obtained licence for using Debugger. It is correctly installed (there is information in About...
Marcin Jankowski
Marcin.Jankowski@...
Jan 6, 2004 3:32 pm
21081
Try this. I believe that to see the values in watch window, you need to compile it with debug option. You can see the value of a variable even by hovering over...
I know that. And this part is working perfectly. And you're right when hovering over variables I see their values. However Watches window still is not ...
Marcin Jankowski
Marcin.Jankowski@...
Jan 6, 2004 4:47 pm
21083
One more thing, Is there way to add my own "AutoReplace". In Editor Options, there is option for autoreplace, which has few options already provided by Toad....
Suchit Pravinchandra ...
SuchitP_Shah@...
Jan 6, 2004 5:36 pm
21084
You can add auto replace entries right there in the Editor Options window. Just enter the new items into the edit boxes and press "Add definition" The file...
Go in Help and search for watch and see the "related topics" at the bottom of the help page. That might give you some insight. - A - ... From: Marcin Jankowski...