|
From: Jian Lu <jl...@vb...> - 2005-06-27 19:17:56
|
I ran installation again under apache-ant 1.6.5. It went through for
schema installation. I had the following error:
[InstallSchema] INFO: Writing Database
BUILD FAILED
/home/brcgusts/GUS/project_home/install/build.xml:28: The following
error occurred while executing this line:
/home/brcgusts/GUS/project_home/GUS/build.xml:92: java.io.IOException:
Error executing SQL: '
ALTER USER PROT QUOTA UNLIMITED ON GUS' Error: ORA-00959: tablespace
'GUS' does not exist
It sounds like looking for tablespace called GUS which defined within
gus.config file:
# Username, group, and project info from the relevant Core tables
userName=$ENV{USER}
group=dba
project=GUS
tablespace=GUS
My question: does GUS 3.5 uses only one tablespace called GUS? As I
know, GUS 3.0 has at least 12 tablespaces. Please clarify it. Thanks.
|