Skip to Main Content

SQL Developer

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!

[BUG] SQL Developer 18.1 - 18.2 not refreshing package spec & body content without refreshing packag

YevonJul 23 2018 — edited Jul 25 2018

Recently I came across with very dangerous behaviour when developing on a team, because sqldeveloper is not refreshing package spec & body without the need to refresh package list.

Example:

  1. User A opens a package, then user B opens same package.
  2. User B makes some changes and compiles the package.
  3. After that, user A closes the package and opens it again.
  4. User A can't see user B changes.
  5. User A must press refresh package list to see user's B changes:

pastedImage_0.png

That behaviour is very dangerous, as we can loose changes by accident. Also it would be nice to add the capability to sqldeveloper to warn you when other session made changes to the object definition after you opened it, as it does with tables data.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 22 2018
Added on Jul 23 2018
10 comments
655 views