Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

show parameter

user8838095Aug 18 2015 — edited Aug 18 2015

Hello All,

OS : Linux 7

DB : 12c

I created a 12c Database, starting the DB with pfile. When i connected with the DB i want to verify the DB started with pfile but it showing empty value.

Where i need to do the setting to make the value reflect ? I already make the change in oratab file.

SQL> startup pfile='/app/oracle/12.1.0.2/dbs/initPMC.ora';

ORACLE instance started.

Total System Global Area 1048576000 bytes

Fixed Size                  2932336 bytes

Variable Size             910164368 bytes

Database Buffers          130023424 bytes

Redo Buffers                5455872 bytes

Database mounted.

Database opened.

SQL> show parameter pfile;

NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

spfile                               string

SQL>

This post has been answered by Shivananda Rao on Aug 18 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2015
Added on Aug 18 2015
6 comments
895 views