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
Recovery with logs, then incremental, then more logs?

Recovery with logs, then incremental, then more logs?

2006-04-18       - By Khemmanivanh, Somckit

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


Could there be some buffering of the writes involved here? i.e. The OS
writes to an FS cache and gives the all clear to lgwr but the write
never makes it to disk?


Thanks!
-- --Original Message-- --
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)] On Behalf Of Riyaj Shamsudeen
Sent: Tuesday, April 18, 2006 3:10 PM
To: Allen, Brandon
Cc: oracle-l@(protected)
Subject: Re: Recovery with logs, then incremental, then more logs?

Issuing a commit forces the LGWR to write the log buffer contents to
disk physically, which is a primary mechanism for database consistency.

After the successful write, committed changes are permanent whether
instance crashes or not later. From your error message, I think that
*somehow* log writes are partly successful leading to corruption.

It is scary to have redo log corruption just due to out-of-space
errors..

I don't know much about NFS3 protocol, but is your vendor / file system
in this list ?

http://www.oracle.com/technology/deploy/availability/htdocs/vendors_nfs.
html


Allen, Brandon wrote:
> It is NFS3 - details below:
>
>
> /baan4 ->mount|grep -e mounted -e --- -e baan4db
>   node       mounted        mounted over    vfs       date
options
> -- ----- -- ---- ---- --  -- ---- ---- --  -- --- -- ---- ----
-- ---- ---- --
> gbtnas01 /baan4db         /baan4           nfs3   Feb 12 21:29
rw,bg,hard,intr,rsize=8192,wsize=8192,vers=3,proto=tcp,biods=24
>
>
> Please let me know if you see any problems with the above config.
>
> Thanks,
> Brandon
>
>
> -- --Original Message-- --
> From: Riyaj Shamsudeen [mailto:rshamsud@(protected)]
> Sent: Tuesday, April 18, 2006 12:14 PM
> To: Allen, Brandon
> Cc: Binley Lim; oracle-l@(protected)
> Subject: Re: Recovery with logs, then incremental, then more logs?
>
>
>     What type of file system are you using for your redo log files ?
Is there any special mount options in use ? While I agree with the
solution as point-in-time recovery for online redo log corruption, but
out-of-space error as a cause, does not fit for redo log files.
>
>  
>
> Privileged/Confidential Information may be contained in this message
or attachments hereto. Please advise immediately if you or your employer
do not consent to Internet email for messages of this kind. Opinions,
conclusions and other information in this message that do not relate to
the official business of this company shall be understood as neither
given nor endorsed by it.
>
>
>  


--
http://www.freelists.org/webpage/oracle-l