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: Name of the default DB??

Re: Name of the default DB??

From: <lrako_at_my-deja.com>
Date: Thu, 26 Oct 2000 12:18:28 GMT
Message-ID: <8t97eg$a74$1@nnrp1.deja.com>

Hi,

Check your entries in tnsnames.ora

example:
CRM =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = server)(PORT = 1521))     )
    (CONNECT_DATA =
      (SERVICE_NAME = cbsi)
    )
  )

In that case you provide CRM as DB name.

Regards,

Rako

In article <39F60FA8.D0983AA4_at_axess.com>,   dmany <dmany_at_axess.com> wrote:
> Hi,
>
> I'm unable to login with toad in the oracle default DB. I do with
> sqlplus living the service name blank. But in toad it seems that i
> should provide a database name to be able to login...
>
> Thanks for any help
>
> Dany
> dmany_at_sympatico.ca
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Oct 26 2000 - 07:18:28 CDT

Original text of this message

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