Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: On Initialisation Parameter.
Thanks Libal,
I am able to get back the init.ora parameter file,
Kamal
-----Original Message-----
From: Libal, Ivo [mailto:ivo.libal_at_knapp-systems.com]
Sent: Wednesday, August 02, 2000 2:35 PM
To: Multiple recipients of list ORACLE-L
Subject: AW: On Initialisation Parameter.
Something like this may help:
select name||' = '||value from v$parameter where isdefault='FALSE' order by 1;
> -----Ursprüngliche Nachricht-----
> Von: Kamalakannan, D (CAP, GCF) [SMTP:D.Kamalakannan_at_gecapital.com]
> Gesendet am: Mittwoch, 2. August 2000 13:54
> An: Multiple recipients of list ORACLE-L
> Betreff: On Initialisation Parameter.
>
> Hi Gurus!
>
> I just want to know whether I can create an initialisation parameter file
> from a running database.
> Thanks in Advance ,
> Kamal
> --
> Author: Kamalakannan, D (CAP, GCF)
> INET: D.Kamalakannan_at_gecapital.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Author: Libal, Ivo INET: ivo.libal_at_knapp-systems.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Aug 02 2000 - 10:49:40 CDT