ORA-02778 error

Solved
lami -  
 lami -
Hello,

I have a problem starting the database in Oracle in mount mode. The syntax I use is:

STARTUP NOMOUNT pfile='C:\oracle\product\10.2.0\admin\db1\pfile\init.ora'

but I encounter the following error:

ORA-02778: name giver for the log directory is invalid

What should I do to resolve this problem?

Thanks in advance

Configuration: Windows XP / Safari 534.10

2 answers

  1. jee pee Posted messages 31885 Registration date   Status Moderator Last intervention   9 980
     
    Hi,

    You need to study your init.ora file and verify that all mentioned directory names are correct, that they exist as directories (not files), and that you have write permissions on them.

    Regards

    --
    An stranger is a friend we have not yet met.
    3
  2. lami
     
    I found errors in the paths indicated in the data of the init.ora file
    Now the problem is resolved, thank you :)
    0