Oracle Translation Builder [message #102703] |
Wed, 04 September 2002 02:14 |
wasee
Messages: 1 Registered: September 2002
|
Junior Member |
|
|
Hi,
I want to translate .fmb file from elglish to arabic, when try Oracle Translation Builder i receive err Translation builder tables not found can some one tell me the solution or send me Translation builder tables?
Thank ou
Regards/wasee
|
|
|
Re: Oracle Translation Builder [message #103034 is a reply to message #102703] |
Sun, 19 January 2003 21:28 |
takashi
Messages: 1 Registered: January 2003
|
Junior Member |
|
|
If you are using Forms R6i for Windows, go "start" ->"program" -> "Oracle Forms 6i Admin" -> "Build".
You will be requested the password for SYSTEM user of the database you want to build the tables for translation builder(acutally this build other tables for Oracle Developer Products, too).
I hope this will help you a bit.
takashi
|
|
|
Re: Oracle Translation Builder [message #103675 is a reply to message #102703] |
Tue, 17 February 2004 04:56 |
Perry Mourouguessin
Messages: 1 Registered: February 2004
|
Junior Member |
|
|
Hi
Run the below script and try again.
Tx,
Perry
prompt ************************************************************
prompt * This process will install your V3 Translation Builder *
prompt * database tables. *
prompt ************************************************************
prompt
whenever sqlerror continue
REM connect &connect_string
spool %oracle_home%otm60_sql.out
start %oracle_home%toolsdbtab60otm60nxtable.sql
start %oracle_home%toolsdbtab60otm60nxmg.sql
start %oracle_home%toolsdbtab60otm60nxmy.sql
set pagesize 60
set arraysize 10
select * from user_errors where name like 'NX%';
REM EXIT
|
|
|