script_74.txt

来自「orale培训教材包括了所有的sql说明和实例」· 文本 代码 · 共 62 行

TXT
62
字号

---------- 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 + =
减小字号Ctrl + -
显示快捷键?