size of segments [message #272880] |
Mon, 08 October 2007 02:09 |
tanmoy1048
Messages: 133 Registered: June 2007
|
Senior Member |
|
|
I m using 10gR2 in solaries.
I have two machine x and y. x replicates to y.
Now I got some interesting information like different size of indexes.
SELECT SEGMENT_NAME,BYTES/1024/1024 FROM
USER_SEGMENTS WHERE SEGMENT_TYPE='INDEX'
ORDER BY 2 DESC;
can explan this???
[mod-edit] removed illiterate IM speak.
[Updated on: Mon, 08 October 2007 08:09] by Moderator Report message to a moderator
|
|
|
|
Re: size of segments [message #272913 is a reply to message #272891] |
Mon, 08 October 2007 02:56 |
tanmoy1048
Messages: 133 Registered: June 2007
|
Senior Member |
|
|
Its a third party software named shareplex.
The given query gives different size for indexes and tables like x machine shows more size for same tables. So,is there any problem???
i using 10.2.0.2
[mod-edit] removed more illiterate IM speak.
[Updated on: Tue, 09 October 2007 07:55] by Moderator Report message to a moderator
|
|
|
|
Re: size of segments [message #273067 is a reply to message #272880] |
Tue, 09 October 2007 00:30 |
tanmoy1048
Messages: 133 Registered: June 2007
|
Senior Member |
|
|
I got some differences for Indexes. After rebuilding them,both r same. And I m using shareplex for replication.
Now..what can I do for tables...is there anything like rebuilding???
|
|
|
|
|
|
Re: size of segments [message #273242 is a reply to message #273115] |
Tue, 09 October 2007 12:32 |
OracleDisected
Messages: 25 Registered: September 2007 Location: Mexico
|
Junior Member |
|
|
Yes,
Different ways of loading objects: master database is a transactional, then indexes are constructed adding leafs one by one. What happens if replication or standby applies data in a distinct order that master, index growth will be different. Or when bulk insertion takes place.
the question is: Which is the mechanism that 3rd party software uses for replication?
Regards
[Edit MC: url to poster blog removed. We don't care about your blog in this post. If you have an answer on your site, post a link to this answer. If you don't, post your blog url in Marketplace]
[Updated on: Thu, 11 October 2007 12:39] by Moderator Report message to a moderator
|
|
|