Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: save sqlplus conf in a variable
Sunil wrote:
>>you can save >>ALL of your sqlplus settings to a sql script file and then reset them at a >>later point. There is an example of this (and a lot more useful stuff >>besides) at www.ixora.com.au/scripts (you will find the sqlplus settings >>ones under prerequisites).
No. From the sounds of what you are writing you shouldn't be writing scripts but rather procedures. If you want to store values ... store them in a table and query them back into memory when the proc is run.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Thu Jan 08 2004 - 10:39:47 CST
![]() |
![]() |