Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
disk read and processes

disk read and processes

2006-09-21       - By Alexei_Roudnev

 Back
Reply:     1     2     3     4     5     6  

It is not performance issue. You should not expect better write performance
with software based NFS. Use NAS server with embedded cache storage, if you
want better NFS write performance.

35 MB/s on NFS is EXCELLENT speed.

-- -- Original Message -- --
From: <martin@(protected)>
To: "Ronny Egner" <Ronny.Egner@(protected)>; <suse-oracle@(protected)>
Sent: Thursday, September 21, 2006 1:29 AM
Subject: [SPAM] Re: [suse-oracle] disk read and processes


---- Message from Ronny Egner <Ronny.Egner@(protected)> at 2006-09-21
10:16:58 -- ---
>Hi list,
>
>i am struggling with i/o benchmarking and have a few questions:
>
>Our central NAS system has performance issues with
>nfs on solaris. When writing/reading over a gbit-link we see
>"only" 35 mb/s within a single thread. When adding a second
>thread (or process) the throughput increases - up to 80 mb/s with 4
>threads (or processes).
>
>However when writing data to disk with lets say 4 dbw processes
>we can max out the 80 mb/s. But how does reading from disk relates
>to that ? Lets say we do a full table scan in a single session and
>therefore have to read the whole table - does oracle use more than
>one process (or thread) to do that (remember my problem: one session
>or thread can only read 35 mb/s at maximum speed) ?
>
>--
>
>Mit freundlichen Gr??en
>
>Ronny Egner
>Diplom-Ingenieur (BA)
>

Parallel query (PQ) will do exactly that (split a full table scan in more
parts
and then let multiple processes process the parts in parallel).

Caveat: By using PQ you will optimize a single session but with a higher
total
resource consumption (caused by the need for coordination between the
parallel processes).

Martin Berg

Med venlig hilsen
Martin Berg

mobil: +45 30 35 58 68
email: martin@(protected)
web: www.berg-consult.com




-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
----


> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting