oracle for windows使用NFS遠端備份報錯之O/S-Error: (OS 1326) 使用者名稱或密碼不正確

清風艾艾發表於2017-12-19

    測試windows資料庫伺服器版本:windows server 2012R2

    測試windows NFS伺服器版本:windows server 2008R2

    測試oracle資料庫版本:oracle 11.2.0.1

    問題描述:在win2008伺服器上建立共享資料夾,設定共享許可權是everyone有完全控制許可權,在win2012R2上掛載win2008R2的共享資料夾

讓oracle資料庫執行遠端備份即透過NFS方式從windows2012R2備份到遠端機器windows2008R2機器上。當windows 2008R2伺服器與windows

2012R2伺服器的windows密碼不一致(或者是2臺伺服器的administrator的密碼不一致)時,oracle使用nfs進行expdp或者rman遠端備份時報錯:

C:\Users\Administrator>rman target /

恢復管理器: Release 11.2.0.1.0 - Production on 星期二 12月 19 22:18:10 2017

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

連線到目標資料庫: ORCL (DBID=1489232098)

RMAN> backup current controlfile format '\\192.168.49.142\orabak\orcl.ctrl';

啟動 backup 於 19-12月-17
使用通道 ORA_DISK_1
通道 ORA_DISK_1: 正在啟動全部資料檔案備份集
通道 ORA_DISK_1: 正在指定備份集內的資料檔案
備份集內包括當前控制檔案
通道 ORA_DISK_1: 正在啟動段 1 於 19-12月-17
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: backup 命令 (ORA_DISK_1 通道上, 在 12/19/2017 22:19:41 上) 失敗
ORA-19504: 無法建立檔案"\\192.168.49.142\ORABAK\ORCL.CTRL"
ORA-27040: 檔案建立錯誤, 無法建立檔案
OSD-04002: 無法開啟檔案
O/S-Error: (OS 1326) 使用者名稱或密碼不正確。

RMAN>

expdp執行報錯:

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 星期二 12月 19 22:32:03 2017

Copyright (c) 1982, 2010, Oracle.  All rights reserved.
連線到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> create directory zhul as '\\192.168.49.142\orabak';

目錄已建立。

SQL> quit
從 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 斷開

C:\Users\Administrator>expdp \"/ as sysdba\" directory=zhul schemas=scott dumpfile=expdp_scott.dmp logfile=expdp_soctt.log

Export: Release 11.2.0.1.0 - Production on 星期二 12月 19 22:33:27 2017

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

連線到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: 操作無效
ORA-39070: 無法開啟日誌檔案。
ORA-29283: 檔案操作無效
ORA-06512: 在 "SYS.UTL_FILE", line 536
ORA-29283: 檔案操作無效

C:\Users\Administrator>

但是,當兩臺伺服器的windows密碼或者administrator保持一致時,oracle使用nfs進行遠端expdp或者rman備份時可以順利進行。

C:\Users\Administrator>rman target /

恢復管理器: Release 11.2.0.1.0 - Production on 星期二 12月 19 22:40:00 2017

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

連線到目標資料庫: ORCL (DBID=1489232098)

RMAN> backup current controlfile format '\\192.168.49.142\orabak\orcl_ctrl.ora';

啟動 backup 於 19-12月-17
使用目標資料庫控制檔案替代恢復目錄
分配的通道: ORA_DISK_1
通道 ORA_DISK_1: SID=131 裝置型別=DISK
通道 ORA_DISK_1: 正在啟動全部資料檔案備份集
通道 ORA_DISK_1: 正在指定備份集內的資料檔案
備份集內包括當前控制檔案
通道 ORA_DISK_1: 正在啟動段 1 於 19-12月-17
通道 ORA_DISK_1: 已完成段 1 於 19-12月-17
段控制程式碼=\\192.168.49.142\ORABAK\ORCL_CTRL.ORA 標記=TAG20171219T224050 註釋=NONE
通道 ORA_DISK_1: 備份集已完成, 經過時間:00:00:01
完成 backup 於 19-12月-17

RMAN>

C:\Users\Administrator>expdp \"/ as sysdba\" directory=zhul schemas=scott dumpfile=expdp_scott.dmp logfile=expdp_soctt.log

Export: Release 11.2.0.1.0 - Production on 星期二 12月 19 22:41:51 2017

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

連線到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
啟動 "SYS"."SYS_EXPORT_SCHEMA_02":  "/******** AS SYSDBA" directory=zhul schemas=scott dumpfile=expdp_scott.dmp logfile=expdp_soctt.log
正在使用 BLOCKS 方法進行估計...
處理物件型別 SCHEMA_EXPORT/TABLE/TABLE_DATA
使用 BLOCKS 方法的總估計: 192 KB
處理物件型別 SCHEMA_EXPORT/USER
處理物件型別 SCHEMA_EXPORT/SYSTEM_GRANT
處理物件型別 SCHEMA_EXPORT/ROLE_GRANT
處理物件型別 SCHEMA_EXPORT/DEFAULT_ROLE
處理物件型別 SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
處理物件型別 SCHEMA_EXPORT/TABLE/TABLE
處理物件型別 SCHEMA_EXPORT/TABLE/INDEX/INDEX
處理物件型別 SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
處理物件型別 SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
處理物件型別 SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
處理物件型別 SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . 匯出了 "SCOTT"."DEPT"                              5.937 KB       4 行
. . 匯出了 "SCOTT"."EMP"                               8.570 KB      14 行
. . 匯出了 "SCOTT"."SALGRADE"                          5.867 KB       5 行
. . 匯出了 "SCOTT"."BONUS"                                 0 KB       0 行
已成功載入/解除安裝了主表 "SYS"."SYS_EXPORT_SCHEMA_02"
******************************************************************************
SYS.SYS_EXPORT_SCHEMA_02 的轉儲檔案集為:
  \\192.168.49.142\ORABAK\EXPDP_SCOTT.DMP
作業 "SYS"."SYS_EXPORT_SCHEMA_02" 已於 22:42:46 成功完成
C:\Users\Administrator>

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29357786/viewspace-2148916/,如需轉載,請註明出處,否則將追究法律責任。

相關文章