Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

procedure access from one schema to another

User_ISH63Aug 2 2013 — edited Aug 12 2013

Dear All,

      I have created one procedure in SCOTT schema. just i need to see that same procedure information to TEST schema. how its possible.

if im using SELECT DBMS_METADATA.GET_DDL('PROCEDURE','PROC_NAME','SCOTT') FROM DUAL in scott schema mean i can see that full procedure information,

like wise i need to see in TEST schema mean what command i need to use.

Thanks ALL...

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 9 2013
Added on Aug 2 2013
20 comments
2,382 views