connect error- urgent [message #67408] |
Thu, 01 July 2004 20:44 |
BhavinShah
Messages: 105 Registered: February 2004
|
Senior Member |
|
|
hi friends,
I have a problem to connect with oracle-9i database.
i have installed d2k as form-4.5,report-2.5 client on windows-98 and oracle 9i personnal-edition on windows-nt. when i am trying to connect oracle-9i server.
i got a following error:
SQL> conn report/report@dwh;
ERROR: ORA-01004: default username feature not supported; logon denied
my tnsnames.ora file for this is following.
DWH.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 172.31.79.235)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 172.31.79.235)
(Port = 1526)
)
)
(CONNECT_DATA = (SID = dwh)
)
)
help as early as possible..
bye..
|
|
|