Search notes:

ordinst.sql

ordinst.sql, located under $ORACLE_HOME/ord/admin/ordinst.sql, is the isntall script for ORD components.
This script creates the schemas and grants the privileges that are required to run Oracle Multimedia (de-supported?) and Oracle Spatial.
ordinst.sql must be given the names of the ORDIM and SPATIAL tablespaces:
SQL> @ordinst.sql ordim_ts spatial_ts
Oracle recommends to use the SYSAUX tablespaces:
SQL> @ordinst.sql sysaux sysaux

Index