![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
"Anurag Varma" <avarmadba.skipthis (AT) yahoo (DOT) com> wrote stop posting same messages in different oracle newsgroups. Its a waste of bandwidth and other people's time. Anurag Sorry. I didn't know which group should I post to for this kind of question. Frankly I was hoping more people can see this as I saw lots of "you don't need temp table" statement but couldn't find any solution for my real need. |
#2
| |||
| |||
|
|
I have a need to create a temp table for a session only. The temp table's structure is not fixed. Thus the current Oracle temp session table won't work. |
#3
| |||
| |||
|
|
"Kin Ng" <kin_ng5 (AT) yahoo (DOT) com> wrote in message news:d5b3f600.0307121142.3465010 (AT) posting (DOT) google.com... I have a need to create a temp table for a session only. The temp table's structure is not fixed. Thus the current Oracle temp session table won't work. Well you can create tables using dynamic SQL but if you don't intend to store this data in permanent tables, then I would have thought that an array (PL/SQL table ) would do you fine. If you do intend to permanently store the data (and if you don't why are you using an RDBMS) then make sure you get an appropriate ER diagram done and the appropriate structure should fall out. |
![]() |
| Thread Tools | |
| Display Modes | |
| |