At the database level it isn't your user who is creating the objects - its _SYS_REPO. So its most likely in this case that _SYS_REPO is missing some authorization. For example maybe you are trying to create a procedure in a Schema for which _SYS_REPO doesn't have authorizations. This will primarily happen when you start mixing objects created via the repository with those created directly via SQL. Its impossible to say exactly what is missing without knowing anything about the development object in question.
↧