connect to the database using SID
Hi all,
let's assume there are no connect string and the only thing we have is ORACLE_SID is running (BTW, it's on Windows 2000). the reason I asked b/c I only have the service and I tried to use Terminal servers to create my database. Any way, in terminal servers, you can not set the environment to the ORACLE_SID b/c it won't resolve the services. Is there any ways for us to create the database using Terminal Services??? obviously, we can't use the connect string b/c the database does not exist yet.
Any thoughts?
Re: connect to the database using SID
Quote:
Originally posted by candyman
Any way, in terminal servers, you can not set the environment to the ORACLE_SID b/c it won't resolve the services.
I just TS into another machine and execute the following
C:\Documents and Settings\oracle>set ORACLE_SID=DALLAS2
C:\Documents and Settings\oracle>sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.2.0 - Production on Wed Oct 1 10:38:38 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL>
..........seems to work ok for me, and yes there are several other Oracle DB's on that box