在 sqlplus 中转储函数或过程的主体
使用 sqlplus 连接到 Oracle 数据库时,如何转储函数或过程的主体?
How can I dump out the body of a function or a procedure when using sqlplus to connect to an oracle database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另一种解决方案是使用dbms_metadata API。
您可以将其用于所有元数据,包括表、索引和约束。
Another solution is to use the dbms_metadata api
You can use this for all metadata including tables, indexes and constraints.
使用:
Use: