首页 > 代码库 > Oracle 常用命令总结

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

Oracle 常用命令总结