Re: Problem with running TranslationHub

From: cekcool <ekchong_at_infopro.com.my>
Date: Sun, 06 Jun 2004 23:04:36 -0400
Message-ID: <1a7449146bc4f2e4aebf483d76d6430a_at_localhost.talkaboutdatabases.com>


go to $ORACLE_HOME\network\admin from your workstation. open tnsnames.ora.
add in the following DB listener info:



<prefered_name>.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
        (ADDRESS = 

(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = <DB Server IP>)
(Port = 1521)
)

    )
    (CONNECT_DATA = (SID = <sid>)
    )
  )

i.e:
test.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
        (ADDRESS = 

(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 192.168.0.110)
(Port = 1521)
)

    )
    (CONNECT_DATA = (SID = orcl)
    )
  )

After you add in this information, the translationhub will knows where your DB is, and how to look for it. The first thing you need to do is: go to file/shecma manager and create shcema for it on the desire DB. (it will create a DB user called hyp_user/hyp_user). After you gone thru these steps, then only you can create/open project.

p/s: translationhub can only work on either 8.6, 8.7 or 9.0.1 version with charset=WE8ISO8859P1

Cheers
cekcool Received on Mon Jun 07 2004 - 05:04:36 CEST

Original text of this message