Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

toad · Self Help List for TOAD Development Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 7639
  • Category: Oracle
  • Founded: Jul 22, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 5655 - 5684 of 58532   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5655 barry_chase@... Send Email May 1, 2000
11:49 am
Although I do like TOAD far better than SQL*Station, I do miss one feature that would be nice to bring back. When you are in a sql edit window and more than...
5656 Ross, Stuart
Stuart.Ross@... Send Email
May 1, 2000
6:23 pm
Hello: I'm trying to get TOAD set up to work with Visual SourceSafe and am having problems. There is something basic that I am missing. I have TOAD version...
5657 Stephan Born
stephan.born@... Send Email
May 2, 2000
6:42 am
... I do not see the benefit of your approach...... if the group of fld1, fld2, fld3 occurs only ONCE ( having count(*) = 1 ), then there can not occur several...
5658 Karim AMRANE
kamrane@... Send Email
May 2, 2000
9:21 am
Danilo, Turn Spool to screen. This should help to trace what's the error. As far as I know , TOAD when exiting only issues a 'select 'x' from dual' before an...
5659 Janet Jones
janetm_jones@... Send Email
May 2, 2000
10:51 am
I've downloaded a new copy of Toad Freeware 6.2.5.1 g and cannot get a database connection. Have I downloaded the right copy? Any help is appreciated to this...
5660 Chalon Didier
didier.chalon@... Send Email
May 2, 2000
11:55 am
I just downloaded 6.2.5.1 g and it works OK over here. Can you be more specific about those connection problems?...
5661 Vogler, Josef
Josef.Vogler@... Send Email
May 2, 2000
12:00 pm
... Josef Vogler TechniDATA GmbH Robert Bosch Str. 20 88677 Markdorf, Germany Tel: +49 (0) 7544 / 970 - 321 Fax: +49 (0) 7544 / 970 - 110 ...
5662 Janet Jones
janetm_jones@... Send Email
May 2, 2000
12:07 pm
________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com...
5663 Rizvi122@... Send Email May 2, 2000
12:57 pm
I down loaded Freeware copy from web for trail base but its not connecting personal database 7.3.4 Can any one give little hand on it, that can solve my...
5664 Rimas Blekaitis
rblekaitis@... Send Email
May 2, 2000
2:59 pm
Greetings, I've never been able to get a handle on how the procedure editor in Toad inserts whitespaces and blanks into the source code. I may carefully ...
5665 toadman
toadman@... Send Email
May 2, 2000
4:11 pm
Try using the following in the Logon: 2: or beq-local...
5666 Rich e-Jesse -- 7633
rjesse@... Send Email
May 2, 2000
6:12 pm
Hi, A simple (hopefully) request: Is it possible to include the INITRANS and MAXTRANS clauses when generating scripts for indexes? I can see the values in ...
5667 Bruce Wood
bwood@... Send Email
May 2, 2000
6:17 pm
I applied a filter to the table list in the schema browser. Then, when I open a procedure editor, the table highlighting is limited to the tables that satisfy...
5668 Mahadevaswamy
mahadev@... Send Email
May 2, 2000
6:42 pm
Hi, I want to create only a structure of a table into a new table. I can not use import because it creates a new table with data. I would appreciate any help. ...
5669 David McMaster
dmcmaster@... Send Email
May 2, 2000
6:46 pm
When you do the export, specify rows=no, that way no data will be exported. David McMaster Sr. Systems Engineer/DBA drkoop.com 7000 N Mopac, Suite 400 Austin,...
5670 Bruce Wood
bwood@... Send Email
May 2, 2000
6:49 pm
In the schema browser, select the table that is the basis of the copy. Press the 'Create script' button. Set the options that you want and save it to the...
5671 Michael J. Glasser
mglasser@... Send Email
May 2, 2000
6:49 pm
I just select the table in the Schema Browser and then copy and paste the script from the Scripts tab. This lets me make any changes I want and also gets me...
5672 toadman
toadman@... Send Email
May 2, 2000
7:05 pm
No, I no longer think that. I used to but I now think I need to maintain separate lists. Especially with the table filter to search across all schemas. That...
5673 daniel.stephens@... Send Email May 3, 2000
8:17 am
you could always do a create table table2 as select * from table1 where rownum < 1; Dan! Daniel Stephens Manches Tel: 01865 722106 Fax: 01865 201012 ***...
5674 daniel.stephens@... Send Email May 3, 2000
8:27 am
Oops ... sorry should be rowcount not rownum: create table table2 as select * from table1 where rowcount < 1; *grin* "Set low standards and fail to achieve...
5675 Martin Williams
mwilliams@... Send Email
May 3, 2000
1:47 pm
I use a custom editor font (instead of Courier New 10pt, which is the default) and toad 6.2.3.14 keeps reverting to the default Courier font. Reproduce by...
5676 Giovanni Jaramillo
gjaram@... Send Email
May 3, 2000
5:51 pm
When trying to Create a table using TOAD's feature on the menu, I ran into a limit as to how many columns, I could add (12). Is there anyway to make this ...
5677 Giovanni Jaramillo
gjaram@... Send Email
May 3, 2000
11:48 pm
If you open up the Schema Browser, select the Tables tab on the LHS, then select the Scripts tab on the RHS, then right-mouse click on the RHS, it will bring...
5678 David Schmoldt
dschmoldt@... Send Email
May 4, 2000
4:19 am
Or my old favorite: create table newtable as select * from oldtable where 1 = 2; ... From: <daniel.stephens@...> To: <toad@egroups.com> Sent:...
5679 lnovo@... Send Email May 4, 2000
6:41 am
Hi, In older versions of free Toad, when I select sysdate, I get both date and time. In the last version, 6.2.5.1. g (expires on 30-june), I can only see the...
5680 toadman
toadman@... Send Email
May 4, 2000
11:49 am
I recently upgraded to Delphi v5 and they've done some really silly sh*t with the popup menus everywhere. There are new properties that default to the WRONG...
5681 Vogler, Josef
vogler@... Send Email
May 4, 2000
1:03 pm
In the Master/Detail browser, there is no refresh button. In earlier versions, I used to press the filter/sort main table data button and left the dialog...
5682 Jimmy Sanby
sanbyj@... Send Email
May 5, 2000
6:50 am
You currently provide a facility to execute a statement using sqlplus. Your export and import facility works fine for small amounts of data. What about calling...
5683 daniel.stephens@... Send Email May 5, 2000
10:08 am
Great Idea ....... Yes Please .... re: import/export integration into TOAD Dan! Daniel Stephens Manches Tel: 01865 722106 Fax: 01865 201012 *** DISCLAIMER ***...
5684 Woworsky Armin
awowo@... Send Email
May 5, 2000
10:39 am
Yes please, sounds really GREAT Armin...
Messages 5655 - 5684 of 58532   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help