Home > Database > Mysql Tutorial > body text

最简单的Oracle启动与停止笔记

WBOY
Release: 2016-06-07 17:45:57
Original
845 people have browsed it

这是我学习oracle的一些简单的笔记,主要是讲到了Oracle启动与停止和我一样初学者的朋友可以参考一下。

这是我学习oracle的一些简单的笔记,主要是讲到了Oracle启动与停止和我一样初学者的朋友可以参考一下。


以oracle登陆LNINMS1。

1.1 启动与停止
以oracle登陆LNINMS1。

1.1.1 启动
bash-3.00$ lsnrctl start

bash-3.00$ sqlplus sys/xxxxxx as sysdba

SQL> startup open

ORACLE instance started.

Total System Global Area 2516582400 bytes

Fixed Size 1980680 bytes

Variable Size 419432184 bytes

Database Buffers 2046820352 bytes

Redo Buffers 48349184 bytes

Database mounted.

Database opened.

SQL>

1.1.2 停止
lsnrctl stop

sqlplus sys/xxxxxx as sysdba

>SHUTDOWN IMMEDIATE

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!