Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Package decompiled after replace synonym

Guillermo CerdáNov 21 2017 — edited Mar 13 2018

Hello,

I've just did some changes in my plsql packages and I get that some of them are decompiled after the changes. I'll try to explain it:

1- I have a package (PKG1) that call some other packages.

2- I have a synonym for PKG1

3- I created a new package PKG1.1 that call other packages (same packages than PKG1) and a some brand news.

4- I replaced synonym to call new package PKG1.1

5- I get that some "end packages" was decompiled.

The fact is that when I do the "create or replace synonym", PKG1 was in use. My objective doing this is to avoid blocked packages.

Why I get that some packages were decompiled? Maybe is because they were in use when I updated the synonym?

Thank you very much.

This post has been answered by AndrewSayer on Nov 22 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2018
Added on Nov 21 2017
15 comments
988 views