Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

aging policy

662800May 12 2009 — edited May 12 2009
how can i define aging policy on any cache group?

my cache group consists of one table only.

I've followed these steps:

Command> call ttaginglruconfig (0.75,0.90,60);
< .7500000, .9000000, 60 >
1 row found.
Command>
Command>
Command> call ttaginglruconfig();
< .7500000, .9000000, 60 >
1 row found.
Command>
Command> call ttagingschedulenow ('tblradiuscdr');
2996: Cannot start aging on table without aging policy
The command failed.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2009
Added on May 12 2009
5 comments
1,630 views