RE: How to retrieve Oracle password from Toad for Oracle 12.11 version
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...
View ArticleHow to retrieve Oracle password from Toad for Oracle 12.11 version
Hello,I'm looking for a solution similar to the following, but for the 12.11...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 versionsqlplus / as sysdbaalter user sys identified by...
View ArticleRE: What are Best Practices for Deploying Enhancements When Using Team Coding...
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...
View ArticleRE: What are Best Practices for Deploying Enhancements When Using Team Coding...
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 and...
View ArticleRE: What are Best Practices for Deploying Enhancements When Using Team Coding...
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...
View ArticleRE: What are Best Practices for Deploying Enhancements When Using Team Coding...
Hey Doug,As John mentioned, every shop is going to have a different method of deploying changes from Dev through QA to Production. How you do this will be up to your company's preferences and...
View ArticleToad shut off
Hi there,For some reasons, when i click open file, the Toad for Oracle was shut off totally. I am having Toad 12.11.09. Please advise how to fix this issue?Thanks!
View ArticleRE: What are Best Practices for Deploying Enhancements When Using Team Coding...
John, this might be the answer for us. TOAD is developing lots of good things but we might need to learn to walk before we can run. I'll definitely be exploring this when I get back in next week.
View ArticleCommit after package compile
Forgive my limited knowledge of toad, as I just started using it. I have a question. If I compile a package (F5), do I have to commit after compile else I will lose changes or compile package includes...
View ArticleCompare schema validity
Hi,could you invent "validity" check in compare scema/object.Reason is that when on many test you recreate i9ndex and then enable constraint, you use "NOVALIDATE" as faster option.But then in compare...
View ArticleRE: Commit after package compile
Hi Raj,When Oracle executes a DDL statement it automatically does a commit. This included things like create table, create view, truncate and compile commands (to name a few). In fact, Oracle does two...
View ArticleRE: Commit after package compile
I senr the following by email, but it appears not to have arrived. Hmm.Morning RajHans.The only time you should/must commit is when you are doing INSERT, DELETE or UPDATE statements, in other words,...
View ArticleTOAD 12.12 row limiting clause leads to syntax error
CREATE TABLE emp( empno NUMBER(4, 0), ename VARCHAR2(10 CHAR), job VARCHAR2(9 CHAR), mgr NUMBER(4, 0), hiredate DATE, sal NUMBER(7, 2), comm NUMBER(7, 2), deptno NUMBER(2, 0), CONSTRAINT pk_emp PRIMARY...
View ArticleRE: Compare schema validity
Hi John,Ad to any newer beta and I will be able to use it immediately.:-)BrgDamir
View ArticleRE: Compare schema validity
What I mean is that we are done adding new features to Toad 13.0 betas. In fact we are probably done with betas for Toad 13. Just fixing bugs at this point in preparation for official release....
View Article