![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCO unix server performance tuning | forumuser7 | SCO | 0 | 03-22-2006 08:04 AM |
| Performance Tuning | domyalex | UNIX for Dummies Questions & Answers | 1 | 07-15-2005 07:55 AM |
| EXT3 Performance tuning | malcom | Filesystems, Disks and Memory | 3 | 06-14-2005 08:27 PM |
| Performance tuning. | TRUEST | UNIX for Dummies Questions & Answers | 1 | 03-21-2003 11:50 AM |
| oracle performance on solaris 8 | niasdad | UNIX Desktop for Dummies Questions & Answers | 3 | 11-03-2002 09:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Oracle-performance tuning
Sorry,
This is out of scope of this group.But I require the clarification pretty urgently. My Oracle database is parallely enabled. Still,in a particular table queries do not work "parallely" always. How is this? |
| Forum Sponsor | ||
|
|
|
#3
|
|||
|
|||
|
Do you know about the /*+ parallel */ hint?
If you want to see what the query is doing, try EXPLAIN PLAN or use tkprof on a session with ALTER SESSION SET SQLTRACE TRUE; For small tables joined against larger tables, parallel may not be part of the the possible optimizer choices. Read Tom Kite's: 'Expert One on One ORACLE' or visit his website: http://asktom.oracle.com/pls/ask |
|
#4
|
|||
|
|||
|
Thanks Folks for your suggestions,
The trouble is the same table is running parallely when partitioned on a key. It does not when run as a whole table |
|
#5
|
|||
|
|||
|
try www.orafaq.org this is not really an Oracle forum and I haven't played DBA for years.
|
|
#6
|
|||
|
|||
|
Has the table been analysed lately ???
|
|
#7
|
|||
|
|||
|
Tried Analysing,session is getting expired as the table size is around 200 million
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|