| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: "sqlplus / as sysdba" in 9iR2
meathammer wrote:
> in 9.2.0.4.0:
> -------------
> $ sqlplus / as sysdba
> Usage: SQLPLUS [ [<option>] [<logon>] [<start>] ]
>
> in XE:
> -------
> $ sqlplus / as sysdba
> sys_at_XE>
>
> So "sqlplus / as sysdba" works differently in 9iR2 vs XE.
> Is this the "normal" behavior under 9iR2 ?
>
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. Received on Tue Jun 20 2006 - 10:05:17 CDT
![]() |
![]() |