Thursday, May 2, 2019

How to check oracle database using pfile or spfile on 18c.

Question:How to check oracle database using pfile or spfile on 18c.

Answer: use below query to you will get details.

SQL> show parameter pfile

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string      +DATA/TEST/PARAMETERFILE/spfi
                                                 le.268.1004553457
Database is using spfile.

No comments:

Post a Comment

How can I restore Cassandra snapshots?