Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

What is the workflow for a database project?

Paul AbbottDec 5 2023

I don't understand how this is supposed to work. I am writing some PL/SQL packages. Do I

  1. Edit the code in Server Explorer? This works great, but how do I get my changes into the database project so I can check them in to souce control? If I use “generate create script to project”. it creates MYPKGBODY_1.sql instead of updating the existing MYPKGBODY.sql in the project.
  2. Edit the code in the database project? When I do this and hit “run” (there is no “compile” option), it runs the package body and updates the server. But, I get no error messages. The output window always shows “PACKAGE BODY created”, even if I intentionally put an error in the code to make it not compile.

So it seems my choices are edit on the server and manually copy/paste changes into the database project, or edit the database project and get no error messages when updating the server. Both options seem very clumsy.

Comments

Post Details

Added on Dec 5 2023
1 comment
197 views