Archives for: April 2008, 30

04/30/08

  03:08:17 pm, by Nimble   , 268 words  
Categories: Thoughts, Programming

ORA-06575: Package or function X is in an invalid state

If you go throw a function into Oracle, and it's wrong, e.g. CREATE OR REPLACE FUNCTION Banana IS -- Oops, no return! BEGIN RETURN SUBSTUR('Banana',2,5); -- Oops, misspelled! END; You will get no warnings about this in most tools until it comes… more »