View Full Version : Problem with running TranslationHub
Roman Pszonka
03-24-2004, 01:04 AM
Hello,
I'm a complete newbie to Oracle and I need to run TranslationHub tool
but I encountered the following problem.
After running this program, it looks OK, but when I try to run any command
from the File menu (like "New project") I got the message:
"No Database hosts available!
Please use the SQL*Net Easy Configuration Wizard to set one up."
I have installed Oracle 9i Personal + 9i Developer Suite (on Windows XP),
however I could not find this Wizard :( I neither found any info about
this on the net, nor in TranslatioHub documentation.
Your help is kindly appreciated.
Best regards,
--
Roman A. Pszonka
e-mail: <mailto:roman.pszonka@go.art.pl>
www: <http://egc2004.go.art.pl> 48th European GO Congress, Tuchola 2004
cekcool
06-06-2004, 07:04 PM
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
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.