October 26, Sysart Hotspot in Helsinki ... Sysart organizes a seminar on Domain-Driven Design on Tuesday October 26th. In the morning Jimmy Nilsson will give a...
2646
Scott Ambler
scottwambler
Oct 24, 2010 11:47 am
I'm running a new survey exploring Scrum Certification at http://www.surveymonkey.com/s/scrum2010 . The survey is short, with only 8 questions in total. so...
2647
pixory
Oct 31, 2010 5:10 pm
Hello, In order to regression test a complicated, data intensive, workflow, I've found it very productive to compare the end-product data to the last...
2648
Bert Hooyman
berthooyman
Oct 31, 2010 7:10 pm
I am not an expert, and I do not represent any vendor in this space, but I believe Oracle GoldenGate Veridata does exactly what you are doing. It compares data...
2649
deddy205ar
Oct 31, 2010 7:12 pm
Joe - ... Ahhhh... deja vue. In 1986 when dinosaurs ruled the world & PCs were irritating toys, I worked in the sort of shop you described. As you point out...
2650
pixory
Nov 1, 2010 2:56 am
Bert, Thanks very much for that pointer. From the high-level description on the Oracle site, it does appear that Veridata does enterprise table diffing. I'll...
2651
pixory
Nov 1, 2010 2:56 am
David, I recently heard a well known Java guru remark that Java is rapidly becoming the COBOL of the 21st century. 5 years ago I would have scoffed at the...
2652
pixory
Nov 1, 2010 2:56 am
David, Off hand, do you know if Comparex is mainframe only? It's not immediately clear from reading the Datasheet. thanks, Joe...
2653
deddy205ar
Nov 1, 2010 5:32 pm
Joe - ... It's a fashion business. Thirty years is a long time. There's an old joke... "Old hardware goes to the junk pile. Old software goes into...
2654
deddy205ar
Nov 1, 2010 5:32 pm
Joe - All the words I see on the datasheet speak mainframe to me. A dusty brain cell tells me I first encountered Comparex in the early 1970s. So it's O-L-D. ...
2655
Scott Ambler
scottwambler
Nov 1, 2010 6:57 pm
For the next two weeks I'll be running the November 2010 Agile State of the Art Survey at http://www.surveymonkey.com/s/agileStateOfArt . The survey is 17 ...
2656
pixory
Nov 9, 2010 1:38 am
Hello, I noticed that Scott Ambler's excellent piece on database testing (http://www.agiledata.org/essays/databaseTesting.html) didn't seem to really cover the...
2657
bobcorrick@...
bobcorrick...
Nov 9, 2010 2:36 pm
Larry Greenfield is nice & concise about what to test - as in http://www.dwinfocenter.org/errors.html Here's what we do where I work... UNIT TESTS As a data...
2658
Max Guernsey, III
maxguernseyiii
Nov 9, 2010 2:36 pm
I do the following: 1. Fully automate the construction of a database so that they can be created or upgraded in a manner similar to objects of any other...
2659
w-p
toetah2000
Nov 10, 2010 10:04 am
My tests are actually quite simple. There are hardly any "persistent" procedures or functions in the database. I have a re-create script to update or create...
2660
Scott Ambler
scottwambler
Nov 11, 2010 6:39 pm
I'll be facilitating a one-day workshop on December 8th in San Francisco as part of the DAMADay event there (which is actually two days, yuk yuk yuk). The...
2661
pixory
Nov 12, 2010 4:25 pm
I put an article on my blog that relates my experiences with database application testing, if anyone is interested. ...
2662
Gabriel Tanase
datamodeller
Jan 6, 2011 2:45 pm
Hello everybody, Could you please be so kind and recommend good - in your opinion - resources for patterns useful in modeling *user access permissions to...
2663
awhettam@...
Jan 10, 2011 2:40 pm
Hi Gabriel If the resources in question are stored in a database, I would recommend the following best practices: 1. all access to the database should be...
2664
berthooyman
Jan 10, 2011 2:41 pm
Interesting to see your definition of a resource. Normally end users are not much concerned with classes at all, since classes are a result of software design,...
2665
Vasco Figueira
vasco.figueira@...
Jan 10, 2011 6:17 pm
Hi all, ... From the bottom of my short experience, I disagree. With all the security/authorization mechanisms available, per schema, per table, per column and...
2666
kerrykimbrough
Jan 10, 2011 8:15 pm
Looking at this topic from a security (access control) perspective, I like Andrew Whettam's recommendations. At least in Oracle, encapsulating access via...
2667
awhettam@...
Jan 12, 2011 5:27 pm
It's more fun when there are different opinions, isn't it! Some reasons for using Stored Procedures: 1. Security - it makes SQL Injection much harder - it...
2668
Scott Ross
sr523@...
Jan 12, 2011 6:58 pm
Well, here is another opinion on the matter. For me, Stored Procedures are not in the vocabulary for most modern systems being built today. I develop in the...
2669
Peter Schott
paschott
Jan 13, 2011 10:28 pm
I've been following this discussion and wanted to ask a question for clarification. Is the original intent of the question seeking a way to design a way to use...
2670
bobcorrick@...
bobcorrick...
Jan 14, 2011 12:22 pm
Hi Gabriel, With particular regard to "define, attach and apply permissions to objects as close as possible to how end-users naturally perceive and conceive...
2671
Gabriel Tanase
datamodeller
Jan 14, 2011 3:25 pm
Peter, Good questions, thank you for asking. I do believe that the answer to your second part " ... or seeking a way to design an entire system in a secure...
2672
Suresh . K
sureindia
Jan 14, 2011 10:07 pm
Hi, is this grants to roles helping when lot of PL/SQL interface are present or is it more of hindrance at that point, just curious Thanks,Suresh K. To:...
2673
Luiz Esmiralha
lesmiralha
Jan 15, 2011 2:21 pm
Gabriel, There is some work done on security patterns for web applications: http://www.scrypt.net/~celer/securitypatterns/final%20report.pdf Regards, Luiz ...
2674
bobcorrick@...
bobcorrick...
Jan 16, 2011 1:58 pm
My post should have included a justification: "To secure your data from unwanted addition, viewing, alteration, or deletion; and to protect people from...