We are using asynch propogation for one of the master group and using queue table def$_aqcall in system tablespace.
As there is more I/O generated on system tablespace, we want to move que table to other tablespace.
If we stop replication ,create another table in other table space unser same schema with same table defination ,drop original and rename the new table to def_aqcall, Will it effect any thing ?
This is very critical so please help.
5. Connect to Sql*Plus as SYSTEM. Drop the following tables in
the order specified below:
drop table SYSTEM.DEF$_CALLDEST;
drop table SYSTEM.DEF$_DEFAULTDEST;
drop table SYSTEM.DEF$_ERROR;
drop table SYSTEM.DEF$_ORIGIN;
drop table SYSTEM.REPCAT$_REPSCHEMA;
drop table SYSTEM.DEF$_DESTINATION ;
Connected to: Oracle8 Enterprise Edition Release 8.0.3.0.0
- Production
With the Partitioning and Objects options
PL/SQL Release 8.0.3.0.0 - Production
Import file: expdat.dmp > move.dmp
Enter insert buffer size (minimum is 4096) 30720>
Export file created by EXPORT:V08.00.03 via conventional path
List contents of import file only (yes/no): no >
Ignore create error due to object existence (yes/no): no >
Import grants (yes/no): yes >
Import table data (yes/no): yes >
Import entire export file (yes/no): no >
Username: system
Enter table(T) or partition(T:P) names. Null list means all tables for user
Enter table(T) or partition(T:P) name or . if done: def$_destination
Enter table(T) or partition(T:P) name or . if done: def$_calldest
Enter table(T) or partition(T:P) name or . if done: def$_defaultdest
Enter table(T) or partition(T:P) name or . if done: def$_error
Enter table(T) or partition(T:P) name or . if done: def$_origin
Enter table(T) or partition(T:P) name or . if done: repcat$_repschema
Enter table(T) or partition(T:P) name or . if done: .
I am also faced same problem. But I have solved the problem very easily. by default DEF$_AQCALL will reside in system tablespace. This will grow very fast.
just move the table to another tablespace.
frequently you have truncate the table.
If you are not able to do the above things plz let me know I will forward you the commands.
My id is shankar_gk@hotmail.com or kgshangs@yahoo.com
Bookmarks