I am a student of Undergraduate studies , and I am facing little problem in granting rights of ownership to a user A to a stored procedure being owned by user B in database
SQL> grant create any procedure to testdb;
This is a command when we want to give create privilege to "testdb" user.