RE: Toad-12.5 formatter behavior changed (again)
Thanks for that information Andre, this is really good news!byeThomas
View ArticleRE: Toad-12.5 formatter behavior changed (again)
amendment:don't forget to add the formatter version to the auto generated comment (additionally or instead of toad version...)byeThomas
View ArticleToad-12.5 formatter behavior changed (again)
You guys drive me crazy! With each new Toad version you change the formatter behavior so that it is hard to track changes in the SQL files over a longer period of time. Is it really only me being...
View ArticleRE: Comments in View Scripts?
There's an option in Toad for that. In the Export DDL window, click on the "Views" tab. If you are in the Schema Browser on the Script tab, click the first toolbar button on the Script tab to get...
View ArticleUser Defined Variables in Options
I'm trying to export a file with a variable name by using the user defined variables in options. When I try to define my variable as select to_char(sysdate,'mmm yyyy') from dual it puts that statement...
View ArticleRE: Restore Default 'Report'
You can delete it and then reimport. Import it from <install folder>\Client Files\User Files\Reports\EN\Samples\Table and Index Reports\Tables and Columns.TRD
View ArticleRE: Restore Default 'Report'
Thank you for your really quick response. Worked like a charm.
View ArticleRestore Default 'Report'
Hello,I started messing with a default report, in particular 'Tables and Columns', without making a backup of it. Does anyone know how to restore the defaults? I can't remember what it looked like...
View ArticleRE: Comments in View Scripts?
From the Schema Browser, select the object that you want to extract DDL for, then right-click and choose "Create Script".If you are getting your view script from somewhere else, let me know.
View ArticleComments in View Scripts?
hii noticed Oracle Sql Developer includes field-level and view-level comments in generated scripts. Toad does not (as far as i can tell). Any plan to add this feature?thx
View ArticleRE: Files needed for database connectivity
You need to download and install an Oracle client on your windows computer. If you have 32 bit Toad, you need a 32 bit Oracle client. If you have 64 bit Toad, you need a 64 bit Oracle client.The 32...
View ArticleFiles needed for database connectivity
I am a brand new user of TOAD. I just installed TOAD on my Windows 7 computer.What are the additional files that are needed to provide connectivity to my remote Oracle instance on Solaris ?Where should...
View ArticleRE: how to backup entire database by TOAD
Hi Tanin,Is this the same as the question you asked on 2016/6/30 -- http://www.toadworld.com/products/toad-for-oracle/f/10/t/30987 ?There are many ways to backup an Oracle database. How you do that...
View ArticleRE: Conversion of SQL scripts to ANSI Format
Hello! I am also looking for a toll for convering old-style MSSQL 2005 syntax to 2012 syntaxfor exampleRAISERROR @errno @errmsg intoraiserror(@errmsg,@errno,1)and g.klas1_type_id =* a.klas1_type_id...
View ArticleConversion of SQL scripts to ANSI Format
Hi Folks ... I have a scenario where one of the database is moved from ORACLE DBto SQL SERVER DB.There are many sql scripts where (+) is used for outer joins.My concern is does SQL SERVER understand...
View ArticleRE: How to find the actual source line number mentioned in ORA error
What does your error message look like?I have a procedure that deletes a row in a table. I made the table read-only to cause an error when the procedure is called. The error is shown below, and you...
View ArticleRE: How to find the actual source line number mentioned in ORA error
This is the actual error:ORA-01422: exact fetch returns more than requested number of rowsORA-06512: at "COMPAS.PKG_ANNUAL_PAYER", line 538ORA-06512: at line 1
View ArticleRE: How to find the actual source line number mentioned in ORA error
Ok, so if you do a spool SQL, you'll probably see a call to COMPAS.PKG_ANNUAL_PAYER on line 1.If you look at the COMPAS.PKG_ANNUAL_PAYER package, whatever SQL that's run on line 538 is what caused the...
View Article