Activity overview
Latest activity by monkeygrind
Thanks Tom! It would really help when in situations where a user doesn't have a local instance of Oracle on their workstation and trying to restore to a pre-production instance reuqires involvemen of a dba. / comments
Thanks Tom! It would really help when in situations where a user doesn't have a local instance of Oracle on their workstation and trying to restore to a pre-production instance reuqires involvemen...
Copmare a db to a backup?
Sorry if this is strange but I'm new to Oracle. In the MS Sql Compare, I can compare a database backup to a live database and propagate deltas from the former to the latter.
I can't seem to see ho...
As as aside, from a feature point of view, it would be sweet to also have a checkbox to deactive (or drop/add) triggers to the tables before generating the data. / comments
As as aside, from a feature point of view, it would be sweet to also have a checkbox to deactive (or drop/add) triggers to the tables before generating the data.
And while I'm at it, if you are going to allow inline editing, you may want to allow the use of CTL-A for control all.
If you really don't want people to do inline editing then this is fine but then you should remove the ability to edit via the GUI. If it's OK to edit, then why not allow easier use of editing? / comments
And while I'm at it, if you are going to allow inline editing, you may want to allow the use of CTL-A for control all.
If you really don't want people to do inline editing then this is fine but the...
Feature Request - allow carriage returns in Scripts
If I go to the Project Configuration, in the Scripts tab and either create a new or try to edit an existing script
When I have the focus in the textbox and hit the enter key to add a carriage retur...
What is the easiest way to manage FK tables/references?
I think I got my project set up the way I want, however two of my tables are giving me the ominous warning:
! Deleting data from this table may fail. This table is referenced by a foreign key con...
Got it now - was going off an example elsewhere on this forum. / comments
Got it now - was going off an example elsewhere on this forum.
Specifiying tables in xml/command line utility
If I run the following
<include>Table:TestKey$</include>
<ignoremissing/>
<ignoredifferent/>
<synchronize/>
I get error (Nothing to compare). but if I take off t...
Command line - Minor issue in pumping out help to html
I noticed if I pipe out the help to HTML per the docs, if you look at /ignoremissing (and /ignoreidentical) it will look like this in the browser:/ignoremissing
Alias: /m
Do not compare records th...
I'll dump another feature request while I'm at it - the ability to have the flags ignoremissing, ignoreadditional, etc. be able to be set at the table level instead of just applying to the whole operation.
So I could do something like:
<include>Table:Tabel1</include>
<include>Table:Tabel2</include>
<include ignoreadditional="false">Table:Tabel2</include>
<ignoreadditional/>
Which would apply the flag to all but the one table where it's explicitly set to false. / comments
I'll dump another feature request while I'm at it - the ability to have the flags ignoremissing, ignoreadditional, etc. be able to be set at the table level instead of just applying to the whole op...