Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: connecting to oracle database
Search for a file called tnsnames.ora in there you will see the name of your
database.
Below is an extract from a tnsname.ora file;
TESTDB.MSHOME.NET =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = master)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = TESTDB)
)
)
in this case the database name is TESTDB
UserName: system Password: manager Database: TESTDB
"DukeNM" <akshaysalkar_at_joymail.com> wrote in message
news:f987cd53.0110042139.52c364ac_at_posting.google.com...
> [For Developer2000]
> UserName: scott
> Password: tiger
> Database:
>
>
>
>
>
>
>
![]() |
![]() |