Forum Post: Automation Designer: Query Iterator using variable?
Hello, I am wondering if it's possible to use a variable inside the query of an SQL Query Iterator in the Automation Designer? Example: The idea behind this is to then use a Variable Prompt to set the...
View ArticleForum Post: RE: Automation Designer: Query Iterator using variable?
Why not put the query iterator inside another query iterator? Or inside a list iterator.
View ArticleForum Post: RE: Automation Designer: Query Iterator using variable?
Sorry this isn't possible right now but I'll see if I can add that for you. I guess this is just an example, but you might want to look at some of the other iterators...you might be able to do what you...
View ArticleForum Post: RE: Re: New Connection/Change Connection
Thank you, Michael! It will be good to get this resolved. :-)
View ArticleForum Post: For Team Coding-Team Project-All Schemas, can you include schema...
I've set up a Team Project in Team Coding and select all schemas. Is there a way to include schema in my object filters? What I would like to see is a) everything from schema NWC and b) for all other...
View ArticleForum Post: How to change column width field
Hello, We have a table called 'Test' and one of the columns named 'Change' currently is set up as VARCHAR2 (32 Byte).......we need to change the size of this specific column (double in size) so what...
View ArticleForum Post: RE: How to change column width field
Find the table in the schema browser. Double-click the table Change the size of the column in the dialog that appears. Click Show SQL to see the command to make the change, or click OK to just do it.
View ArticleForum Post: Two-Factor Authentication (2FA)
The DOD is now on a huge push to require all connections to Oracle databases use two-factor authentication (2FA). Oracle Support states that they support this capability through RADIUS. Does anyone...
View ArticleForum Post: When adding a new script to a VCS, where do I save it for the...
We're working on piloting TOAD Team Coding and Version Control and I'm a little confused about adding a new script to version control According to the TOAD document TeamCoding_GettingStarted.pdf ,...
View ArticleForum Post: What are Best Practices for Deploying Enhancements When Using...
We're new to Version Control (if it hasn't been obvious from my other threads!). We've been working on figuring out setup and what buttons to push to get TOAD to track objects and get source checked...
View ArticleForum Post: RE: How to change column width field
Thanks Russell.......I tried this method as well and it works
View ArticleForum Post: RE: New Connection - Filter on USER or DATABASE
Yes that's what I was looking for. For some reason, today I see it, but two days ago i did not. It must have been the vacation day I had yesterday!
View ArticleForum Post: Text file import ends with "No mapping for the Unicode character...
Hey all, In beta 13.0.0.61 on Win7-64bit, I have this table: CREATE TABLE GEO_US ( GEONAMEID NUMBER NOT NULL, GEONAME NVARCHAR2(200) NOT NULL, ASCIINAME VARCHAR2(200 BYTE), ALTERNATENAMES...
View ArticleForum Post: Export Table as Flat File - Automating the process?
Hello, Is it not possible to automate the "Export Table as Flat File" process in Toad for Oracle 12.12.0.39? More specifically, I am looking for a way to automate the generation/saving of the...
View ArticleForum Post: RE: Export Table as Flat File - Automating the process?
Look at Export Dataset with the "Fixed Field Spacing" format. It doesn't use the specification file. Field spacing is based on table DDL. If I remember correctly, the "Include a space between fields"...
View ArticleForum Post: Beta Released (13.0.0.62)
Beta Notes Generate Database Script Generate Database�is now threaded when run from the GUI, so you can do other things in Toad while the GDBS window runs in the background. Note:� If you right-click a...
View ArticleForum Post: RE: Text file import ends with "No mapping for the Unicode...
Thanks John! I'll check it out. I assume "next beta" means .63 (or higher), right? Rich
View ArticleForum Post: RE: Text file import ends with "No mapping for the Unicode...
Monday's whatever that is.
View ArticleForum Post: RE: When adding a new script to a VCS, where do I save it for the...
Hey Douglas, Sorry it took me a bit to get back to you! I've been dealing with a few other issues. You mentioned in your original post: > Does this mean that I can save it anywhere and then discard...
View ArticleForum Post: VCS Check-in Success or Failure is not Apparent.? (Beta 13.0.0.61)
Not a crisis but it has caused some confusion as we're working to bring up version control. Maybe this has always been this way or maybe I'm set up wrong? The Output window at the bottom of TOAD does...
View Article