Oracle SYS.AUDSES$
http://blog.csdn.net/tianlesoftware/article/details/7239890
http://py3939.pixnet.net/blog/post/25709196-ora-03135-when-connecting-to-database-[id-404724.1]
Reset AUDSES$ sequence
where sequence_name='AUDSES$';
select AUDSES$.nextval from dual;
alter sequence AUDSES$ maxvalue X;
ALTER SEQUENCE sys.audses$ cache 10000;