Changes not visible

Mark1970

Member
After compiling a stored procedure with PL/SQL Developer, we've noticed that opening the stored procedure itself by another PC, always using PL/SQL Developer, the changes made are not visible, even after refreshing the Procedures Object. What could it depend on? It seems to depend on flaging the "Add debug information" option but we aren't sure about it.
Thanks!
 
Are you using "Safe compilation" when compiling?

Are you opening the source from a file or directly from the database?

Otherwise this behavior sounds very strange to me. When a procedure is compiled, it is compiled in the database, and when opened from another instance of PLD, the only way the source code can be read by PLD, is from the database??

If a program window with the same is already open, PLD just gives this window focus without refreshing the code, could this be the case?
 
Back
Top