Forum Post: RE: TOAD 12.12 row limiting clause leads to syntax error
Thanks, this has been logged.
View ArticleForum Post: how do you bring in a script into the toad editor from an...
How do you bring in a script into the toad editor from an external file. you can do this in oracle sql developer by using the @ sign or "start" cmd and full path and script name. I'm new to TOAD so...
View ArticleForum Post: RE: TOAD 13.0.0.57 Generate Data produces invalid SQL to generate...
Hey Larry, My apologies! For some reason, I never received your previous posts in my inbox. You're correct: this is a bug. It's been fixed for the GA version. -John
View ArticleForum Post: RE: TOAD 13.0.0.57 Generate Data produces invalid SQL to generate...
Hey Larry, I'm afraid I spoke a bit too soon on this one. The fix won't be able to get into the GA version of Toad 13, but it will be in the first beta of Toad 13.1. Until then, you can still use Data...
View ArticleForum Post: Team Coding with providers authentication using Active Directory
Hello everybody, I'm currently using team coding 8.1 in TOAD 12.10 with the SVN provider with SVN connection svn://... The authentication is basic using user and password setup in the password file of...
View ArticleForum Post: Team Coding with providers authentication using Active Directory
Hello everybody, I'm currently using team coding 8.1 in TOAD 12.10 with the SVN provider with SVN connection svn://... The authentication is basic using user and password located in the password file...
View ArticleForum Post: Encoding for script created by Toad
Hello, there, I am having issue with the encoding of script created by Toad. I had set UTF-8 as encoding in the following 2 places: File-->General-->default encoding Scripts-->spool file...
View ArticleForum Post: RE: Team Coding with providers authentication using Active Directory
Hi Sébastien, Yes, this is possible within Toad. You'd need to configure the SVN server to use Active Directory and HTTPS. Once you do that, you'd simply need to tell Toad to use WebDAV connection with...
View ArticleForum Post: Automating Drop, Create, and Import data In Toad from access
Is there a way to automate toad to drop then create tables and then have it import specific tables from access to the ones it just created in toad?
View ArticleForum Post: delete login
I have Toad 12.6.0.53 when the application loads a list of all my logins shows. How do I delete some of those logins? I tried right clicking on the login, no option to delete or remove. I select the...
View ArticleForum Post: How do I keep the column alias on the same line when using...
How do I get formatter to keep the SELECT column alias on the same line ans the column name? I want this: SELECT b.sgbstdn_pidm person_uid , a.academic_period_mod , b.sgbstdn_levl_code student_level ,...
View ArticleForum Post: How to create procedure for multiple views in Oracle
This thread is about creating Procedure for Mulitle views. Suppose i have 2 views View1, View2 and i want to create a stored procedure which can bring data based upon some logic used in Procedure....
View ArticleForum Post: Named parameters in PL/SQL are "fragile"
Hi TOAD Community, I really like TOAD 12 x64 after having to use the old 32-Bit Version 9.6 for 8-9 years My employee at least decided to upgrade to 12.12. Very good! After using it for some time, I...
View ArticleForum Post: RE: Commit after package compile
Hi John, How can I see that "commit/rollback" oracle behavior? Now I am really interested in that. Brg Damir
View ArticleForum Post: RE: Commit after package compile
It commits if the DDL was successful. I was expecting to see a rollback on failure, but maybe I didn't do the right kind of failure (I tried creating a table that already exists, and creating a PK that...
View ArticleForum Post: Automating Data Import from Access with Toad 12.0
I am relatively new to the Toad automation feature. I am watching tutorial videos and trying to figure out how I can automate the import of multiple tables form an Access database to their appropriate...
View ArticleForum Post: RE: Automating Data Import from Access with Toad 12.0
There may be slight differences in the Data Import window and Automation Designer between Toad 12 and current, but they should be basically the same. Here's something you may be able to do as a...
View ArticleForum Post: toad for oracle 12.12 formatting script with multiline ttitle in it.
I have a script that may contain the following 5 lines TTITLE LEFT 'POST DATE : &POST_DT_FROM - &POST_DT_TO' - CENTER 'DTDDB - DTD/DTC TRANSACTIONS RESULTING IN DEBIT BALANCE REPORT' - RIGHT...
View ArticleForum Post: RE: How do I keep the column alias on the same line when using...
Formatter tries to keep formatted code between left and right margins. Could it be that the right margin setting is too low? Andre
View ArticleForum Post: RE: Automating Data Import from Access with Toad 12.0
If you right-click to run the App on the left, then choose run, it will run all actions inside the app. The dialog at the end of each import action auto-closes after 5 seconds, so you don't have to...
View Article