Hi,
I see you have two different tasks at hand:

1) import data and database structures from Access to Oracle
2) convert Access forms to Oracle Forms 6i

You may want to look into Oracle Application Express (APEX); it is a
web-based version of the Forms 6i product AND it has a migration tool for
converting entire Access databases (forms and underlying data structures) in
a simple, step by step process.

APEX is a free add-on of PL/SQL packages and procedures which works with
Oracle 10g. If you use Oracle 11g, it comes built into the standard install
of the product. APEX is not an additional piece of software but a collection
of built-in PL/SQL packages used to augment your database and to allow it to
function as a web-based app server. The entire APEX framework is
downloadable at http://apex.oracle.com; there is a lot of documentation and
how-to instructions with examples there as well.

Otherwise, the only way I see a conversion of Access forms to Oracle 6i is
to manually reproduce functionality and layout screen by screen.

Rich

On Tue, Nov 2, 2010 at 2:41 AM, Rahul <rpchandraseka...@gmail.com> wrote:

> Hi All,
> I have one access databse file(2007).I need to insert the data to
> orcle 10g my application front end is D2k(forms6i).
> Give me some example to insert data through form 6i.
> help me
> Chandru
>
> --
> You received this message because you are subscribed to the Google
> Groups "Oracle PL/SQL" group.
> To post to this group, send email to Oracle-PLSQL@googlegroups.com
> To unsubscribe from this group, send email to
> oracle-plsql-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/Oracle-PLSQL?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to