ZKX's LAB

怎么跟踪数据库存储过程 怎么查看SQL数据库中的存储过程

2021-04-23知识4

如何能查出一个数据库有多少存储过程? 用sql语句:select text from all_source where name='Your Pro';查看;或者直接打开:Package bodies里的存错过程,用view或edit就看到了.

怎样查找数据库中的所有存储过程 方法一:select `name` from mysql.proc where db='your_db_name' and `type`='PROCEDURE'方法二:show procedure status;

怎么查看数据库存储过程 方法如下:1、展开ManagerDB数据库结点 可编程性->;存储过程2、看图表也可以

#怎么跟踪数据库存储过程

随机阅读

qrcode
访问手机版