I have toad version 7.6 but when connecting to an oracle 10g db i get the following error. is this a toad bug? is there a workaround? or do i need to pay even...
So this is a bug?.. And there are no options through toads option to make this possable? Im not sure if i missed an option cheers May seem inisignificant to...
Callender, Kingsley
kingsley.callender@...
Nov 1, 2004 1:16 pm
24750
You need to upgrade to version 8 ... From: kombrink [mailto:kombrink@...] Sent: 01 November 2004 11:04 To: toad@yahoogroups.com Subject: [toad] OCI version...
if you get a cached copy from your webservice provider, try this link - it will force a fresh copy to be downloaded... www.toadsoft.com/toadfree.zip?1 -jeff...
overlooked this because #3 was no longer in the thread..but saw it again this morning. The product is called "Storage Library" by DeepSoftware. Here's the ...
Thanks Jeff and Thanks Quest. ... From: Jeff Smith [mailto:jeff.smith@...] Sent: Monday, November 01, 2004 6:24 AM To: toad@yahoogroups.com Subject:...
Michael.Johnston
Michael.Johnston@...
Nov 1, 2004 2:17 pm
24754
TOAD 7.6.0.11 ============= When I create script I get something like that: CREATE TABLE TEST_ ( KEY1 NUMBER(3), KEY2 NUMBER(5), F1_VARCHAR2...
Its not really an issue, unless you are on a db with a NLS_LANG that uses > 1 byte per character. In some cases you could be using 4 Bytes per character and...
Hi, I'm a novice SQL programmer. We use TOAD to write SQL. I would like to write a SQL and export the output to a text file. I know that TOAD has the "save...
I think we can help you do this now. Important 1st question: What version of Toad are you using? -jeff ... From: nick05142002 [mailto:nick05142002@...] ...
What client and database versions are you using? There are a few notes on Metalink that mention 8i clients against 9i databases giving this error e.g. ...
Will the reply be to the list Jeff? I'd be interested as we currently Email text output but would like to export and email it as an attachment rather than csv...
what format do you want? you can run toad from command-line, open connection, run query, save query results to any of the SaveAs options, close toad. so, you...
I'm not sure if this helps or not but here are some sql*plus commands that Toad and QSR also recognize. Adding "spool my_file.lst" (without quotes) at the...
many thanks to all those who responded to this. it was the 8i 9i client problem, changing the toad connection to 9i resolved the issue. thanks ... From:...
In the save As dialog - hit this button The resulting file will have instructions for command-line operation. That should get you going. -jeff ... From:...
I presume what you want is to have the output of a SELECT statement SPOOLed to a file. This however means you have to read up on SQL*Plus and the different...
This guy has Toad, and now you want him to torture himself learning SPOOL? :) ... From: Erwin Rollauer, Mr [mailto:erwin.rollauer@...] Sent: Tuesday,...
Here is a table dump script (i.e. dump.sql): Bert set linesize 1000 set pagesize 0 set verify off set feedback off set trimspool on col dummy1 noprint col...
Here's the version if you don't want the INSERT command, but rather just the data (unload.sql): Bert set linesize 1000 set pagesize 0 set verify off set...
Its unfortunate, but I think that Erwin is right. Ideally I want to spool a text file using TOAD, but I do not think that is possible. I know that TOAD is...
Its unfortunate, but I think that Erwin is right. Ideally I want to spool a text file using TOAD, but I do not think that is possible. I know that TOAD is...
Its unfortunate, but I think that Erwin is right. Ideally I want to spool a text file using TOAD, but I do not think that is possible. I know that TOAD is...
i'm not sure if this is something that would be done through Toad or with SQL commands. i'm trying to automate a process where we have a comma delimited batch...