Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> menu migration
This is a multi-part message in MIME format.
------=_NextPart_000_0042_01C083C9.EF7DFB50 Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hi,
i am trying to migrate a forms3 menu application to forms4.5 and then to =
forms 6.
I have got the menu application in the database and according to the =
documentation i require the menu tables and forms application tables in =
the database. Namely MENU_B_APPL and other menu related tables
and FRM__OBJECT and other forms related tables.
I have all these tables and am able to convert forms3 to forms 4.5 and =
to forms 6.
But am unable to convert the menus to a later version. The error that i =
get is ORA-00942 Table or View does not exist.
select object_name from dba_objects
where object_name like 'MENU%';
The above query returns 61 rows
select object_name from dba_objects
where object_name like 'FRM%';
And this query returns 22 rows.
Am i missing something basic.
Please let me know
novice
you can mail me at novicedba_at_hotmail.com
------=_NextPart_000_0042_01C083C9.EF7DFB50 Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>hi,<BR>i am trying to migrate a forms3 =
menu=20
application to forms4.5 and then to forms 6.<BR>I have got the menu =
application=20
in the database and according to the documentation i require the menu =
tables and=20
forms application tables in the database. Namely MENU_B_APPL and other =
menu=20
related tables<BR>and FRM__OBJECT and other forms related tables.<BR>I =
have all=20
these tables and am able to convert forms3 to forms 4.5 and to forms =
6.<BR>But=20
am unable to convert the menus to a later version. The error that i get =
is=20
ORA-00942 Table or View does not exist.<BR>select object_name from=20
dba_objects<BR>where object_name like 'MENU%';<BR>The above query =
returns 61=20
rows<BR>select object_name from dba_objects<BR>where object_name like=20
'FRM%';<BR>And this query returns 22 rows.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Am i missing something basic.<BR>Please =
let me=20
know</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>novice</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>you can mail me at <A=20
href=3D"mailto:novicedba_at_hotmail.com">novicedba_at_hotmail.com</A></FONT></D=
Received on Sun Jan 21 2001 - 05:18:09 CST