RE: Rebuild table trigger definition
Damir, as far as I can tell, the trigger formatting is not changed. The only difference that I could find is the addition of the schema name before the table name in the trigger description. I have...
View ArticleRE: missing hidden columns in "Rebuild table" (bug?)
I am not sure what good a warning on an unused column would do - you can't select data out of it, and I am not even sure how to tell the original name of the column. I see the column in USER_TAB_COLS,...
View ArticleRE: Toad Schema Compare
When Toad is "hung", there are two possibilities:1) The database is taking a long time to process a query2) Toad is working really hard on something, like processing a bunch of data.In the first case,...
View ArticleToad Schema Compare
I have just downloaded and installed the latest version of Toad. I am trying to do a schema compare. I believe i have set up the options and such correctly. When I actually run the compare I get a...
View ArticleRE: Blocking An Oracle Table from Users Even for Select
Evening Prakash , By default, Oracle offers no access to tables etc in other user accounts. In order to see those tables, you must be granted select, at the very least, to see them, and you need to...
View ArticleBlocking An Oracle Table from Users Even for Select
Oracle 11g.LinuxI am trying to block a set of tables from some internal users. Mostly PHI data.Select, Update everything.The way I did in MS SQL was create a Role with Deny security to these tables....
View ArticleRE: Compareing views create wrong script
Looks like the view column option was missed in the new schema compare. I'll add it.
View ArticleRE: Compareing views create wrong script
It's not something set in the GUI, by the way....it should "just work".
View ArticleCompareing views create wrong script
With the new schema Compare in Toad 12.11.0.95, scripts are created for views with aliases and inner joins, there are missing the alias list.Example:Generated diff scrip:CREATE OR REPLACE VIEW...
View ArticleRE: Rebuild table trigger definition
Hi John,Here is example where trigger source is different (and not only in schema name part):org:create or replace TRIGGER PURGE_NOT_USED_PREPAID_RE BEFORE INSERT ON APE1_REJECTED_EVENT FOR EACH...
View ArticleRE: Rebuild table trigger definition
and later when I was comparing line by line from source and "old source" ... i got more than dozen of differences (all lines were different by line number compassion) ...and seems to be only one.
View ArticleRE: Rebuild table trigger definition
And here is the same error confirmed from last beta (12.12.0.2)
View ArticleRE: editor marking text just by using cursor movement keys
Hi Michael, Facing the same issue which was been mentioned. while navigating between the code, code is being marked. i have analyzed it, it happens in this way,- Open the toad...
View Articleeditor marking text just by using cursor movement keys
Any time I highlight a block of text holding down the shift key and a cursor movement key, all subsequent movement of the cursor using arrow keys or home/end continue to mark text although i am not...
View ArticleRE: Rebuild table trigger definition
Oh, the WHEN part, OK, yeah, I see that Toad is "fixing" the whitespace around it. I'll fix that.
View ArticleRE: Toad Schema Compare
In my case the CPU is at zero. Please remember that my databases are 9i. I know but it isn’t going to change now. Thanks, Dave BowersSr. Database Administrator HNI Corporation...
View ArticleRE: Toad Schema Compare
OK, so it's likely that the database is taking forever to run a query. Try what I suggested with Session Browser so we know exactly what the problem query is, then post the query here. 9i, I...
View ArticleRE: Toad Schema Compare
Here is the query that is currently running: Select C.CONSTRAINT_NAME, CC.COLUMN_NAME, C.SEARCH_CONDITION, C.GENERATED, C.TABLE_NAMEfrom SYS.DBA_CONS_COLUMNS cc , SYS.DBA_CONSTRAINTS cwhere c.OWNER =...
View ArticleRE: Toad Schema Compare
I have let this query run for as long as 24 hours with no changes. Thanks, Dave BowersSr. Database Administrator HNI Corporation bowersd@hnicorp.com(W) 563 272-7211(C) 563 299-7211 PPlease consider...
View ArticleRE: Toad Schema Compare
Your options are somewhat limited in 9i but for me that query runs in less than one second. There's no reason that you should have to wait 24 hours on this query. It hasn't changed in Toad since...
View Article