Problem Report: inaccurate warning

ScottMattes

Member³
I opened as edit a package belonging to another schema. I want to debug it, so I removed the schema name from the 'create or replace package' statements in both the spec and body. When I click the Execute button there is a warning that the package belongs to someone else and do I still want to compile it.
 
Yeah, the message is a bit vague. It also appears if you loaded the package code without schema name in it, switch the window connection and do an execute.
It'd be nice if those actions (the one described by ScottMattes and the one I described) had different warning messages and that in both cases the message contained information to what schema/connection that code belonged.
 
Back
Top