Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ArcGIS st_point call gets an ORA-28575: unable to open RPC connection to external procedure agent

User_V5FA7Jun 20 2017 — edited Jun 20 2017

Has anyone been able to find a solution to this issue?  Here is the full set of error messages:

select st_point(0,0,0) from dual

       *

ERROR at line 1:

ORA-28575: unable to open RPC connection to external procedure agent

ORA-06512: at "SDE.ST_GEOMETRY_SHAPELIB_PKG", line 12

ORA-06512: at "SDE.ST_POINT", line 181

I edited the $ORACLE_HOME/hs/admin/extproc.ora file.  Here is the contents of the file:

# extproc.ora is used by extproc in the default Oracle configuration.

#

# This is a sample extproc init file that contains a name-value(s) pair which

# is same as the value of ENVS parameter in listener.ora file.

#

# Syntax: SET name=value (environment variable name and value)

#

# When specifying the EXTPROC_DLLS environment variable to restrict the DLLs

# that extproc is allowed to load, you may set EXTPROC_DLLS to one of the

# following values:

#

# * ONLY (maximum security)

#

#   When EXTPROC_DLLS=ONLY:DLL[:DLL], only the specified DLL(s) can be loaded.

#

#   Syntax: SET EXTPROC_DLLS=ONLY:DLL[:DLL]

#

# * NULL (the default value)

#

#   When EXTPROC_DLLS=, only the DLL(s) in $ORACLE_HOME/bin and ORACLE_HOME/lib

#   can be loaded.

#

#   Syntax: SET EXTPROC_DLLS=

#

# * Colon-seperated list of the DLLs

#

#   When EXTPROC_DLLS=DLL[:DLL], the specified DLL(s) and the DLLs in

#   $ORACLE_HOME/bin and ORACLE_HOME/lib can be loaded.

#

#   Syntax: SET EXTPROC_DLLS=DLL:DLL

#

# * ANY

#   When EXTPROC_DLLS=ANY, DLL checking is disabled.

#

#   Syntax: SET EXTPROC_DLLS=ANY

#

SET EXTPROC_DLLS=ONLY:/u01/app/oracle/12c/lib/libst_shapelib.so

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2017
Added on Jun 20 2017
1 comment
574 views