How to compile a db object loaded from a file?
I can't find any documentation on how to use DB Forge Studio for Oracle to load a package spec and body from a file on my PC and then compile it. It only seems possible to create them from scratch or to edit existing objects.
My team keeps all of our code in a code repository, and as we promote from our development DB to production, we hand over files to be compiled into packages, tables, functions, triggers, etc... How can I take a file, load it into DB forge, and compile/create these objects?