The following RPCs are processed by DirectConnect for Oracle:
sp_addservice
sp_columns
sp_configure
sp_dropservice
sp_ps
sp_shutdown
sp_statistics
sp_stored_procedures
sp_tables
sp_terminate
sp_traceon
sp_traceoff
sp_who
When executing stored procedures from within ASE, use
the following syntax:
server_name... sp_proc-name
When executing stored procedures from the DirectConnect for Oracle, the stored procedure must be executed with the exec syntax as follows:
exec sp_proc-name