I solved the problem by myself. I just unchecked the option 'force Sql*Net' in the login window and it worked. Begin forwarded message: I downloaded the latest...
2983
Barbara Akakpo
barbaraa@...
Sep 1, 1999 12:18 pm
Hello, Can you please tell me how to slove a buffer overflow problem in SQL/ PL. I have set server output on 1000000. I get back the following error : ora-...
2984
toadman
toadman@...
Sep 1, 1999 12:25 pm
Go to a Schema Browser. Move the vertical splitter to the point that the table names in the list are cut off. Pass your mouse over the list which SHOULD...
2985
Steve Chapman
schapman@...
Sep 1, 1999 12:28 pm
My bad. I guess you'll have to use an application (home grown or otherwise) to read LONG RAW data from one table and place it into another.... Steve...
2986
Pronk, Johan
JC.Pronk@...
Sep 1, 1999 12:33 pm
Dear Barbara Akakpo, 1000000 is the absoluut maximum, You have to try to let there less output from Your SQL/PL program ; in such a situation we have limited...
2987
hans.hauer@...
Sep 1, 1999 1:35 pm
Hi toad developers! When I try to save the output of an embedded DBMS_OUTPUT window by clicking the save_to_file icon in TOAD, no "save to" dialog appears and...
2988
Steve Chapman
schapman@...
Sep 1, 1999 3:04 pm
This has been fixed, will release soon... Steve ... a.m. copy). The SaveAs option of the File drop down menu is always grayed out. Has this been removed? ...
2989
Steve Chapman
schapman@...
Sep 1, 1999 3:04 pm
Toadman is going to make the popup windows for DESC table to be an option in the next release... Steve ... with F4 . However, I didn't realize that type "DESC...
2990
Steve Chapman
schapman@...
Sep 1, 1999 3:04 pm
Although TOAD is intended as a developer's tool, TOAD can be made read-only via the license files that come with TOAD. When TOAD executes, the file TOAD.LIC is...
2991
Steve Chapman
schapman@...
Sep 1, 1999 3:04 pm
This will fixed in the next rel... Steve ... When you double click on the table name which worked in earlier versions, nothing happens. ... -- Steve Chapman ...
2992
Steve Chapman
schapman@...
Sep 1, 1999 3:04 pm
OK, we'll get it fixed... Steve ... When I try to save the output of an embedded DBMS_OUTPUT window by clicking the save_to_file icon in TOAD, no "save to"...
2993
Clive Walden
clivew@...
Sep 1, 1999 4:26 pm
It has been happening in numerous situations. I will have to start logging them. Here is the first. Go to File/End Connection. Select a connection to end. ...
2994
Casey, Gregg
GCasey@...
Sep 1, 1999 8:23 pm
I wrote an app for a similar issue using Oracle forms. My long raws were loaded with Word documents though so that may not help. (Depending on your task...)...
2995
Vijey Soundram
VSOUNDRAM@...
Sep 1, 1999 8:32 pm
The SQL Builder option which used to work before is not working in the above version. Nothing seems to be happening when a table is selected from the data...
2996
Hewlett, Karl
karl.hewlett@...
Sep 1, 1999 9:36 pm
Hi Toadman I just encountered a situation where I tried to close an SQL window with an edited file open in it, relying on the prompt to save. The prompt...
2997
Carl Sundbeck
sundbeck@...
Sep 1, 1999 11:04 pm
When trying to use grant table privileges in the table tab of the object browser, Would like to have the ability to grant to a role, not just users. Thanks, ...
2998
Mikkel Damsgaard
mikdam@...
Sep 2, 1999 2:28 am
A questions to the toad develop team. I just love the cancel button on the SQL Edit window. I wondered if it could be added to the Object browser as well....
2999
Miller Herbert D Cont...
Herbert.Miller@...
Sep 2, 1999 2:28 am
Can you use substr on long raw and pull the data out in chunks, like: substr(long_raw_field, 1, 32000)... substr(long_raw_field, 32001, 32000)... ...
3000
Steve Chapman
schapman@...
Sep 2, 1999 2:29 am
Why did the file write fail? Was the destination file marked as readonly? Disk Full? Steve ... I just encountered a situation where I tried to close an SQL...
3001
Steve Chapman
schapman@...
Sep 2, 1999 2:37 am
This problem has been solved. It turns out that ROWTYPE in the proc args was causing confusion in the proc code parser... Steve Chapman...
3002
Steve Chapman
schapman@...
Sep 2, 1999 2:43 am
On the "Privileges" window, user schemas are listed first, then roles at the bottom of the list. e.g.: DEMO SCOTT USER1 ... DBA_ROLE DEVELOPER_ROLE ...
3003
Steve Chapman
schapman@...
Sep 2, 1999 2:45 am
The OK button got hidden by mistake...will be fixed in next rel... Steve ... version. Nothing seems to be happening when a table is selected from the data...
3004
Jan Stulrajter
jan.stulrajter@...
Sep 2, 1999 7:06 am
3005
Barker, David
david.barker@...
Sep 2, 1999 7:22 am
Prior to version 6.2.8.27 you could press F4 on a function in an SQL Window and the pop-up would show the parameters. Now all I get is ORA 01-036:illegal...
3006
gerben.braakman@...
Sep 2, 1999 7:47 am
Any idea when the new free version will be released? Gerben ********* DISCLAIMER ********* De informatie in dit e-mail-bericht is uitsluitend bestemd voor de ...
3007
Jimmy Sanby
SanbyJ@...
Sep 2, 1999 10:59 am
I can not simulate this one! oracle 7.3.4 NT4 SP5 Jimmy Sanby ... It has been happening in numerous situations. I will have to start logging them. Here is the...
3008
BarkerD@...
Sep 2, 1999 11:21 am
I am using TOAD freeware 6.1.9.1-g and when it is run from a read-only network drive TOAD thinks it is a read-only installation and I can't update the...
3009
Barbara Akakpo
barbaraa@...
Sep 2, 1999 11:21 am
hello, Does any one know how to use utl_file in sql/pl. Is there anywhere I can get sample code on how it is used. Barbara Akakpo...
3010
hans.hauer@...
Sep 2, 1999 11:21 am
Hi TOAD developers!
Thank you for the fast response, Steve!
Another idea:
In the temps directory the TOAD finds the USRFUNCS.TXT which one can use to...
3011
mbroughton@...
Sep 2, 1999 12:09 pm
Just started playing with the new version and found one irritating bug. While I love the new drop-down on the switch connection button, the old functionality...