Schema Browser - Shared DB Llink
In the schema browser, if I select a DB Link that is "shared", the grid on the right side shows that it is shared. If I have the right hand view show all of the DB Links the "Shared" attribute is...
View ArticleRE: Script manager and send SQL query results to excel format
If you want to send script manager output to excel, then right click on one of the grids in the "Output" tab and choose "Export Dataset"But you don't have to use script manager to do that. It would...
View ArticleRE: Database Health Check - Additional Checks?
These are some great ideas. I entered into our internal system as TOR-2766 for review by our Product Management. Perhaps these should go into the Idea Pond or I'd love to hear others comment if these...
View ArticleRE: Script manager and send SQL query results to excel format
Hey John,Thanks for your reply... I just wanted to automate everything with the running of scripts and results sent directly to a file ( excel in this case which is viewed better )When I choose an xls...
View ArticleRE: Script manager and send SQL query results to excel format
You can get Excel files out of Script Manager, but not automatically. It really wasn't made for that. Try this instead.1) Go to Automation Designer in Toad2) Create an "Export DataSet" action...
View ArticleRE: Script manager and send SQL query results to excel format
Will try those steps and report back :)thx
View ArticleScript manager and send SQL query results to excel format
Hello,I just started using Script manager in version 11 but will try v13. My question is that I have to format the query results in an excel delimited format.Does anyone have any experience with...
View ArticleRE: Why does TOAD for Oracle (13) no longer show scripts for users?
It works for me. Check the first toolbar button to check script options. Go to the "Users" tab and if the box for "Grants on the user's objects to other users/roles" is checked, then uncheck it.
View ArticleWhy does TOAD for Oracle (13) no longer show scripts for users?
Why will TOAD for Oracle (13) no longer generate scripts to re-create/clone users or show the script for a given user under the RHS SCRIPT tab?
View ArticleRE: Database Health Check - Additional Checks?
Morning Debbie,I've added this to the Idea Pond at https://community.toadworld.com/products/toad-for-oracle/i/other/additional_checks_in_database_health_checker.VOTE FOR ME! [;)]
View ArticleImport workspace from earlier TOAD
HiI just installed Toad for Oracle 13.0. Is it possible to import my workspaces from 12.12.The "Copy User settings..." doesn't work for workspacesBRAn
View ArticleRE: Toad 12.6: Schema Browser Data Grid sorting
Column header sorting is disabled if you manually add an 'order by' to the query. Is that what's happening?
View ArticleToad 12.6: Schema Browser Data Grid sorting
I used to be able to sort by clicking on column Header, Ascending or Descending, with a single click.Has something changed?Right-click sort does not provide Ascending and Descending options.Please...
View ArticleRE: Script manager and send SQL query results to excel format
I am not sure if i'm configuring the setup correctly but getting an ORA-00900 invalid sql statement error when running an SQL statement in the dataset properties screen,dataset, export query and...
View ArticleRE: Script manager and send SQL query results to excel format
Take out the "COLUMN" lines. Your query starts with the word "SELECT". Those lines that start with "COLUMN" are not part of your query, they are SQL*Plus commands. Most of the time in Toad, you...
View ArticleRE: Script manager and send SQL query results to excel format
I am getting the same error after removing those lines :(select SESSION_KEY, INPUT_TYPE, STATUS, to_char(START_TIME,'mm/dd/yy hh24:mi') start_time, to_char(END_TIME,'mm/dd/yy hh24:mi') end_time,...
View ArticleRE: Script manager and send SQL query results to excel format
I just pasted your query into an Export Dataset action and it worked n Toad 13. If you are still on Toad 11, you may need to remove the semicolon at the end.Semicolons are also not really part of the...
View ArticleRE: Script manager and send SQL query results to excel format
I'm using toad 11 and will soon use 13. OK thanks it works nowMy goal is to put several queries with some comments in the export dataset , is this possible in the same editor ?So basically create a...
View ArticleRE: Script manager and send SQL query results to excel format
Export Dataset can only take one query at a time.To get around that, make multiple Export Dataset actions - one for each query. If you want them to all have the same properties (except the query), a...
View ArticleRE: Script manager and send SQL query results to excel format
OK will wait till 13 is installed and see what can be done as I really want to produce a periodic report within one worksheet.your help is greatly appreciated !
View Article