Ok, but why it is happening ??? If you haven't changed anything in the code
???? 

Let me give you the details of oracle tables and columns :

Oracle DB Results :
===============

SQL> desc BitstreamFormatRegistry
 Name                                      Null?    Type
 ----------------------------------------- --------
----------------------------
 BITSTREAM_FORMAT_ID                       NOT NULL NUMBER(38)
 MIMETYPE                                           VARCHAR2(256)
 SHORT_DESCRIPTION                                  VARCHAR2(128)
 DESCRIPTION                                        VARCHAR2(2000)
 SUPPORT_LEVEL                                      NUMBER(38)
 INTERNAL                                           NUMBER(1)


SQL> select TABLE_NAME, CONSTRAINT_NAME,CONSTRAINT_TYPE from
user_constraints 
  2  where table_name ='BITSTREAMFORMATREGISTRY';

TABLE_NAME                     CONSTRAINT_NAME                C
------------------------------ ------------------------------ -
BITSTREAMFORMATREGISTRY        SYS_C009441                    P
BITSTREAMFORMATREGISTRY        SYS_C009442                    U


Yes this is a primary key column .

Regards


Abbas







-----
Regards

Qamar Abbas

http://qamarsyed.blogspot.com
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Ant-fresh-install-fails-tp4660499p4660524.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to