Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle - Separate Package spec and Package Body #240

Closed
paulkatich opened this issue May 29, 2019 · 2 comments
Closed

Oracle - Separate Package spec and Package Body #240

paulkatich opened this issue May 29, 2019 · 2 comments

Comments

@paulkatich
Copy link

Can we separate package body and spec in to two files ? This will helps us in limiting our changes with package invalidations. We usually update the business logic in the body but the deployment might invalidate the dependent package if the spec is also deployed along with the package body.

@shantstepanian
Copy link
Contributor

shantstepanian commented May 30, 2019

The package files should be splitting the spec and the body with a //// BODY line . (Let us know if that is not the case for you)

The BODY is treated as a separate change that can be deployed independently of the spec, and vice versa. Would this satisfy what you are aiming for?

To see an example, follow the doc links from here https://goldmansachs.github.io/obevo/oracle-notes.html

@shantstepanian
Copy link
Contributor

Hi, let me know if this helps. I'll close the ticket if so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants