Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: /*+ NESTED_TABLE_GET_REFS +*/ hint
Thankyou Christian.
rgds
amar
http://amzone.netfirms.com
-----Original Message-----
From: Christian Trassens [mailto:ctrassens_at_yahoo.com]
Sent: Friday, January 18, 2002 2:11 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: /*+ NESTED_TABLE_GET_REFS +*/ hint
Hi,
I don't know if sby answered you, pls don't mind if sby did it so.
It is a hint use it in exports, imports and loaders.
Here I enclose a note that maybe can clarify more about it.
Problem Description
Portion of the SQL AREA that you are seeing:
1,401 7 200.142857 2000-12-22/19:01:10 1,118 1
SELECT
/*+NESTED_TABLE_GET_REFS+*/"RCADMIN"."DELIVERY_ORDERS_TEMP".*
FROM "RCADMIN"."DELIVERY_ORDERS_TEMP"
1,373 7 196.142857 2000-12-22/19:01:21 1,161 1
SELECT /*+NESTED_TABLE_GET_REFS+*/
"RCADMIN"."DELIVERY_ORDER_LINES".* FROM
"RCADMIN"."DELIVERY_ORDER_LINES"
1,361 7 194.4285712000-12-22/19:04:08 1,179 1
SELECT
/*+NESTED_TABLE_GET_REFS+*/"RCADMIN"."SHIPMENT_CONTAINERS".*
FROM "RCADMIN"."SHIPMENT_CONTAINERS"
Solution Description
Explanation
This is also consistent with seeing large amounts of queries with this hint, and that those queries are not reused. If this is a problem for you, try to export at another time of day. If the exports are really long-running or the system load is constant, try to find out what you are using exports for and suggest alternatives (eg. backup and recovery purposes, etc). If this is a DSS system, you probably have a smaller shared pool and use import/export heavily. If so, it might be a good idea to use a bigger shared pool when doing this activity. Received on Sat Jan 19 2002 - 07:31:44 CST