I'm using Oracle and trying to upgrade from 1.3.2 to 1.4.2.  We've made
no modifications to database schema.  In trying to follow the upgrade
instructions @
http://dspace.cvs.sourceforge.net/*checkout*/dspace/dspace/docs/update.h
tml?revision=1.10&pathrev=MAIN, I get to instruction #8 (For Oracle).
Going into SQLPlus from the ...source/etc/oracle directory, I run
@database_schema_13-14.sql and receive errors;  The user running the
command created the initial Oracle database and thus should have
modification privileges.  Can anyone give me a hint as to where I'm
going wrong here?

SQL> @database_schema_13-14.sql
CREATE SEQUENCE group2group_seq
                *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE SEQUENCE group2groupcache_seq
                *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE SEQUENCE tasklistitem_seq
                *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE TABLE Group2Group
             *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE TABLE Group2GroupCache
             *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE SEQUENCE metadataschemaregistry_seq
                *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE SEQUENCE metadatafieldregistry_seq
                *
ERROR at line 1:
ORA-00955: name is already used by an existing object


CREATE SEQUENCE metadatavalue_seq
                *
ERROR at line 1:
ORA-00955: name is already used by an existing object




Brian A. Helstien, SISD, MLS, 
Director, Special Technologies Initiatives, 
IDM, University Libraries
x06913 
University of Southern California,                   (213) 740-6913 
Los Angeles, California, 90089                     [EMAIL PROTECTED] 
           Information is independent of media or format 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to