Oracle实用命令 Posted on 2012/11/29 by neohope — No Comments ↓ 1、tns命令台 lsnrctl 2、检查tns是否可用 tnsping 3、查询SQL历史记录 select * from v$sql where parsing_schema_name='USERID' order by last_active_time desc 4、查询所有配置 show parameter Share the post "Oracle实用命令" FacebookTwitterShare…