Forum Post: RE: Toad For Oracle : base Edition Installation Error...
Hello, It sounds like the "Bundle" is the issue here, the GUI interface that holds the MSI files. Please try running the MSI files directly, located here:...
View ArticleForum Post: RE: Templates for multiple schema compare.
Hi Betislav, You can create templates for any action, including schema compare, in the automation designer. Then when you want to use one of them, make a copy of it by Copy/Paste, and change the copy...
View ArticleForum Post: Automation - script to update user variable
I'm new to this forum and only somewhat familiar with some of the TOAD features. IE Toad Newbie and SQL Newbie. I am using Toad for Oracle 12.12.0.39 and am stuck with the if...then...else syntax. I...
View ArticleForum Post: RE: Automation - script to update user variable
You could use an "Actionable query" action for the if.... part. Actionable queries are on the DB Misc tab in the automation designer. The actionable query returns true/false based on query result. The...
View ArticleForum Post: RE: Automation - script to update user variable
Thank you John. I like the Actionable Query option. It’s seems much simpler. That being said I’ll take the liberty to modify and ask how to write the syntax because I keep getting an error about...
View ArticleForum Post: RE: Automation - script to update user variable
All you have to fill in the edit box is what comes after "WHERE". So take out 'Select 'TRUE' from dual where'
View ArticleForum Post: RE: Automation - script to update user variable
AWESOME. Now we’re cookin’ with gas. Thanks a bunch.
View ArticleForum Post: How do I get multiple data records from a query using variables
I am new to TOAD and Oracle. This is SQL code, How do I do this in TOAD to get the result set and without the popup window which ask for a value input. This process will run daily to extract data, so...
View ArticleForum Post: 13.0.0.28 - Code Analysis: Wrong positive of Rule 5809
in_dummy is marked with 5809: Ensure elements in the SELECT LIST ... are qualified by a table/view name ... CREATE PROCEDURE tst( in_dummy IN dual.dummy%TYPE ) AS v_dummy dual.dummy%TYPE; BEGIN SELECT...
View ArticleForum Post: 13.0.0.28 - Editor: F3 not always working to continue Search
With the following snippet, searching for test_me and pressing F3 works when the Find window has the focus, but not when the editor has the focus. Can you reproduce this? CREATE PROCEDURE test_me AS...
View ArticleBlog Post: Upgrading a Single Regular PDB from 12.1 to 12.2
Hi Readers Upgrading a Single Regular PDB from 12.1 to 12.2 For Reading, Click Here: http://blog.enmotech.com/2018/01/10/oracle-12cr2-upgrading-a-single-regular-pdb-from-12-1-to-12-2/ #Oracle...
View ArticleForum Post: RE: How do I get multiple data records from a query using variables
I was able to come up with this so far. I am very new to TOAD and Oracle and need to have this done for a project. -------------------------------------------------------- DECLARE tempdate DATE; BEGIN...
View ArticleForum Post: RE: How do I get multiple data records from a query using variables
If you want Toad to export data to a delimited file, then you should be creating SQL, not PL/SQL (It's PL/SQL if it starts with DECLARE or BEGIN). You don't need to use a variable. You can just put the...
View ArticleForum Post: View Script Formatting - Toad for Oracle 12.11.0.95
Have searched for answers on this forum, unable to find the specific answer. Apologies if I missed it. Issue: Using the Describe Objects feature (clicking F4 on view name) and Script (with Views >...
View ArticleForum Post: Beta Released (13.0.0.30)
Beta Notes Rebuild Table Rebuild Table now looks nicer.�� Generate Database Script Generate Database Script now looks nicer, with a similar look and feel to Compare Schemas, Generate Schema Script, and...
View ArticleForum Post: RE: View Script Formatting - Toad for Oracle 12.11.0.95
It looks like we are formatting the view twice when that checkbox is checked. I don't know why that makes those comments right-align but it does. Maybe there is a formatter setting that can be changed...
View ArticleForum Post: RE: How do I get multiple data records from a query using variables
Hi Mara_b, Is your project education or work related? As John has replied further down this trail, it's easy to get the data into a csv file from Toad, however, do you have to "show your working" to...
View ArticleComment on Using Git Version Control System In Toad
I am trying to install git on Toad version 12.8.0.49. I followed the instructions up to the final step but I cannot see the Source Control VCS Browser. It seem that the options for Git are being picked...
View ArticleForum Post: Text after PROMPT is always in uppercase
Sql*plus allows PROMPT text to be in mixed case, but TOAD does not seem to allow this. Is there a way to achieve this?
View ArticleForum Post: RE: Text after PROMPT is always in uppercase
when I run this in the editor with F5 prompt Blah Blah select 'blah blah' from dual; the output is Blah Blah 'BLAHBLAH' ---------- blah blah 1 row selected. are you doing something different?
View Article