SQL> Select isspecified,count(*) from v$spparameter group by isspecified; ? ISSPECIFIED?? COUNT(*) ----------- ---------- FALSE????????????? 225 TRUE??????????????? 34
?
V$SPPARAMETER Description: V$SPPARAMETER displays information about the contents of the server parameter file. If a server parameter file was not used to start the instance, then each row of the view will contain FALSE in the ISSPECIFIED column.