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: Connect/Internal

Re: Connect/Internal

From: Jeff Hunter <jeffh_at_btitelecom.net>
Date: Tue, 5 Oct 1999 09:58:04 -0400
Message-ID: <37fa0434@defiant.btitelecom.net>

Stealing from the dbshut script, it looks like using sqlplus with a flag is the way to go. (Although dbshut still uses connect internal)

sqlplus /nolog <<EOF
connect internal
shutdown immediate
EOF Kovacs Richard wrote in message <7tcki1$qh0$3_at_goliat.eik.bme.hu>...
>Hi!
>
>I have read somewhere that connect/internal is not going to be supported in
>the later versions of Oracle.
>Maybe this is a stupid question but what should be used then?
>Thanks!
>
>Ritschie
>
>/-----------------------------------------------------------------\
>| CelineHTML | In contention with CelineHTML: |
>| http://celinehtml.dhs.org | krichard@celinehtml.dhs.org |
>\-----------------------------------------------------------------/
Received on Tue Oct 05 1999 - 08:58:04 CDT

Original text of this message

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