This set of labs guides the user through building a Daycart database using the VCS (Virtual Chemical Stores) contrib tools.
Use vcs_desalt() and vcs_normalize() with appropriate test structures based on the rules in normal_vcs.sql.
Try:
select vcs_desalt('NCC.[Na+]', 0, 0) from dual;
select vcs_normalize('ON(=O)C', 0, 0) from dual;