Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: "sqlplus / as sysdba" in 9iR2

Re: "sqlplus / as sysdba" in 9iR2

From: meathammer <googler_at_google.com>
Date: Tue, 20 Jun 2006 11:26:13 -0400
Message-ID: <pan.2006.06.20.15.26.11.906000@google.com>


On Tue, 20 Jun 2006 15:05:17 +0000, Chuck wrote:
> What's XE?
>
> Were these both done on the same o/s? Try...
>
> sqlplus '/ as sysdba'
>
> In unix space is the argument delimted but sqlplus wants the "/ as
> sysdba" to be a single argument so the spaces need to be escaped.

XE is the free "Express Edition"
http://www.oracle.com/technology/products/database/xe/index.html

OS is Linux.

as I experienced and "hpuxrac" pointed out, pre-10g one must do this: $ sqlplus "/ as sysdba" 10g/XE one can just: $ sqlplus / as sysdba Received on Tue Jun 20 2006 - 10:26:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US