📄 script_74.txt
字号:
---------- svrmgrl.txt ----------
/*
* 范例名称:svrmgrl的基本使用
* 文件名称:svrmgrl.txt
*/
1:
sqlplus
2:
svrmgrl
connect internal;
startup;
shutdown;
shutdown immediate;--立刻shutdown
---------- dbassit.txt ----------
/*
* 范例名称:use dbassit
* 文件名称:dbassit.txt
*/
以oracle 登录
在命令方式
dbassist
--
startx
在rxvt终端窗口
dbassist
[oracle@ij60 oracle]$ svrmgrl
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.7.0.1 - Production
With the Partitioning option
JServer Release 8.1.7.0.1 - Production
SVRMGR> connect internal
Connected.
SVRMGR> startup;
ORACLE instance started.
Total System Global Area 72704160 bytes
Fixed Size 73888 bytes
Variable Size 55681024 bytes
Database Buffers 16777216 bytes
Redo Buffers 172032 bytes
Database mounted.
Database opened.
SVRMGR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -