|
|
不行连不上
SQL> connect sys as sysdba
请输入口令:
已连接。
SQL> shutdown
数据库已经关闭。
已经卸载数据库。
ORACLE 例程已经关闭。
SQL> startup nomount
ORACLE 例程已经启动。
Total System Global Area 130838540 bytes
Fixed Size 282636 bytes
Variable Size 96468992 bytes
Database Buffers 33554432 bytes
Redo Buffers 532480 bytes
SQL> quit
从Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
With the Partitioning option
JServer Release 9.0.1.1.1 - Production中断开
C:\Documents and Settings\myg.MYG>rman
恢复管理器: 版本9.0.1.1.1 - Production
(c) Copyright 2001 Oracle Corporation. All rights reserved.
RMAN>connect target sys/dnmyg@myg as sysdba
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 12/20/2004 13:53:27
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "identifier": expecting one of: "newline,;"
RMAN-01008: the bad identifier was: as
RMAN-01007: at line 1 column 30 file: standard input
RMAN>connect target sys/dnmyg@myg
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 12/20/2004 13:54:33
RMAN-04005: error from target database: ORA-12523: TNS: 监听程序未找到适用于客户
机连接的例程 |
|