I want to add a sequence that's publicly available to all users automatically in an Oracle database. I don't want to have to worry about granting permissions to every new user every time they're added.
The reason for the sequence is to ensure a unique value for something written across all schemas.
Is it possible to make a schema object publicly available to all users (and all future users)?