Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how can see my database is in pfile or spfile mode ?

Re: how can see my database is in pfile or spfile mode ?

From: Carlos <miotromailcarlos_at_netscape.net>
Date: 24 Mar 2006 02:33:09 -0800
Message-ID: <1143196389.786961.178670@e56g2000cwe.googlegroups.com>


sql> show parameter spfile

or

sql> select * from V$parameter where name='spfile';

If there is a value there, you are using a spfile.

HTH. Cheers.

Carlos. Received on Fri Mar 24 2006 - 04:33:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US