Case-sensitive object names

A tip/funny story from our colleague Grigoriy Novikov: There was one project with which I was involved that required a lot of different tools used by a lot of developers with different fields of expertise. The Java developer group was

Tagged with: , , , ,
Posted in Code tips, Consulting, Resources, SQL

The Software Architect’s Manifesto

We should insist on tools that support good architecture and allow us to build quality systems. There is no reason why systems built today should be harder to build than they were years ago.  Just because we moved to the

Tagged with: , , ,
Posted in BLOG, Consulting, Development, Resources

Installing Oracle 32b Development tools in Windows 7

If you are trying to install some of the Oracle Development Tools (Oracle Forms, Oracle Reports, Oracle Designer) in a Windows 7 environment and you need access to the Registry, you can find those entries by using regedit in the

Tagged with: , , , ,
Posted in BLOG, Code tips, Consulting, Oracle, PL/SQL, SQL

Tree Navigation in Web apps

Anyone can make a tree display, but tree navigation involves much more. What you really want on a tree includes all of the following: 1. Only load nodes that are necessary. 2. Provide the option to reload every time the tree

Tagged with: , ,
Posted in BLOG, Code tips, Consulting, Development

Definition of business rules

First we need to recognize that the Business Rules Forum (BRF) folks see rules as pretty big things.  Ron Ross talks about the possibility of 1000 or more rules in an ERP.  I think of those as analysis rules.  The more detailed implementation

Tagged with: , , ,
Posted in BLOG, Consulting, Development, Resources