Forum Post: RE: Toad failing to execute script
Abe, I can't seem to make this happen. Does this happen on a particular script or any time you execute script? Can you share a script with us that will demonstrate this behavior? I'm seeing some...
View ArticleForum Post: RE: Export Dataset Issues
I need more information: 1) What version of Toad are you using? 2) Does it matter which export format you use or do you get it with all of them? 3) Does it matter which table you export or do you get...
View ArticleForum Post: RE: Editor - substitution variable followed by period (.) not...
Norm, Toad is prompting but not substituting. SQL*Plus does this: SQL> SELECT '&&sub.suffix' FROM dual; Enter value for sub: x old 1: SELECT '&&sub.suffix' FROM dual new 1: SELECT...
View ArticleForum Post: Toad Option to not open the Login Window automatically when...
I have Toad for Oracle Version 11.0.0.116. When I open Toad 2 windows automatically open: the Toad for Oracle window with tabs for File, Edit, Search, Session, etc and the Toad for Oracle Database...
View ArticleForum Post: Report changes when refreshing folder links in the project window
All, as I was refreshing folder links in various folders in my projects window, I had no clue what changes were being made. Would it be possible to have a pop-up listing the additions and deletions...
View ArticleForum Post: RE: Export Dataset Issues
Toad should move to another sheet if you try to export more rows than is allowed per sheet. With that many rows, you might be running out of memory. Make sure that the "Display all results in grid"...
View ArticleForum Post: Encryption clause of Tablespace DDL is missing
We have 2 versions of 12.10.0.30 with DB Admin Module. On one install when we go to tablespaces in Schema Browser, then click on script we can see the tablepsace DDL with the encryption clause. On the...
View ArticleForum Post: TOAD blows up when i click on Constraints tab in Schema Browser
I use the latest version of TOAD - 12.10 and just came across very annoying problem. When i select a table in SB and then click on constraints TAB, it gives me the following error (attached). during...
View ArticleForum Post: RE: TOAD blows up when i click on Constraints tab in Schema Browser
Try right-clicking in the grids of SB-Tables-Constraint and choosing "Reset Columns". (You might have to click on a table with no constraints to do that). If that doesn't fix it, then please send the...
View ArticleForum Post: RE: Encryption clause of Tablespace DDL is missing
That was it...thanks. I was in as a DBA account and the other instance was schema owner.
View ArticleForum Post: Exporting Clob
Hello, in the past I've been able to use the query below to export file attachments stored in a Clob field. I would right click on the ls_value field, select Export Blobs (Longs, Raw) and would export...
View ArticleForum Post: code formatter question
I have 2 questions. First, a prior version used to let me put the THEN on the same line as the IF but now all I can seem to do is to have the THEN on the next line. I want them on the same line. Second...
View ArticleForum Post: User Name TOAD
We recently purchased toad. What is the password for the user TOAD?
View ArticleForum Post: RE: User Name TOAD
Toad does not install anything in the database by default, so if you have a Toad schema setup, then someone within your organization created it manually or installed it when using specific...
View ArticleForum Post: RE: how can get best performance from toad on virtual machine
Hi baber, There is no specific configuration for SQL Optimizer running in virtual machine. SQL Optimizer doesn't really know it is running in a virtual environment and the performance would be affected...
View ArticleEditor Color Themes
Most editors offer color themes for textstyling. I know it is possible to change the colors of the editor. But it is pretty anoying to change the color of every element manually, espacilly if you need...
View ArticleRExec/SSH component in Automation Designer
Hi! I've had this support case: SR Number:3939946 It seems that's it not possible to run more than one command in this component. Would help a lot if it would be possible ton run a script in the...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Hi Tom, yes, really! ;-) In your PL/SQL block you have a loop, controlled by 'x', which extracts table_names from all_tables. The table names in all_tables are in upper case, unless, some low-life has...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Tom, I'm not sure a webex would help in this since the error in the dialog comes directly from Oracle. We do monitor where in the editor that the error occurs and store that. For the upcoming release...
View Article