Search the web
Sign In
New User? Sign Up
toad · Self Help List for TOAD Development Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 36668 - 36697 of 49332   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36668
Hi All, 1. While accessing TOAD through Citrix server, if one user configures some settings in the TOAD, can it be made not available for other login user? Or...
vvetri74
Offline Send Email
Apr 1, 2007
3:38 pm
36669
If I right click on the bottom two lines of the toolbar, the popup has option "Merged" checked. Unless I uncheck it, TOAD does not allow me to customize any...
George.Meltser@...
georgemeltser
Offline Send Email
Apr 1, 2007
3:38 pm
36670
I looked in the options for toad, but did not see that. Do you have a tab and location for this button? "Gregory Liss" <gregory.liss@...> "Gregory Liss"...
Robert W Franklin
rfranklin@...
Send Email
Apr 1, 2007
3:40 pm
36671
Options -> Oracle -> Transactions -> Execute scripts in TOAD session. checked - scripts execute in same TOAD session as the editor. unchecked - scripts execute...
Gregory Liss
glissquest
Offline Send Email
Apr 1, 2007
3:50 pm
36672
Each OS user gets their own set of options. All options are stored on the citrix server by default. ... From: toad@yahoogroups.com on behalf of vvetri74 Sent:...
Jeff Smith
toaddev
Offline Send Email
Apr 1, 2007
7:19 pm
36673
as far as I know, I did not change anything to the default. Toad only reacts this way with a date, all other data displays normal. Is there a menu option or...
Jacqueline
jacqueline_h...
Offline Send Email
Apr 2, 2007
2:42 am
36674
Fellow TOADies, I replied to an email on Toad & Subversion this morning and it bounced back. The email address is unknown. I'm resending it via the list as it ...
Norman Dunbar
normandunbar
Offline Send Email
Apr 2, 2007
8:38 am
36675
I have tried to install Toad 9.0.1.8 on Linux (Fedora Core 6) under Wine (Windows emulator). I downloaded Oracle instant client 10.2.0.2. I put Oracle drivers...
Boris Ivanovic
zajcek2
Offline Send Email
Apr 2, 2007
12:50 pm
36676
Shoo, I am glad that I am not the only one getting the problem. Thanks Nathaniel for the better explanation. I have just upgraded to SQL*NET 10.2.0.3.0 and...
Jimmy Sanby (J)
sanbyj
Offline Send Email
Apr 2, 2007
12:50 pm
36677
Hi, i am executing the following query it is giving non-numeric character was found where a numeric was expected. select indate from leave.tt_info where indate...
hari
tr_hariprasath@...
Send Email
Apr 2, 2007
12:54 pm
36678
Hi All, Once the authorisation string is supplied, the OK button doesn't get enabled to continue. I uninstalled the Toad application and installed again....
vvetri74
Offline Send Email
Apr 2, 2007
12:55 pm
36679
note that you can NOT use a trial version to enter a license key - it will not enable the button as you said. You must do installs from an official commercial...
Bert Scalzo
bert.scalzo
Offline Send Email
Apr 2, 2007
1:12 pm
36680
Afternoon Hari, ... to_date('01-Apr-2007') ... You probably need something like : where indate = to_date('01-Apr-2007', 'dd-Mon-yyyy') Perhaps - your date...
Norman Dunbar
normandunbar
Offline Send Email
Apr 2, 2007
1:52 pm
36681
The problem seems to be solved with the Beta version 9.1.0.27 I will monitor for the rest of the week and give some more feedback on Thursday. Jimmy ...
Jimmy Sanby (J)
sanbyj
Offline Send Email
Apr 2, 2007
9:01 pm
36682
How can I reset the toolbars to be the same as they were when I first installed Toad? ... This message, including any attachments transmitted with it, is...
Ken Hughes
kenh@...
Send Email
Apr 2, 2007
9:01 pm
36683
To all: We are running Toad for Oracle 8.6 here over an Oracle 8.1.7.4 database with Oracle client 8.1.7.4.13. We made some changes to several of our large...
REED-D-A@...
dareed51
Offline Send Email
Apr 2, 2007
9:02 pm
36684
The Toad code road map could be a lot better and very useful. The relationship lines need to be movable to any side of a box they point to or come from. The...
Ken Hughes
kenh@...
Send Email
Apr 2, 2007
9:02 pm
36685
What is your NLS Date Format? You might want to try the following instead: select indate from leave.tt_info where indate = to_date('01-Apr-2007','DD-MON-YYYY')...
Mason, Pat
PatMason@...
Send Email
Apr 2, 2007
9:03 pm
36686
I tried the following in an Oracle 10 database select to_date('01-Mar-2007'), 03614, 03614 from dual and it had no problem. When I tried to mess up the month...
Erwin Rollauer
erwinrollauer
Offline Send Email
Apr 2, 2007
9:03 pm
36687
I cloned a table that has a TIMESTAMP(5) column and TOAD created the clone with TIMESTAMP(0) --no milliseconds, which are important in this case. When I look...
Wendy Penfold
wpenfold@...
Send Email
Apr 2, 2007
9:03 pm
36688
I agree with the comment you should always use an explicit format mask. The DBAs can alter the NSF settings all they want. The network can alter the system...
rsimonea@...
Send Email
Apr 2, 2007
9:04 pm
36689
In your Toad install "User Files" directory delete your toolbars.ini file. Ed [TeamT] _____ From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On Behalf...
Ed Klinger
eklinger
Offline Send Email
Apr 2, 2007
9:07 pm
36690
or go to Options > Toolbars and select "Toad Default" ________________________________ From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On Behalf Of...
Mark Lerch
mlerch2002
Offline Send Email
Apr 2, 2007
9:09 pm
36691
Select both date fields without using to_date to see the format they are in. Then use to_date or to_char with a format mask to make both dates have the same...
Ken Hughes
kenh@...
Send Email
Apr 2, 2007
9:09 pm
36692
I have tried to install Toad 9.0.1.8 on Linux (Fedora Core 6) under Wine (Windows emulator). I downloaded Oracle instant client 10.2.0.2. I put Oracle drivers...
zajcek2
Offline Send Email
Apr 3, 2007
11:29 am
36693
Sorry, that didn't do the trick, see results below. SQL plus gives the desired result though, it's only the script output that does this weird thing... Version...
Jacqueline
jacqueline_h...
Offline Send Email
Apr 3, 2007
11:29 am
36694
Version 8.6.1 and yes, if I execute the SQL in SQL Plus window, it shows the date in a normal way. Any other ideas? Thanks in advance! Jacqueline ... Of ... ...
Jacqueline
jacqueline_h...
Offline Send Email
Apr 3, 2007
11:29 am
36695
Hi Ed, In my glogin.sql there is no mention of a linesize setting and I don't have a login.sql. If I put the command SET LINESIZE 100; at the top, this is the ...
Jacqueline
jacqueline_h...
Offline Send Email
Apr 3, 2007
11:30 am
36696
Writin' as purely disinterested observer... looks like a bug. ________________________________ From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On...
Booth.Steve
stevebooth8739
Offline Send Email
Apr 3, 2007
12:23 pm
36697
When I've experienced that problem, I usually had a string delimiter problem. E.g. A single quote started definition of a string with no closing quote. To find...
Booth.Steve
stevebooth8739
Offline Send Email
Apr 3, 2007
12:24 pm
Messages 36668 - 36697 of 49332   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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