Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Query to re-create ini.ora
Charles Davis wrote:
> Hi, all!
>
> Does anyone have a query that can essentially "re-create" the init.ora file
> showing only the originally specified parm values and exclude default parms?
>
> Thanks.
>
> Charles
SELECT NAME || ' = ' || VALUE FROM V$PARAMETER WHERE ISDEFAULT = FALSE; HTH & YMMV HAND! Received on Sat May 17 2003 - 08:39:20 CDT
![]() |
![]() |