How to empty/delete tokens from the token table in the RSA Tokenization Appliance?
Originally Published: 2012-06-11
Article Number
Applies To
Issue
How to empty and delete all tokens in the RTS Appliance?
Resolution
su - oracle
sqlplus / as sysdba
(It should not prompt for a password at this point, since it is set up to use OS authentication. If it prompts for a password, then make sure you have logged in with "su - oracle" with the spaces around the "-" to make the shell a login shell, which logs in as oracle to get the environment variables set.)
Once connected to Oracle sqlplus:
delete from rtsowner.tscyobj;
commit;
exit;
To check the count:
select count (*) from rtsowner.tscyobj;
https://your-appliance/heartbeat/token_count also displays the number of tokens in the database (see DTSApplianceDocumentation.pdf, p. 38).
Related Articles
RSA Tokenization appliance default administrator certificate expired. ( Self sign cert) 33Number of Views Downloading RSA Authentication Manager license files or RSA Software token seed records 2.44KNumber of Views Details on RSA SecurID tokens and RSA Authentication Manager licenses 1.18KNumber of Views How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device 667Number of Views No license version message when downloading RSA SecurID software tokens from myRSA.com 334Number of Views
Trending Articles
How to recover the Application and AFX after an unexpected database failure in RSA Identity Governance & Lifecycle Troubleshooting AFX Connector issues in RSA Identity Governance & Lifecycle RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?