I have few SQL scripts which setups the db of an app. have few scripts creating packages which has few references of views, and similarly have scripts for creating views which has references of packages.
Is there a way to separate these two scripts which would then individually create only packages or views respectively.
Or any alternate to work on this.