July 8, 2013
I’ve been recently working with a couple of customers who were dropping database columns from their schema on Oracle, and the drops were taking a long time to complete. In one instance, the customer estimated it would take 50 hours to drop a bunch of columns from their contact table. In another, a customer observed that dropping two columns from table_site_part took over two hours. Dropping 3 columns from table_contact took over 1 hour. These long execution times can disrupt normal operations – especially those environments with limited maintenance windows. Dovetail’s schema editing tool (Schema Editor) and Amdocs schema editing tools (ddcomp, SchemaManager) all do the same basic operations when it comes to dropping columns. Basically they all do this: ALTER TABLE table_name DROP COLUMN column_name; There’s a better way. Set Unused On large tables the process of physically…
SchemaEditor improvements when dropping columns on Oracle
July 8, 2013
I’ve been recently working with a couple of customers who were dropping database columns from their schema on Oracle, and the drops were taking a long time to complete. In one instance, the customer estimated it would take 50 hours to drop a bunch of columns from their contact table. In another, a customer observed that dropping two columns from table_site_part took over two hours. Dropping 3 columns from table_contact took over 1 hour. These long execution times can disrupt normal operations – especially those environments with limited maintenance windows. Dovetail’s schema editing tool (Schema Editor) and Amdocs schema editing tools (ddcomp, SchemaManager) all do the same basic operations when it comes to dropping columns. Basically they all do this: ALTER TABLE table_name DROP COLUMN column_name; There’s a better way. Set Unused On large tables the process of physically…
May 3, 2013
New versions of Dovetail Agent and Admin are in the works to allow compatibility with Internet Explorer versions 9 and 10. Although there are going to be more reasons to upgrade to the latest version, some Dovetail Agent and Admin users may consider making the older versions they currently use IE9 or IE10 compatible while remaining existing compatibility with IE8 intact. Essentially, the same code should run on all three versions of Internet Explorer, no version detection should be required to modify functionality or appearance. This can be achieved by a set of modifications to the source code and web site configuration. This is a list of things that need to change: Enforce compatibility mode Remove DOCTYPE statements and certain meta tags Add meta tags where needed Change the handling of 'required' property Discontinue the use of 'required'…
February 14, 2013
Are you running a Clarify version prior to Clarify 12.5? Is your Clarify database running on a version earlier than MS SQL Server 2005 or Oracle 10? With the news that MS SQL 2000 will no longer be supported by Microsoft in March, we’ve been receiving a lot of inquiries this month about our Clarify Infrastructure Upgrade Services. While we haven't marketed it as a service in the past, our team has extensive experience upgrading RDBMS Infrastructures for Clarify clients. It’s very common for organizations that have implemented Clarify over the last 20 years to lag behind on the Clarify version they are running and for good reason. Clarify upgrades are costly, time-consuming and the new features are often not the best fit for their business model. If you’re running an older version of Clarify and need to upgrade…