Forum Post: Script runner skipping a block without issuing an error message
All, this is happening to a colleague running Toad for Oracle 12.10.0.30 When running a script using F5, it seems the script runner skips the first block of code, which is to drop a table...
View ArticleForum Post: RE: Please let us encrypt our password
It basically comes down to security. There are many, many, many security requirements across many industries that dictate how password information is saved (if it can be saved at all). The key common...
View ArticleForum Post: 32-bit client required message
hi i am using oracle 12.0.1 using ,i install toad 11.5 but it shows error like this plz solve this error ERROR: no valid oracle clint found .please note that toad only supports 32 bit oracle clint...
View ArticleForum Post: RE: Getting error ORA-29275 : partial multibyte character error
This error doesn't really have anything to do with Toad. Read here, we've discussed this problem before: www.toadworld.com/.../20735
View ArticleForum Post: RE: Restarting a paused activity
Hi Peter, Sorry to hear that something is not working fine here. In version 9.2.1, you can stop a running process in Optimize SQL and later click on one of the action buttons (Auto Optimize, Rewrite,...
View ArticleForum Post: Append or Concatenate 2 Tables
Hi All, Would really appreciate some help here. Lets say I have 2 tables Table 1= ABCD 1234 ABCD 2345 Table 2= DEFG 3456 DEFG 4567 I need to create a 3rd table as Table 3= ABCD 1234 ABCD 2345 DEFG 3456...
View ArticleForum Post: RE: Append or Concatenate 2 Tables
Union should work. What result did you get? Or did you get any error?
View ArticleForum Post: RE: Append or Concatenate 2 Tables
I just ran this query: create table mark3 as select * from mark union all select * from mark2; It created the table mark3 with the data from mark and mark2. No problem.
View ArticleForum Post: RE: Restarting a paused activity
Hi Peter, Thank you for providing the details of what you were performing and what happened. I will log this information into our task list and will also pay closer attention to the stability issues...
View ArticleForum Post: RE: Script runner skipping a block without issuing an error message
Gregory, this was occurring in a Citrix environment. The colleague has rebooted his Virtual Desktop, now the problem is gone. Since we can no longer reproduce the symptom, I suggest we leave the issue...
View ArticleForum Post: deviating formatting of column names list in materialized view
All, I'm on toad 12.11.0.9. When formatting a materialized view (as opposed to a normal view) the list of column names gets formatted without any indentation. Like this: create materialized view...
View ArticleForum Post: No run option in toad
Hi , Please help me ,how can I run the queries in this environment. How to install client of the same version which the toad supports.
View ArticleForum Post: RE: deviating formatting of column names list in materialized view
Hi Abe, With default options I'm getting a "normal" formatting: CREATE MATERIALIZED VIEW wcsprdro.wcsprd_catentpart ( catentry_id, partnumber, shortdescription, language_id ) Otherwise could you paste...
View ArticleForum Post: RE: deviating formatting of column names list in materialized view
Andre, I fixed access, and there appears to be a minor difference. Here's a copy of the settings I'm actually using: (Please visit the site to view this file) Kind regards, Abe ===
View ArticleForum Post: where is the sql recall in toad 12.10.0.30?
I just updated to toad for oracle professional 12.10.0.30 and tried to import my sql recall file. There doesn't appear to be the sql recall function available. the help says it should be in the...
View ArticleForum Post: Beta Released (12.11.0.10)
Internal Bug Fixes. Note: The previous list of new beta notes didn't make it into this build - they will be there for the next beta build later this week.
View ArticleForum Post: Toad 12.10 blocking other windows
Hi Since I updated to Toad 12.10 yesterday, I've had an issue where the Toad always keeps in front of other windows, so I have to minimise Toad to be able to see them. This is annoying, but...
View ArticleForum Post: RE: where is the sql recall in toad 12.10.0.30?
Brad Michael here. :-) What do you mean? After you execute it is added. This is for normal F9 execution, not execute as script. Execute statement using F9 and you should see it appear. If you do not...
View ArticleForum Post: RE: where is the sql recall in toad 12.10.0.30?
Thank you. Tried option 2, dragged the ‘SQL Recall’ item to the toolbar and it still didn’t show in the ‘View’ menu and F8 didn’t bring it up. Had to ‘Restore defaults’ and redo all of my...
View Article