...
Info |
---|
Use of TablespacesDatabase scripts documented below will create FF, FD and FD_ADMIN schemas with USERS tablespace as default tablespace. You can either change to use different tablespace (update CreateFF.sql, CreateFD.sql) or configure USERS tablespace with appropriate storage configurations. Normal database backup procedures should be followed. The AL32UTF8 character set is a good choice. |
Tipinfo |
---|
You must be in /database/oracle/install folder from extracted zip, launch sqlplus(use full path if not available on PATH environment), login as sys or system and then execute the script. Note - requires running as a user like system or sys with privileges to create users and objects within those schema users |
...