Start Jdeveloper.
1). Start Jdev and select Database developer role.
2). Create either new application or open any existing application.
Create Database Project..
3). Try to create new DB project. Either by click new icon
Or
right click on Application
4). Choose database project.
5). Supply project name and directory location and choose offline Database.
Create offline Database.
Select database project , File New
Database Tier Offline Database Objects Offline Database.
Next create offline DB.
Supply the Name, which can be user friendly.
Supply the Default Schema which must match with the underlying DB schema, for instance
SCOTT, HR, etc.
The resultant file structure looks like below .
Create Offline Objects like Table , View , Trigger etc ..
Create Offline Database table .