Creating a Tablespace
Create a new tablespace or use the default tablespace.
To create a tablespace, run the following script:
$PSI_HOME/scripts/oracle/createTableSpace.sql
Optionally, you can use the default tablespace instead of creating a new table space. To use the default table space, run the following script instead of the
createTableSpace.sql
script:
fos_psi_ddl_default_ts.sql
In this case, you do not have to run the
fos_psi_ddl.sql
script mentioned in the
Creating a Database Schema topic.