sql> declare num_rows integer;
  2  begin
  3  num_rows := dbms_hs_passthrough.execute_immediate@TOSYBS('exec p_mypro');
  4  commit;
  5  end;
  6  /ORA-28500: 连接 ORACLE 到非 Oracle 系统时返回此信息:
[Oracle][ODBC Sybase Wire Protocol driver][SQL Server]Stored procedure 'p_mypro' may be run only in unchained transaction mode. The 'SET CHAINED OFF' command will cause the current session to use unchained transaction mode.
{HY000,NativeErr = 7713}
ORA-06512: 在line 3