Skip to Main Content

SQL Developer for VS Code

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!

Schema is removed from the declaration after compilatiomn

DataProcessingSep 29 2025

Reproducible. The schema name is removed after compiling.

Edit any (Type, Procedure, or Package). Add your schema name to the declaration e.g.

create or replace package SCHEMA.pk\_my\_package  

A successful compilation removes schema name and period replacing with spaces.

This happens with both versions 25.2.2 and 25.1.1

Comments
Post Details
Added on Sep 29 2025
1 comment
57 views