Can I rename a package,sequence or any other object from my database.
I can do it with tables:
rename old_name to new_name;
But I don't know the way with other objects..
Thanks