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 Binley Lim

Reply:     <<     11     12     13  

Don't know about EMC specifics, but Netapp has a snapshot feature where you
are using up additional disk-space each time you do a DML. The original
block is "frozen" (contains the snapshot point-in-time), and the copy of the
block with the modified data is written out. So now you have 2 blocks
instead of one. As you make more changes, you will take up more space.

Fact that you got the no-space-left error when writing to the online redo
log sounds suspiciously like the same sort of problem, ie a redo write is
actually requiring more space. If this is a snapshot issue, keeping to 10%
free will of course avoid this problem. Better still, switch off
snapshotting.

Also it appears you have put the redologs on the same volume as the
archivelogs. I would prefer to keep them separate, like internal/DAS disks,
for these and other reasons vendors don't tell you about. And for
performance reasons, also look at increasing rsize/wsize - and EMC should
have recommendations on that.

-- -- Original Message -- --
From: "Allen, Brandon" <Brandon.Allen@(protected)>
To: "Riyaj Shamsudeen" <rshamsud@(protected)>
Cc: <oracle-l@(protected)>
Sent: Wednesday, April 19, 2006 10:25 AM
Subject: RE: Recovery with logs, then incremental, then more logs?


> Yep, it's an EMC.  My Unix admin just told me earlier today that EMC told
him that they recommend keeping the filesystems below 90% full to avoid any
problems.  I had never heard anything like that before - anyone else?  This
is a 500GB filesystem, so to keep it below 90% we're talking about wasting
50GB.  Not the end of the world, I know, but certainly not ideal and I can't
believe that this would actually be a requirement for stability.
>
>
> -- --Original Message-- --
> From: Riyaj Shamsudeen [mailto:rshamsud@(protected)]
>
>
> 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


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