Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: show parameter sort_area ?
It sounds like you're trying to execute/select this from within svrmgrl.
You can/have to use this command from sql*plus - only. In svrmgrl you can
run a query such as this: select value from v$parameter where
name='sort_area';
Hope this helps.
Alex Ivascu
"Ryan Gaffuri" <rgaffuri_at_cox.net> wrote in message
news:1efdad5b.0205291132.a62c5fc_at_posting.google.com...
> I am reading Tom Kyte's book and I see in one of his examples he does
> the following
>
> show parameter sort_area and gets some information back.
>
> I get an error saying that this is an unknown command for both
> parameter and sort area. Im on 8.1.7 Im assuming I have to set
> something up to do use this?
Received on Wed May 29 2002 - 15:10:37 CDT
![]() |
![]() |