?? 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -