| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> ORA-12154: TNS:could not resolve service name
Thanks so much in advance! I don't know what else
to look for or do? Below, please find a lot of info.
Much Appreciated,
Frank Siegel
New Hampshire
--SQL/NET version 2
--ORACLE 7.4
*
SQL> select *
from d_los.load_control_at_los_frank
SQL> /
from d_los.load_control_at_los_frank
*
SQL> connect d_los/password_at_los
Connected.
SQL>
1 select substr(GRANTEE,1,10) Grantee, 2 substr(OWNER,1,12) owner, 3 substr(GRANTOR,1,12) grantor, 4 substr(PRIVILEGE,1,15) privilege, 5 substr(GRANTABLE,1,10) grantable6 from user_tab_privs
PUBLIC D_LOS D_LOS ALTER NO PUBLIC D_LOS D_LOS DELETE NO PUBLIC D_LOS D_LOS INDEX NO PUBLIC D_LOS D_LOS INSERT NO PUBLIC D_LOS D_LOS SELECT NO PUBLIC D_LOS D_LOS UPDATE NO PUBLIC D_LOS D_LOS REFERENCES NO
7 rows selected.
SQL>
SQL> connect d_warehouse/password_at_dataprod Connected.
SQL>
1 select substr(OWNER,1,10) owner, 2 substr(DB_LINK,1,20) db_link, 3 substr(USERNAME,1,15) username, 4 substr(HOST,1,10) host, 5 CREATEd
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 1111.11.111.111)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 111.11.111.111)
(Port = 1526)
)
![]() |
![]() |