Skip to Main Content

Database Software

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!

About synonym of Global Temporary table

1057347Mar 27 2014 — edited Mar 27 2014

Hi All,

1. Can we access data of GTT tablesĀ  without useng synonym and without using harcoded schema name?

2. Can we create synonym for GTT tables ??

if Yes then how oracle access it?

because GTT tables are sesssion specific.

example:

We have

schema namex
procedure namep1
GTT tableg1

we are calling procedure in Y schema .

begin

p1;

end;

Thanks,

This post has been answered by KarK on Mar 27 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2014
Added on Mar 27 2014
3 comments
832 views