Oracle Forms 10g - Lesson 2
In this video you will learn how to create simple form in Oracle Forms 10g
in this tutorial we are going to learn, how to create a simple form using oracle form wizard
we are going to connect this with oracle database and perform some minor data manipulation.
steps are as below
In this video you will learn how to create simple form in Oracle Forms 10g
in this tutorial we are going to learn, how to create a simple form using oracle form wizard
we are going to connect this with oracle database and perform some minor data manipulation.
steps are as below
- open oracle form developer
- connect to database using user/passowrod@tnsstring (for example scott/tiger@orcl)
- keep in mind that TNS should be configure before this
- create new form (it may there by default)
- click on database block and click create (+) button from left
- if it is not connected oracle form will ask user/passoword
- if it is connected it will show a window, select appropriate table
- click next to complete block wizard
- then it will start canvas wizard (which is for display item and data)
- follow the instruction
- bravo! you have created the form
- you can run it on browser using the run button from tool bar
- remember OC4J should be started first before running this
0 Comments