Can i link two database in same machine [message #410379] |
Fri, 26 June 2009 12:46 |
owais_baba
Messages: 289 Registered: March 2008 Location: MUSCAT
|
Senior Member |
|
|
hi all gurus
My Question is this I have a two database in same machine one is oracle database 10gR2 and other is express edition can i make link between two database if yes i have created link like that
CREATE DATABASE LINK XE
CONNECT TO hr IDENTIFIED BY hr
USING 'XE';
SQL>LINKED CREATED
But when i am testing link between two database like
sql>select 'x' from dual@xe;
its giving me error
TNS Listner
When I am going to start listner Manually like
LSNRCTL>START --->
Its giving me error failed to start
if some one have solution regarding this pls solve this problem
thanks
baba
[EDITED by LF: removed superfluous empty lines]
[Updated on: Fri, 26 June 2009 15:52] by Moderator Report message to a moderator
|
|
|
|
|
Re: Can i link two database in same machine [message #411572 is a reply to message #410704] |
Sun, 05 July 2009 09:00 |
owais_baba
Messages: 289 Registered: March 2008 Location: MUSCAT
|
Senior Member |
|
|
yes mr Djmartin I have already defined tns_admin in registry with full path like c:\oracle\product\10.2.0\db_1\network\admin
let me tell both database are working 100% fine and i have also two form builders in same machine one is form6i and other form 10g these are also working fine my problem is link two databases
in same machine one is express 2nd databse 10g
looking forward for answer
thanks
|
|
|
|
|
|
|
|
|
|