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
Q: Filesystem choice for log_archive_dest

Q: Filesystem choice for log_archive_dest

2005-06-24       - By Radoulov, Dimitre

Reply:     <<     11     12     13     14     15     16     17  

Hi Kevin,
I'm trying to demonstrate the difference of writing/spooling on direct IO vs
cached filesystem(and to understand how exaclty the redo log spooling(huge
amount of data, parallel execution) differ compared to the small data
spooling (and I got the answer from Carel-Jan for that).
It's obvious that as long as the filesystem/SAN controller's cache size and
efficiency is able to hold/flush the amount of data before the cache gets
full and the new data arrives, it will be beneficial to put the log archive
destination on buffered file system (think about 6x10 to 32Mb online redo
logs for small OLTP instance)


> ettest to compare different network configs, maybe

Why network config? SQLNet messages "from client" in this case is the OK for
successful "write" operations(the sqlplus client is running on the database
server host).

> Of course a SELECT * from a small table cached
> in the OS pagecache is going to be exponentially
> faster than physical disk reads.

It's about "writes", not about "reads".


Cheers
Dimitre


-- -- Original Message -- --
From: "Kevin Closson" <kevinc@(protected)>
To: <oracle-l@(protected)>
Sent: Friday, June 24, 2005 5:34 PM
Subject: RE: Q: Filesystem choice for log_archive_dest


> >
>>Just trying to estimate the speed of writing from Oracle
>>instance to different filesystems.
>>
>>1. select * from table with 108127 records,
>
> I'm afraid you've got me confused. You are selecting
> all the rows from a little table to ascertain
> disk write throughput? This would be a good
> ettest to compare different network configs, maybe,
> but is an apples to bicycles comparison with regard
> to archive log spooling.
>
> Of course a SELECT * from a small table cached
> in the OS pagecache is going to be exponentially
> faster than physical disk reads.  We need to get
> beyond that comparison. Memory is indeed faster
> than magnetic media
>
>
> --
> http://www.freelists.org/webpage/oracle-l

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