Hi ppl.
I installed DSPACE jspui on postgres, and it worked very well. But i need to
make it work with Oracle 9.0.
The installation was Ok, the creation of admin user also goes fine. Creating
Collection and Community fine too. When i create a Item, all item atributtes
return NULL, but all fields are OK in the table METADATAVALUE.

Maybe the problem is with the timestamp type.
If i try to select a row on Oracle Console and the table have a field of the
timestamp type it dont work until i remove the timestamp field from the
select sentence. (select * from ITEM dont work, but select a,b,c FROM item
works, without the LAST_MODIFIED field)

ORA error:
ORA-03115: tipo de dados ou representação de rede não aceita(o)


I tryed to fix it by changing all timestamp fields to DATE in the create
table script. Now i can do a select on tables with date field, but on the
web page, all atributtes of a item return NULL

Please help me!

Thx a lot,

Danilo Azevedo
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to