egarciad
3rd March 2006, 15:59
Hello friends,
Recently I made a reorganization on two tablespaces in my database: I have Oracle 8.1.7.4, with Baan IVc2 in a Solaris 8 server. The reorg was ok. Basically I worked with two tablespaces with a lot of wasted space, to shrink them. The data tablespace and the index tablespaces both had 32 GB and I have them now in 16 GB each.
For this I made a temporary tablespace, move the tables with the command: alter table <table_name> move tablespace <temp_tablespace>;
Droped and recreate tje original tablespace with less space and bring back the tables with the same command.
Similar process for the index tablespace, with the command: alter index <index_name> rebuild tablespace <temp_tablespace>;
The problem now is thar Baan is performing really slow. Closing a project takes more than 30 minutes!! and other process are as well very slow, even in the sales floor, it takes too long to make an invoice.
I wonder if anybody can send me any suggestion about what else should I review in order to get back the performance time we had before the reorganization. According to Oracle support, the process made was ok and there's no reason for the degradation time.
I think there should be some parameter or something with shared memory maybe, that is causing the slow performance.
Any suggestion will be highly apreciated.
Thanks in advance.
Recently I made a reorganization on two tablespaces in my database: I have Oracle 8.1.7.4, with Baan IVc2 in a Solaris 8 server. The reorg was ok. Basically I worked with two tablespaces with a lot of wasted space, to shrink them. The data tablespace and the index tablespaces both had 32 GB and I have them now in 16 GB each.
For this I made a temporary tablespace, move the tables with the command: alter table <table_name> move tablespace <temp_tablespace>;
Droped and recreate tje original tablespace with less space and bring back the tables with the same command.
Similar process for the index tablespace, with the command: alter index <index_name> rebuild tablespace <temp_tablespace>;
The problem now is thar Baan is performing really slow. Closing a project takes more than 30 minutes!! and other process are as well very slow, even in the sales floor, it takes too long to make an invoice.
I wonder if anybody can send me any suggestion about what else should I review in order to get back the performance time we had before the reorganization. According to Oracle support, the process made was ok and there's no reason for the degradation time.
I think there should be some parameter or something with shared memory maybe, that is causing the slow performance.
Any suggestion will be highly apreciated.
Thanks in advance.