/* * xmlreplicationtables.sql -- Add two columns to xml_replication tables * in Production Metacat * * Created: 07/14/2002 * Author: Jing Tao * Organization: National Center for Ecological Analysis and Synthesis * Copyright: 2000 Regents of the University of California and the * National Center for Ecological Analysis and Synthesis * For Details: http://www.nceas.ucsb.edu/ * File Info: '$Id: modifyxmlaccess.sql 1418 2003-02-25 02:30:39Z tao $' * */ /* * Add tow columns - datareplicate and hub to xml_replication */ ALTER TABLE xml_access ADD (subtreeid VARCHAR2(32), startnodeid NUMBER(20), endnodeid NUMBER(20) );