Source changes

greg.mccarty

Member²
I'm having a concept problem.

I connect to a db.
I open a VSS project.
I check out a package body, and make changes.
I recompile.
I check in.

Everythings great, except the package has not changed on the database, just in VSS.

What am I missing??
 
How did you recompile? Note that you must execute the Program Window (F8) to compile. This executes the "create or replace" statement(s).
 
Okay. Right-click --> Recompile merely recompiles the code that is already present in the database. It is only useful if the object was invalidated.
 
Back
Top