Hi Craig,
I'm not 100% sure this is the problem you are seeing (you might be aware of this already) - but worth a try -
When you define an OO package name (and sub-packages) for your classes, these "project" to SQL Schema names a little differently, so instead of "dots" (.) in your full package name you would have underscores (_) in your schema name.
For example PackageA.PackageB.Class would be PackageA_PackageB.Class - so the schema name would be PackageA_PackageB (and not PackageA.PackageB).
See here for example about this in the Documentation.
- Log in to post comments
.png)
.png)
.png)
.png)