![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCO unix server performance tuning | forumuser7 | SCO | 0 | 03-22-2006 11:04 AM |
| Performance Tuning | domyalex | UNIX for Dummies Questions & Answers | 1 | 07-15-2005 10:55 AM |
| EXT3 Performance tuning | malcom | Filesystems, Disks and Memory | 3 | 06-14-2005 11:27 PM |
| Performance tuning. | TRUEST | UNIX for Dummies Questions & Answers | 1 | 03-21-2003 02:50 PM |
| oracle performance on solaris 8 | niasdad | UNIX Desktop for Dummies Questions & Answers | 3 | 11-03-2002 12:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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? |
|
||||
|
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 |
|
||||
|
try www.orafaq.org this is not really an Oracle forum and I haven't played DBA for years.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|