Not logged in : Login |
Upgrade method 2 To upgrade an existing database in-place, make sure you have a proper backup of your existing database before performing the following commands: set echo on; scheduler_interval(0); backup '/dev/null'; -- make sure db is consistent log_enable (2,0); -- copy create table DB.DBA.RDF_IRI_64 (RI_NAME varchar not null primary key, RI_ID IRI_ID_8 not null); insert into DB.DBA.RDF_IRI_64 (RI_ID, RI_NAME) select RI_ID, __iri_name_id_64(RI_NAME) from DB.DBA.RDF_IRI; checkpoint; -- rename drop table DB.DBA.RDF_IRI; alter table DB.DBA.RDF_IRI_64 rename DB.DBA.RDF_IRI; create unique index DB_DBA_RDF_IRI_UNQC_RI_ID on DB.DBA.RDF_IRI (RI_ID); -- set db is upgraded __dbf_set('rdf_rpid64_mode',1); shutdown; Note however that depending on the number of records in the DB.DBA.RDF_IRI table, this can take a long time and will increase the size of your database.
Attributes | Values |
---|---|
type | |
described by | |
name |
|
description |
|
position |
|
is topic of | |
is schema:nextItem of | |
is schema:step of |