plsql - How can I open a .sql file as a package file in SQL Developer? -
i have worked pl/sql developer , toad. because of unit testing feature available in sql developer i'm interested in using program instead of other ones. have sort of stupid problem. thing package files stored .sql files , if try open 1 of them sql developer opens sql sheet. there way change view pl/sql view shows debug options , stuff?
if package in .sql
file doesn't exist yet, can execute script sql worksheet (with 'run script' button, or f5).
once package exists can view it; connections pane on left, expand current connection see al object types, expand 'packages' , you'll see package name. double click open package specification; , in connection pane you'll see expand can see body, can double-click view (or there's 'open body' button @ top of specification view). both of gives options execute procedure/function, debug it, or recompile debug, etc.
however, if change package through interface, changes not reflected in .sql
file. have no idea if pl/sql developer or toad link them, far i'm aware there no way in sql developer. sounds .sql
files master @ moment, , presumably under source control, good; you'll need aware of if start making changes package code interface.
Comments
Post a Comment