SQL*Plus Enhancements in Oracle Database 10g(一)
在本地伺服器用作業系統驗證登入時10g 支援 sqlplus / as sysdba
9i 下不支援sqlplus / as sysdba 只支援 sqlplus '/ as sysdba' sqlplus "/ as sysdba"
sv-dev-oracle-01*82*ora9i-/home/oracle>sqlplus / as sysdba
Usage: SQLPLUS [ [
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Jul 9 11:28:59 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
sv-dev-oracle-01*82*ora9i-/home/oracle>sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Jul 9 11:29:07 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
10g 下支援sqlplus / as sysdba . sqlplus ' /as sysdba' . sqlplus "/ as sysdba":
[oracle@localhost ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 9 04:59:37 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-374707/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Tablespace Management Enhancements in Oracle Database 10gOracleDatabase
- Flashback New Features and Enhancements in Oracle Database 10gOracleDatabase
- Wait Event Enhancements in Oracle 10g(zt)AIOracle 10g
- Partitioning Enhancements in Oracle Database 11g Release 1OracleDatabase
- Resource Manager Enhancements in Oracle Database 11g (文件 ID 884082.1)OracleDatabase
- oracle 10g flashback databaseOracle 10gDatabase
- 【OCM】Oracle Database 10g: Performance Tuning(一)OracleDatabaseORM
- 【OCM】Oracle Database 10g: RAC for Administrators(一)OracleDatabase
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- Rename Tablespace in Oracle database 10gOracleDatabase
- Oracle 10g新增DROP DATABASE命令Oracle 10gDatabase
- ORACLE SQL and SQL*PLUS (strong recommend)OracleSQL
- Oracle Database 10g Enhanced wait modelOracleDatabaseAI
- oracle 10g physical standby database creationOracle 10gDatabase
- Oracle 10g Limits - Logical Database LimitsOracle 10gMITDatabase
- Oracle 10g isqlplus start/stopOracle 10gSQL
- SQL*Plus安全(一)SQL
- oracle實驗記錄 (oracle 10G rman transport database)OracleDatabase
- Oracle Database 10g新特性-閃回表OracleDatabase
- DBMS_FILE_TRANSFER Package in Oracle Database 10gPackageOracleDatabase
- 【OCM】Oracle Database 10g: Performance Tuning(二)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(三)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(四)OracleDatabaseORM
- Oracle 10g FLASHBACK DATABASE 實驗記錄Oracle 10gDatabase
- 使用OEM,SQL*Plus,iSQL*Plus 管理Oracle例項SQLOracle
- 【轉載】Oracle 10g 配置isqlplusOracle 10gSQL
- [RAC]ORACLE Database 10g RAC for Administrators學習筆記(一)OracleDatabase筆記
- Oracle Database 10g新特性-回滾監視OracleDatabase
- 安裝oracle 10g EM database controlOracle 10gDatabase
- 《Oracle Database 10g安全性高效設計》OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(二)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(三)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(四)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(五)OracleDatabase
- Transparent Data Encryption (TDE) in Oracle 10g Database Release 2Oracle 10gDatabase
- 【優化】ORACLE set autotrace in SQL*Plus優化OracleSQL
- oracle 10g isqlplus使用初體驗Oracle 10gSQL
- Oracle 11g系列:SQL Plus與PL/SQLOracleSQL