Hi Hardy,

Thanks for your help! In fact, whe i leave blank the db.schema property i
can run fresh_install. The problem with the bundle table was due to the way
my database user/schema was created. Now i'm running without problem. 

Attached is the script i use for database user creation, maybe it can help
someone else with the same problem:

CREATE USER DSPACE
  IDENTIFIED BY XXXX
  DEFAULT TABLESPACE DSPACE1
  TEMPORARY TABLESPACE TEMP
  PROFILE ESPECIAL
  ACCOUNT UNLOCK;
  -- 3 Roles for DSPACE 
  GRANT CONNECT TO DSPACE;
  GRANT RESOURCE TO DSPACE;
  ALTER USER DSPACE DEFAULT ROLE ALL;
  -- 1 System Privilege for DSPACE 
  GRANT UNLIMITED TABLESPACE TO DSPACE;



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-release-3-0-with-Oracle-tp4660552p4664831.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
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