Re: CTAS question
- From: Yechiel Adar <adar666@xxxxxxxxxxxx>
- Date: Wed, 31 May 2006 10:39:49 +0200
How much time it take to:
Select * from result_table;
This will give you an indication how much time it take to move the data
to the client.
Adar Yechiel
Rechovot, Israel
Allen, Brandon wrote:
Maybe it's taking 7 minutes to return the data to your client over the
network if it's a lot of data and/or you have a slow network connection.
How long does it take if you just spool the output to a file on the
server (set term off)?
Regards,
Brandon Allen
--
http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: CTAS question
- From: Stefan Knecht
- Re: CTAS question
- From: Hemant K Chitale
- References:
- RE: CTAS question
- From: Allen, Brandon
Other related posts:
- » CTAS question
- » RE: CTAS question
- » Re: CTAS question
- » Re: CTAS question
- » Re: CTAS question
- » RE: CTAS question
network if it's a lot of data and/or you have a slow network connection.
How long does it take if you just spool the output to a file on the
server (set term off)?
Regards, Brandon Allen
- Re: CTAS question
- From: Stefan Knecht
- Re: CTAS question
- From: Hemant K Chitale
- RE: CTAS question
- From: Allen, Brandon