What version yopur are using??
If you are using Oracle 9i, there is no server manager
You should use somethisng like this
sqlplus /nolog
conn sys/[Email Address Removed] as sysdba
sqlplus /nolog
conn /@db as sysdba -- for this to work your windows user should be in
ORA_DBA windows group
If you set ORACLE_SID enviroment variable you can connect without net
service name, so it would by
conn sys as sysdba
or
conn / as sysdba
Best Regards
Krystian Zieja / mob
> Hi
>
> I want to run a remove jvm script (but that's another story!), and the
> note
> says to use server manager to do it. On a unix box I'd be fine but I'm
> now
> using windows... I've tried SETing the oracle_home and and the
> oracle_sid,
> and also tried to connect like this:
>
> connect internal/[Email Address Removed] (a suggestion from a friend) but I can't
> seem
> to get in.
>
> Any ideas?
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
>
> www.mimesweeper.com
> **********************************************************************
>
>
>
> --------
> website: http://www.LazyDBA.com
> Please don't reply to RTFM questions
> Oracle documentation is here: http://tahiti.oracle.com
> To unsubscribe: see http://www.lazydba.com/unsubscribe.html
> To subscribe: see http://www.lazydba.com
> By using this list you agree to these
> terms:http://www.lazydba.com/legal.html
>
>
Oracle LazyDBA home page