-----Original Message-----Arup,
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Daniel Fink
Sent: Friday, November 07, 2003 4:20 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: Getting Number of Rows in CTAS across DBLinkAny chance there will be an index on the table?
Daniel
"Arup Nanda" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]11/07/2003 12:34 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc:
Subject: Getting Number of Rows in CTAS across DBLink
List,
When I create a table as select * from another table across a dblink, how do I find out how many rows were created in the table? Is there a statistic somewhere, documented or otherwise, that tells me how many rows were fetched?
Currently I am using a rather convoluted approach - using the statistic, bytes received via SQL*Net to dblink, and dividing that by the average row size to get an approximate idea of the number of rows. However, this approximation is far from even reasonably accurate; and since the rowsize can change radically, it can be way off the mark. Any help or pointers will be highly appreciated.
Thanks.
Arup Nanda
Arup,
connot
you use COPY command?
- RE: Getting Number of Rows in CTAS across DBLink DENNIS WILLIAMS
- Re: Getting Number of Rows in CTAS across DBLink M Rafiq
- RE: Getting Number of Rows in CTAS across DBLink Khedr, Waleed
- Re: Getting Number of Rows in CTAS across DBLink Jared . Still
- Re: Getting Number of Rows in CTAS across DBLink Arup Nanda
- Re: Getting Number of Rows in CTAS across DBLink Mladen Gogala
- Re: Getting Number of Rows in CTAS across DBLink Arup Nanda
- Re: Getting Number of Rows in CTAS across DBLink Daniel Fink
- Re: Getting Number of Rows in CTAS across DBLink Jared . Still
- Re: Getting Number of Rows in CTAS across DBLink Stephane Faroult
- Re: Getting Number of Rows in CTAS across DBLink Sami
- Re: Getting Number of Rows in CTAS across DBLink Arup Nanda
- Re: Getting Number of Rows in CTAS across DBLink Arup Nanda
- Re: Getting Number of Rows in CTAS across DBLink Tanel Poder
- Re: Getting Number of Rows in CTAS across DBLink GKatteri
