Oracle 常用命令总结

SQLPlus 中的命令:

sqlplus [/nolog]

connect  [name/psw] [as sysdba]

startup

shutdown

create pfile from spfile

create spfile from pfile

show parameter [db_name]or[instance_name]or[service_name]or[domain]

监听中的命令:

lsnrctl [start]or[status]or[stop]

tnsping

原文地址:https://www.cnblogs.com/SpaceOfTime/p/4157121.html