![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can define user variable in sqlplus using DEFINE keyword. it gets lost from memory with UNDEFINE keyword. is there a way to do the same, ie. free memory, for sqlplus variables declared with VAR(iable) keyword? thanks geos |
#3
| |||
| |||
|
|
is there a way to do the same, ie. free memory, for sqlplus variables declared with VAR(iable) keyword? Not that I know of; why is it of concern? |
#4
| |||
| |||
|
|
ddf wrote: is there a way to do the same, ie. free memory, for sqlplus variables declared with VAR(iable) keyword? Not that I know of; why is it of concern? thanks David. it's just for learning/understanding purposes. cheers, geos |
#5
| |||
| |||
|
|
Goes, while like David I know of no way to free memory held by SQLPlus variables other than closing the session I do know a way to free the PGA memory held by pl/sql collections (pl/sql arrays and type tables) via dbms_session.free_unused_user_memory. This might be of interest to you. |
![]() |
| Thread Tools | |
| Display Modes | |
| |