两台机器 windows 下使用sfu 安装nfs服务器.设置好了共享,读写正常.
从一台数据库执行
rman target=/
backup as compressed backupset current controlfile tag="control_archive" format '\\192.168.100.39\test\%d_%T_%s_control' ;
备份集中包括当前控制文件
通道 ORA_DISK_1: 正在启动段 1 于 2009-03-24 09:25:23
通道上, 在 03/24/2009 09:25:48 上) 失败
ORA-19504: 无法创建文件"\\192.168.100.39\TEST\ORCL_20090324_139_CONTROL"
ORA-27040: 文件创建错误, 无法创建文件
OSD-04002: 无法打开文件
O/S-Error: (OS 1326) 登录失败: 未知的用户名或错误密码。
我单独执行
D:\>mount \\192.168.100.39\test x:
x: is now successfully connected to \\192.168.100.39\test
The command completed successfully.
D:\>mount
mount
Local Remote Properties
-------------------------------------------------------------------------------
x: \\192.168.100.39\test UID=500, GID=501
rsize=32768, wsize=32768
mount=hard, timeout=1.6
retry=1, locking=yes
fileaccess=777, lang=GB2312-80
casesensitive=no
读写测试都是正常的.为什么会出现
O/S-Error: (OS 1326) 登录失败: 未知的用户名或错误密码。
提示呢?
我google发现相似的链接:
http://www.itpub.net/thread-478329-1-1.html
我也试着执行
mount -u:administrator \\192.168.100.39\test x:
Password:
Network Error - 1326
Type 'NET HELPMSG 1326' for more information.
试了许多口令,都不行,是否要做什么映射.
执行
NET HELPMSG 1326
提示:
登录失败: 未知的用户名或错误密码。
问题到底在哪来,该如何解决呢?