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: Starting Oracle from sqlplus on windows.

Re: Starting Oracle from sqlplus on windows.

From: Mark Townsend <markbtownsend_at_home.com>
Date: Thu, 20 Sep 2001 02:05:17 GMT
Message-ID: <B7CE9CED.1456A%markbtownsend@home.com>


in article ubsk6h6h8.fsf_at_verizon.net, Galen Boyer at galenboyer_at_hotpop.com wrote on 9/19/01 5:43 PM:

> I've been trying to figure out how to use sqlplus instead of
> svrmgrl. I can't seem to figure out how to start sqlplus when
> the instance isn't running.

> How do I get a prompt that allows me to
> "CONNECT username/password as SYSDBA" when the instance isn't
> running?

sqlplus /nolog
connect .../... as sysdba

On Windows, create an icon for sqlplus with the /nolog parameter. Call it SQLDBA :-) Received on Wed Sep 19 2001 - 21:05:17 CDT

Original text of this message

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