log in as sys and issue:
create pfile from spfile;
then you will get most updated INIT<SID>.ORA file.
acton
Main Topics
Browse All TopicsHi
I created a database using dbca. but when I looked at \oracle\admin\stand\pfile.
I am wondering that pfile's name suppose to be initstand.ora but I found some different name like-->
init.ora5272006132248 and type= 5272006132248file.
what does that mean and I am not able to see any parameter regarding log_archive_start or any thing for log%?
Any help would be appreciated
Thank in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks actonwang.
I checked <oracle home>\database\INIT<SID>.O
but when I issued this
SQL> CREATE PFILE='/oracle/admin/stand
2 FROM SPFILE='/oracle/admin/stan
CREATE PFILE='/oracle/admin/stand
*
ERROR at line 1:
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
I got this error message.
As per Part Number A96629-01, I want to configure DG BROKER, I need to perform this task---
Before starting the Oracle instance, add the DG_BROKER_START=TRUE record to the initialization parameter file.
After starting the Oracle instance, set DG_BROKER_START=TRUE using the SQL ALTER SYSTEM statement.
But here if I am not able to see parameters how could be it possible to perform this--
Before starting the Oracle instance, add the DG_BROKER_START=TRUE record to the initialization parameter file.
Thanks in advance.
>>SQL> CREATE PFILE='/oracle/admin/stand
2 FROM SPFILE='/oracle/admin/stan
you only need to issue:
CREATE PFILE='/oracle/admin/stand
FROM SPFILE;
if you start the instance using spfile.
then make chane to stand_init.ora restart and start up the server by:
startup pfile='/oracle/admin/stand
you might want to apply those changes to spfile by issue:
create spfile from pfile='/oracle/admin/stand
if it looks ok.
Business Accounts
Answer for Membership
by: actonwangPosted on 2006-06-29 at 13:30:58ID: 17013255
by default, it will use spfile, the corresponding pfile is located in:
RA
<oracle home>\database\INIT<SID>.O