Where to find it in the customizing formatter section
Hi Folks:I'm trying to figure out how to do the following.I have my code formatter currently set to format like below:CREATE OR REPLACE TRIGGER necropsies_trg BEFORE INSERT ON necropsies REFERENCING...
View ArticleRE: Warning Toad Message
For me resetting the usersettings and begin from a clean install did the job.
View ArticleWarning Toad Message
I'm update to the latest Version of Toad for Oracle (12.1.0.22). Now I want to save a SQL-File and the following message appears:Toad MessageError connectiong to the repository. The repository may be...
View ArticleSchema Browser: Why do Materialized Views show INVALID when in Mat. View mode?
Why do materialized views show a red X (invalid) in Mat. View mode (only) on the left and as INVALID when referenced in the Used By tab on the right? Both the Object and Accessing views appear...
View ArticleOut of memory on SELECT query - Toad for Oracle
I am using Toad 11.0.0.116 on Oracle 10g. When i am running a select * on hr_pump_batch_lines (one of the tables in Oracle R12) i am getting "Out of Memory" Error. There is no other messages on the...
View Articletoad for Oracle command line
HiAfter creating a sample app I am trying to run Toad.exe -a "App3->Compare Schemas1" from the command line.After creating a default app I am trying to run Toad.exe -a "App4->Compare Schemas1"...
View ArticleRE: toad for Oracle command line
The GUI doesn't become visible when you run actions from command line. The work should be done and output files should be created without the GUI. Take a look at your action and make sure that you...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
This is the query that we run in the USED BY tab:with Objs as (Select object_id from (select object_id, referenced_object_id from public_dependency where referenced_object_id <> object_id) pd...
View ArticleRE: toad for Oracle command line
Hello,Thank you for your response. Is there some place where I can see what exactly is the current action? Like in the GUI. The GUI shows "Extracting Source database tables DDL", "Extracting Source...
View ArticleRE: toad for Oracle command line
Not while it is running, no.But when it is done, you can start Toad manually, then go into the automation designer. Click on "Execution Log" on the left, then find your action and select it. If it...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
Thank you John. I'm not sure that's the issue here as the invalid state seems to persist even through a MView refresh. These views are designed to transform, stabilize and version production data for...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
Hey Dave, I don't think it would be caused by SYSDATE in one of the underlying views. But it could be one of the tables that are underneath the views that is causing the INVALIDness. Maybe there...
View ArticleRE: Toad 12.12 Command Menu sizing is off / too small
Thanks. I'll have that fixed in next beta.
View ArticleToad 12.12 Command Menu sizing is off / too small
See copy and paste it shows Toad 12.10 above and 12.12 below that ... it looks like 12.12 is not sizing the Command Menu options correctly. This is Toad 12.10 on windows 64 bit and 12.12 ...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
Hey John,(Re: sysdate) … even when it is loaded to the MView and thus, automatically become out of sync with its source? I cannot think of anything else because the rest of the content is either a...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
Is it because: Dependencies related to MVs are automatically maintained to ensure correct operation. When an MV is created, the materialized view depends on the master tables referenced in its...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
Thanks Norm, What I think you are describing is exactly the issue (data consistency, not a faulty view construct) and therefore, is one that I don't think I care about. I refresh (On Demand) nightly...
View ArticleRE: Schema Browser: Why do Materialized Views show INVALID when in Mat. View...
Hi Dave, You are welcome. I had similar problems a few years back with exactly this problem. Took me ages to work out the solution - which I then forgot about as time went by. Old age! As you are...
View ArticleRE: Toad Formatter
Hello R,Can you please tell me the version of the QP5.dll component in the Toad folder, the first two numbers only suffice (such as 5.291). Then I can verify what's exactly happening.The version also...
View Article