简体   繁体   中英

How to deal with PKG in sqldeveloper

Usually I run scripts in sqldeveloper without any effort, but how I can run packages.PKG in databases?

This is "how":

  • copy your package "text" (as far as I understood, it is now in some file on your disk) into SQL Developer
  • click the "Run Script" in the toolbar (or press F9)
  • if everything is OK (ie there are no errors in code), package specification and body will be compiled
    • now you can see it in Object Navigator, under the "Packages" node

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM