Home > Database > Mysql Tutorial > Oracle中利用plsql developer导出导入存储过程

Oracle中利用plsql developer导出导入存储过程

WBOY
Release: 2016-06-07 17:58:09
Original
2228 people have browsed it

导出存储过程 登陆工具导出用户对象选取需要导出的存储过程导出 保存格式为.sql。当然利用该种方法也可以导出表,其实导出的是建表的语句,所以格式是.sql而不是.dmp。 导入存储过程 需要导入的用户登录工具导入表SQL导入导入

导出存储过程

登陆—>工具—>导出用户对象—>选取需要导出的存储过程—>导出

保存格式为.sql。当然利用该种方法也可以导出表,其实导出的是建表的语句,所以格式是.sql而不是.dmp。

导入存储过程

需要导入的用户登录—>工具—>导入表—>SQL导入—>导入
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template