Re: ora-00439: HERE'S THE ANSWER FOR LINUX [message #53301] |
Wed, 11 September 2002 08:18 |
kwalther
Messages: 9 Registered: April 2002
|
Junior Member |
|
|
If you are using dbca to make a database,
and your version is 9.2.0.1.0 for linux,
rel 2, the archivelog function is
conflicting with the spfile. Either loose
the spfile upon db creation time, or
loose the archivemode. You can add either
one later. That will fix the ora-00439
error. The error I was getting had to do
with some auto-run feature not enabled. I
would turn off the spfile and archivelog
mode and add them after dbca finished.
|
|
|