当前位置:主页 > 脚本语言 > Shell >

linux下安装oracle后使用命令行启动的方法 linux启动oracle

时间:2021-07-20 08:54:11 | 栏目:Shell | 点击:

复制代码 代码如下:

#su - oracle
$sqlplus / as sysdba
>startup
>exit
$lsnrctl start
$ps -ef|grep oracle

您可能感兴趣的文章:

相关文章