read network share from oracle on windows
From explorer Archives(\\Machine)(J:)
I have tried several combinations including double and single quotes... Oracle is running as an admin presently in mounted standby mode.
alter system set standby_archive_dest="J:\"
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-16032: parameter STANDBY_ARCHIVE_DEST 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.
I have tried several combinations including double and single quotes... Oracle is running as an admin presently in mounted standby mode.
alter system set standby_archive_dest="J:\"
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-16032: parameter STANDBY_ARCHIVE_DEST 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