Re: [GENERAL] Global Temp Table

2010-02-25 Thread A. Kretschmer
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

[GENERAL] Global Temp Table

2010-02-25 Thread 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 ?. 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