Creating the Tablespace - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Installation

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

A default tablespace and a temporary tablespace are required to create the BIC user and the schema. Complete the following steps.

  1. Create the default tablespace according to the following example.
    CREATE TABLESPACE BIC
        DATAFILE 'bic.dat'
     SIZE 20M AUTOEXTEND ON;
  2. Create the temporary tablespace according to the following example.
    CREATE TEMPORARY TABLESPACE T_BIC
        TEMPFILE 'temp_BIC.dbf'
     SIZE 5M AUTOEXTEND ON;