Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
10.2 NFS mount points

10.2 NFS mount points

2006-01-31       - By Leroy Kemnitz

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Sorry.

It is a hot full backup from Oracle using Rman.  The mount is an export
from another AIX server(cdr3) 5.2.0.0 Ml to this server(cdr1) 5.3.0.0.3
ML.  The error is:

input archive log thread=1 sequence=9887 recid=5598 stamp=581098362
channel ORA_DISK_1: starting piece 1 at 30-JAN-06
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 01/30/2006 16:12:46
ORA-19504 (See ORA-19504.ora-code.com): failed to create file "/backup/devoisA/DEVOISAx_1940_1_skha5mrs_1_1
.bak"
ORA-27054 (See ORA-27054.ora-code.com): NFS file system where the file is created or resides is not mounted
with correct options
Additional information: 6



Recovery Manager complete.

Mount command shows me this -

cdr3.uwsa.edu /backup          /backup          nfs3   Jan 31 07:51
rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768,vers=3


L.


Kevin Closson wrote:

> >>>I installed 10.2.0.1 64-bit AIX software on my Unix test
>  
>
>>>>server and upgraded my databases.  Now my backups don't work
>>>>since they are going to an NFS mounted file system.
>>>>        
>>>>
>
>
>you don't say much about what kind of backup this is
>or how it is failing or what the NFS is (NAS or just some
>NFS mount from another AIX server), and you don't provide
>the full NFS mount options either ...
>
>
> This is
>  
>
>>>>a  'feature' of 10.2.  Oracle is enforcing the mount to be
>>>>mounted with parms - hard, rsize>=32768,
>>>>wsize>=32768.  I did this but it still doesn't work.  Anyone
>>>>else have
>>>>any suggestions?  Oracle has been no help so far.
>>>>
>>>>--
>>>>http://www.freelists.org/webpage/oracle-l
>>>>
>>>>
>>>>
>>>>        
>>>>
>--
>http://www.freelists.org/webpage/oracle-l
>
>
>
>  
>

--
LeRoy Kemnitz
UW System Administration
Database Administrator
780 Regent Street, #246
Madison, WI 53714
Phone: (608) 265 -5775
Fax: (608) 265 - 2090


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
 <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry.<br>
<br>
It is a hot full backup from Oracle using Rman.&nbsp; The mount is an export
from another AIX server(cdr3) 5.2.0.0 Ml to this server(cdr1) 5.3.0.0.3
ML.&nbsp; The error is:<br>
<br>
<pre wrap="">input archive log thread=1 sequence=9887 recid=5598 stamp=581098362
channel ORA_DISK_1: starting piece 1 at 30-JAN-06
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 01/30/2006 16:12:46
ORA-19504 (See ORA-19504.ora-code.com): failed to create file "/backup/devoisA/DEVOISAx_1940_1_skha5mrs_1_1
.bak"
ORA-27054 (See ORA-27054.ora-code.com): NFS file system where the file is created or resides is not mounted
with correct options
Additional information: 6



Recovery Manager complete.</pre>
Mount command shows me this -<br>
<br>
cdr3.uwsa.edu /backup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/backup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs3&nbsp;&nbsp;
Jan 31 07:51
rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768,vers=3<br>
<br>
<br>
L.<br>
<br>
<br>
Kevin Closson wrote:<br>
<blockquote
cite="mid5D2570CAFC98974F9B6A759D1C74BAD03FDAA8@(protected)"
type="cite">
 <pre wrap=""> &gt;&gt;&gt;I installed 10.2.0.1 64-bit AIX software on my Unix
test
 </pre>
 <blockquote type="cite">
   <blockquote type="cite">
     <blockquote type="cite">
       <pre wrap="">server and upgraded my databases.  Now my backups don't
work
since they are going to an NFS mounted file system.
       </pre>
     </blockquote>
   </blockquote>
 </blockquote>
 <pre wrap=""><!---->

you don't say much about what kind of backup this is
or how it is failing or what the NFS is (NAS or just some
NFS mount from another AIX server), and you don't provide
the full NFS mount options either ...


This is
 </pre>
 <blockquote type="cite">
   <blockquote type="cite">
     <blockquote type="cite">
       <pre wrap="">a  'feature' of 10.2.  Oracle is enforcing the mount to be
mounted with parms - hard, rsize&gt;=32768,
wsize&gt;=32768.  I did this but it still doesn't work.  Anyone
else have
any suggestions?  Oracle has been no help so far.

--
<a class="moz-txt-link-freetext" href="http://www.freelists.org/webpage/oracle
-l">http://www.freelists.org/webpage/oracle-l</a>



       </pre>
     </blockquote>
   </blockquote>
 </blockquote>
 <pre wrap=""><!---->--
<a class="moz-txt-link-freetext" href="http://www.freelists.org/webpage/oracle
-l">http://www.freelists.org/webpage/oracle-l</a>



 </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
LeRoy Kemnitz
UW System Administration
Database Administrator
780 Regent Street, #246
Madison, WI 53714
Phone: (608) 265 -5775
Fax: (608) 265 - 2090</pre>
</body>
</html>