Forum Post: RE: AV in SB
Thanks Dale, I tried to reproduce this in 64 bit Toad, and SB in treeview mode... Go down to packages Double-click one to send to Editor. make changes to package in Editor and compile. Go back to SB,...
View ArticleForum Post: RE: How to retrieve Oracle password from Toad for Oracle 12.11...
Any mechanism used to try to decrypt or "hack" secured passwords is likely against your company policy and could be a violation of the laws of your country. Asking on this board is wholly inappropriate...
View ArticleForum Post: RE: How do I turn off Formatter Header in Toad for Oracle 12.12
John - thanks! This is exactly what I did yesterday, and the left side was completely blank. No yellow double-arrow icon. However, after restarting Toad today, it is there. Something I did yesterday...
View ArticleForum Post: RE: Should this pipelined table work in 13.0.0.66?
That's some timing you've got there. There are ANYDATA datatypes inside that BIND_LIST column. We just fixed a bug with this about an hour ago. It should be fixed in the GA, and if we have another beta...
View ArticleForum Post: RE: How do I turn off Formatter Header in Toad for Oracle 12.12
You're welcome. I've never seen the icon not there, but I've never looked there first thing after installing Toad either. Glad it worked.
View ArticleForum Post: RE: How to recover SYS password
You don't. You log into the database server as the administrative user who has the dba group priviledge and assuming your on at least the 10g version sqlplus / as sysdba alter user sys identified by...
View ArticleForum Post: RE: Should this pipelined table work in 13.0.0.66?
Thanks for the quick response! Also a big "thank you" to your team for implementing one of my suggestions in this beta, the ability to exclude directory grants from a user script.
View ArticleForum Post: RE: Beta Released (13.0.0.69)
You need to have the latest version (12.12) installed. Then you can download and install the beta - community.toadworld.com/.../
View ArticleSB - generate table script - add option to include sequences used by triggers
SB, LHS, tables, create script - add option to include any sequences used by triggers when creating the script. This would be very helpful when generating an install script for new objects.
View ArticleForum Post: RE: Toad continues to try to logon on to Team Foundation [Beta...
Hey Douglas, The Team Coding configuration window is designed to control both database-controlled (team) settings as well as local settings (for file-based, manual source control). When you're...
View ArticleForum Post: RE: What are Best Practices for Deploying Enhancements When Using...
Lenka and John, Thank you for your responses, certainly more to think about. I wonder, where is the option for table copy and rebuild? I've been working with the Oracle 13 Beta and I haven't found it yet?
View ArticleForum Post: Tad for Oracle Beta - 13.0.0.69 - Oracle 12.2 syntax not recognized
Hello, when using Oracle 12.2. syntax for Row limiting clause, row using this syntax are marked with syntax error. Example: row #10 is marked by code editor with syntactical error: select e.id...
View ArticleForum Post: RE: What are Best Practices for Deploying Enhancements When Using...
Those options are available from a table right-click in Schema Browser. For a Copy, right-click, select Create, then Like, to clone the selected table. Remember that if you want to rebuild the table...
View ArticleForum Post: How to determine synonym validity in SB?
Howdy, We had a (planned) table drop and recreate in our Prod DB last night. Today, dev calls that they can't access the table, getting: ORA-04045: errors during recompilation/revalidation of...
View ArticleForum Post: RE: What are Best Practices for Deploying Enhancements When Using...
Thanks John. Found it. Is this integrated into VCS processing in some way? It seems like once you had made table changes in Dev, you would want to store the final full table DDL in the VCS. But when...
View Article