All
of the following must be carried out while logged in as a SYSDBA
user.
1.Pre-Requisite
to install
Oracle
Multimedia component.
Decide
which tablespace to use for the Oracle Multimedia users, and which
tablespace to use for the Oracle
Spatial/Oracle
Multimedia Location Services user. Oracle recommends using the SYSAUX
tablespace for all
of
these users.
2.Create
the users and grant the appropriate privileges, as follows:
Call
the script
ordinst.sql
,
with two parameters for the Oracle Multimedia tablespace and the
Oracle
Spatial/Oracle
Multimedia Location Services tablespace:
On
Linux and UNIX:
SQL>
@<ORACLE_HOME>/ord/admin/ordinst.sql SYSAUX SYSAUX
On
Windows:
SQL>
@<ORACLE_HOME>\ord\admin\ordinst.sql SYSAUX SYSAUX
3.Install
the Oracle Multimedia types and packages, as follows:
Call
the script
catim.sql
,
while you are connected as SYSDBA:
On
Linux and UNIX:
SQL>
@<ORACLE_HOME>/ord/im/admin/catim.sql
On
Windows:
SQL>
@<ORACLE_HOME>\ord\im\admin\catim.sql
Now
Oracle Multimedia is ready for use.
4.Verifying an Installed Version of Oracle Multimedia
set
lines 140
col
COMP_NAME format a40
select
comp_name, version, status from dba_registry;
COMP_NAME
VERSION STATUS
----------------------------------------
------------------------------ -----------
Oracle
Database Vault 12.1.0.2.0
VALID
Oracle
Application Express 4.2.5.00.08
VALID
Oracle
Label Security 12.1.0.2.0
VALID
Spatial
12.1.0.2.0 VALID
Oracle
Multimedia 12.1.0.2.0
VALID
Oracle
Text 12.1.0.2.0
VALID
Oracle
Workspace Manager 12.1.0.2.0
VALID
Oracle
XML Database 12.1.0.2.0
VALID
Oracle
Database Catalog Views 12.1.0.2.0
VALID
Oracle
Database Packages and Types 12.1.0.2.0
VALID
JServer
JAVA Virtual Machine 12.1.0.2.0 VALID
Oracle
XDK 12.1.0.2.0
VALID
Oracle
Database Java Packages 12.1.0.2.0
VALID
OLAP
Analytic Workspace 12.1.0.2.0
VALID
Oracle
OLAP API 12.1.0.2.0
VALID
Oracle
Real Application Clusters 12.1.0.2.0
OPTION OFF
16
rows selected.
I hope this article helped you. Your suggestions/feedback are most welcome.
Keep learning... Have a great day!!!