Morning all, I'm trying to debug a program here and I'm having difficulties getting it to trace it's connection etc. I've set it all in SQLNET.ORA as I ...
Hiya, I've wondered the same myself previously. It would be great for it to just pick up a connection and log it. Like Norm, (sometimes) by the time you...
Norm and I had our conversation offline. The solution was the often overlooked "Launch Application" (lightning bolt icon) button in SQL Monitor. You can use...
Y have read some posting about extracting long values from Oracle tables, but how about extracting blow values ¿ Is there any concern about it? I have an sql...
Roberto Tellechea
Robertot@...
Jul 1, 2008 2:14 pm
42814
It seems that the Euro Symbol (ˆ) does not work in TOAD. If i type alt-0128 in any application (Word, Outlook) it shows up, but in TOAD i see "ˆ". What is...
try using a unicode enabled font. From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On Behalf Of George.Meltser@... Sent: Tuesday, July 01, 2008...
Hi Jeff, ... Now this is strange. My keyboard allows me to enter the Euro symbol (EUR) using ALT-GR+4. It's even printed on the '4' key as an accessible ...
Hi Roberto, ... What is a BLOW value? Or do you mean BLOB by any chance? Cheers, Norm. [TeamT] Information in this message may be confidential and may be...
... 22 pt font is great for demoing Toad in large rooms with people sitting 30ft back or so. Great for keeping me from squinting the rest of the time :) I...
Hi Jeff, ... Must seriously reduce how much you get to see on each page though - unless you have an 1024 by 768 foot monitor! ... I tried 22 point - the blotch...
I'm pretty sure some editor bugs were addressed for the 9.6 release, may be worth your time to upgrade when you get a free sec. From: toad@yahoogroups.com...
Thank you. It works. ________________________________ From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On Behalf Of John Dorlon Sent: Tuesday, July 01,...
Hi everybody, I have made a mistake in the posting BLOB values instead of blow Thks Norm. My fingerrss!! I do not know what I was thinking about... Hi...
Roberto Tellechea
Robertot@...
Jul 1, 2008 3:22 pm
42825
Hi Jeff, *I'm* current at home. I'm no longer allowed to run any version of Toad other than the Agency approved version - 9.5 GA. We are on maintenance, but...
Hi Roberto, ... Thanks. ... No worries, I can't typing an English let along any other language! :-) Here are a couple of functions from a package I wrote (my...
I know the question has nothing to do with TOAD, but i am not sure where else to ask. Does anybody know on which specific version on Vista does Oracle 10G R2...
Thank you. Is there a certification matrix somewhere? ... From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On Behalf Of Chris Johnson Sent: Tuesday,...
Is there a way in Toad to simply copy data from one Oracle table into another one (assuming of course that the structures are identical)? I have been exporting...
Create table new_table as select * from old_table; This will run very fast and create a duplicate. From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On...
if the tables are on the same database then see Bert's reply. If they are on different databases, right click the source table(s) in the schema browser and...
Thanks, but this one does not mention Vista Home Premium, just Vista. ... From: toad@yahoogroups.com [mailto:toad@yahoogroups.com] On Behalf Of Chris Johnson ...
In 9.6 I don't see the "Execute Wizard" button anymore. L Has it moved? Dan -- Dan Madvig Northwestern College & Radio, St. Paul, MN 651.631.5323...
Madvig, Daniel B
DBMadvig@...
Jul 1, 2008 7:45 pm
42838
Or assuming that new_table already exists: insert into new_table select * from old_table Dan -- Dan Madvig Northwestern College & Radio, St. Paul, MN ...
Madvig, Daniel B
DBMadvig@...
Jul 1, 2008 7:45 pm
42839
It's not there anymore, just click the 'Next' button at the bottom. The screen got re-done to support the schedule action with Action Palette From:...