From: Steve F. <sfi...@pc...> - 2004-01-05 14:47:34
|
i can answer the first and third question. i'll forward this to our db folks here to entice them to answer the second question. - ignore the warning. - kind of a bummer that sourceforge doesn't offer archive search. we'll have to consider looking for an alternative host eventually. steve Matthew Hobbs wrote: >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 > > > > |