In response to Shameem Ahamed :
> Hi,
>
> I want to create a global temp table in database, which can be
> accessed from any session to the database. Is it possible ?.
No.
>
> I tried with create global temp table , but the table created exist
> only in that specific session. No other session i
Hi,
I want to create a global temp table in database, which can be accessed from
any session to the database. Is it possible ?.
I tried with create global temp table , but the table created exist only in
that specific session. No other session is able to access the table.
How can i sort it out