General: upgrade ddl's for updating database

remcocats's picture
hi, I like to know if there are ddl's for upgrading 3.0.0 to 3.0.1 or 3.0.2. Or are there tools for creating delta's of two ddl's. We want to update our registry to 3.0.2 because of the content reading problems of remote registry in 3.0.0. best regards, Remco Cats
senakafdo's picture

Re: General: upgrade ddl's for updating database

What is the type of DBMS that you use? Thanks, Senaka.
senakafdo's picture

Re: General: upgrade ddl's for updating database

Hi Remco, Please find the related discussion on our developer list, [1]. [1] http://markmail.org/thread/2ftxyt5ds4kamzm7. Thanks, Senaka.
remcocats's picture

Senaka, I use oracle 10

Senaka, I use oracle 10 database. best regards, Remco
senakafdo's picture

Re: Senaka, I use oracle 10

Hi Remco, A simple diff on the oracle db scripts revealed that the change from 3.0.0 to 3.0.1 is simple. 217c217 < REG_VALUE VARCHAR2(500), --- > REG_VALUE VARCHAR2(1000), Therefore, to upgrade from 3.0.0 to 3.0.1, on oracle you need to run the following SQL (using a client such as SQL Plus). alter table reg_property modify reg_value varchar2(1000); commit; However, there seems to be some new constraints added in 3.0.2, and also some new columns. Please follow the discussion thread (I have mentioned the link in my previous comment), for further updates. Thanks, Senaka.
library project main code
Learn Cloud
Learn
Cloud

The WSO2 Application Server is a reliable application server that can host your enterprise web applications. The WSO2 Application Server as a Service is offered in StratosLive, the WSO2 Platform as a Service. This article explains how a simple web application can be developed and deployed from Carbon Studio to the WSO2 Application Server...

Latest Webinar
Different groups within an organization need to monitor different Key Performance Indicators (KPIs) - An operations team will be interested in the response times of business services and loads of each service,..
Thursday, February 9th 2012, 09.00 AM (PST)

Thursday, February 9th 2012, 10.00 AM (GMT)