From: Matthew H. <mat...@ve...> - 2004-01-05 03:45:07
|
Thanks to everyone who replied to my previous request for help. (Seems I should have read BOTH installation guides thoroughly - sorry!) I have progressed a bit further but still haven't completed the installation so would appreciate more help with these problems please: i) This may be trivial but during the build I get this warning: [echo] Installing CBIL/Util [concat] Warning: Could not find any of the files specified in concat task. Does this warning matter? ii) More importantly I can't get create-db.sh to create the CORE user: SQL> SQL> CREATE USER Core IDENTIFIED BY password1 2 TEMPORARY TABLESPACE TEMP 3 DEFAULT TABLESPACE tablespace1 4 QUOTA UNLIMITED ON TEMP 5 QUOTA UNLIMITED ON tablespace1; CREATE USER Core IDENTIFIED BY password1 * ERROR at line 1: ORA-00959: tablespace 'TABLESPACE1' does not exist Although I had created some tablespaces (gus_core, etc) using the table initialization script 'installguide02.sql' these did not include TABLESPACE1 et al. Should I do something like: create tablespace TABLESPACE1 datafile '/usr/local/Oracle/oradata/gus/TABLESPACE1' size 200M default storage (initial 4M next 1M pctincrease 0); iii) another trivial problem - I don't seem to be able to search the gusdev mail list archives. Is the sourceforge mailarchive search facility working for other people? Thanks, Matthew -- Matthew Hobbs Research Fellow in Bioinformatics Faculty of Veterinary Science Building B19, University of Sydney, NSW 2006, Australia Phone: +61 2 9351 3154 Fax: +61 2 93513957 |