How Oracle implements the import and export of functions, packages, stored procedures

Source: Internet
Author: User

The recommendation can be checked with a regular check: Data dictionary information/EXP export structure check

1. Check

SELECT * from All_source t WHERE t.owner = ' to query user ' and T.type = ' Package BODY '

SELECT * from user_source where type = ' package '

2.EXP structure. The check method is as follows:

http://blog.csdn.net/ideality_hunter/article/details/52087012

How does Oracle export function and procedure, functions and stored procedures?

1 export to DMP format by using exp in CMD.

2 Export to SQL format using the Tools->export user objects of the Plsql tool. The status is changed from red to black, indicating that the export was successful.

Be careful not to export owner, storage, privilege, and so on.

3. Encryption of stored procedures is also possible. The documentation is as follows:

Http://www.cnblogs.com/matrixworld/p/5446254.html

How Oracle implements the import and export of functions, packages, stored procedures

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.