在Oracle中,我设置了log_archive_dest1='D:\app\administrator\orcl\archive'
参数并关闭了数据库。当我尝试启动数据库时,出现以下错误:
SQL> startup mount;
ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated
ORA-09291: sksachk: invalid device specified for archive destination
OSD-04018: Unable to access the specified directory or device.
O/S-Error: (OS 3) The system cannot find the path specified.
有没有人对我如何解决这个问题有任何想法?
答案 0 :(得分:3)
您可能需要在目录名称
上添加尾随\即D:\ app \ administrator \ orcl \ archive \
答案 1 :(得分:1)
我从未使用过甲骨文,但有些事情可能会尝试