Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Creating an Oracle Database Project

You can create a project for an Oracle Database application. In order to do so, the Oracle Solaris Studio installation you are using must include the optional Oracle Instant Client component.

  1. Choose File > New Project.

  2. In the New Project dialog box, select the C/C++/Fortran category and the C/C++ Database Application project. Click Next.

  3. On the Project Name and Location page, you can choose the name and location of the project. Click Next.

  4. On the Master table page, select jdbc:derby://localhost:1527/sample from the Database Connection drop-down list. The IDE connects to the database.

    If there is no database listed under Database Connection, wait a few moments and try again. Derby is a database that is built into JDK 6 and later versions.

    If you would like to create a new database connection, see Creating a New Database Connection.

  5. Select the master table for your project from the Database Table drop-down list.

  6. Use the arrow keys between the Available Columns and Columns to Include lists to select the table columns you want to include in your project.

    image:New Project wizard Master Table page for Oracle Database                             Project
  7. Click Finish.