当前位置:网站首页>Linux上oracle和mysql的启动,关闭,重启
Linux上oracle和mysql的启动,关闭,重启
2022-06-25 06:42:00 【旺财2】
oracle操作
启动:
进入oracle用户:
su oracle
查看oracle监听状态:
lsnrctl status
执行启动监听,通过命令:
lsnrctl start
登录oracle:
sqlplus / as sysdba
启动oracle实例:
startup open
关闭:
登录oracle,关闭实例:
shutdown immediate;
exit
关闭监听:
lsnrctl stop
重启:
SQL> shutdown immediate
SQL> startup open
mysql操作
启动
service mysqld start
关闭
service mysqld stop
边栏推荐
猜你喜欢
剑指 Offer II 027. 回文链表
CAN透传云网关CANIOT,CANDTU记录CAN报文远程收发CAN数据
How to use printf of 51 single chip microcomputer
Find out what informatization is, and let enterprises embark on the right path of transformation and upgrading
Insert and sort the linked list [dummy unified operation + broken chain core - passive node]
Fairmot yolov5s to onnx
微信小程序开通客服消息功能开发
Modular programming of digital light intensity sensor module gy-30 (main chip bh1750fvi) controlled by single chip microcomputer (under continuous updating)
VectorDraw Developer Framework 10.10
realsense d455 semantic_slam实现语义八叉树建图
随机推荐
Modular programming of LCD1602 LCD controlled by single chip microcomputer
Requirements for Power PCB circuit board design 2021-11-09
LeetCode_哈希表_中等_454.四数相加 II
NSIS silent installation vs2013 runtime
SCM Project Training
PCB board design - automatic layout 2021-10-15
基于激光雷达的林业调查常用术语及含义锦集
C#控件刷新
How much do you know about electronic components on PCB?
基于Anaconda的模块安装与注意事项
How to use printf of 51 single chip microcomputer
Collection of common terms and meanings in forestry investigation based on lidar
Atlassian confluence漏洞分析合集
WinForm实现窗口始终在顶层
OpenCV每日函数 结构分析和形状描述符(8) fitLine函数 拟合直线
基于地面点稀少的LiDAR点云的茂密森林蓄积量估算
Terms and concepts related to authority and authentication system
Can I open a stock account with a compass? Is it safe?
C reads XML on the web
【深度学习 轻量型backbone】2022 EdgeViTs CVPR