Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Document 357943.

1 Page 1 of 1

Copyright (c) 2018, Oracle. All rights reserved.

How To Verify That Oracle Locator Is Installed (Doc ID 357943.1)

In this Document

Goal
Solution
References

APPLIES TO:

Oracle Spatial and Graph - Version 9.2.0.1 to 11.2.0.1 [Release 9.2 to 11.2]
Oracle Spatial and Graph - Version 12.1.0.2 to 12.2 [Release 12.1 to 12.2]
Information in this document applies to any platform.
***Checked for relevance on 30-Oct-2014***

GOAL

How to install Locator in an existing database ?

SOLUTION

The installation of Locator depends on the successful and proper installation of Oracle Multimedia/interMedia.

Oracle Multimedia/interMedia is installed and configured with Oracle Database, although you can install Oracle
Multimedia/interMedia manually if necessary, as documented in the Oracle Multimedia User's Guide (Oracle
11g), interMedia User's Guide (Oracle 10g) or the $ORACLE_HOME/ord/im/admin/README.txt (Oracle 9i).

During the installation of Oracle Multimedia/interMedia, Locator is installed.

Note, that the manual installation instructions for Oracle Spatial (like for example outlined in Note:270588.1)
are NOT applicable for Oracle Locator, as the installation scripts for the two products are different.

The following selects can be used to verify if Oracle Locator is installed in a database:

• Oracle 9.2
connected as SYSDBA perform the following select to see whether Oracle Locator is installed:
CONNECT / AS SYSDBA
SET PAGES 999
SELECT COMP_ID, COMP_NAME, STATUS,VERSION
FROM DBA_REGISTRY WHERE COMP_ID IN ('SDO','ORDIM');
SELECT USERNAME FROM DBA_USERS WHERE USERNAME= 'MDSYS';

The output should show something like:


COMP_ID COMP_NAME STATUS VERSION
------- ----------------- ------ ---------
ORDIM Oracle interMedia VALID 9.2.0.7.0
SDO Spatial VALID 9.2.0.7.0

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=smtrv64m7_295... 6/15/2018

You might also like