Apr 2, 2002 #1 saw15 Technical User Joined Jan 24, 2001 Messages 468 Location US How does one compile a single object within an Oracle DB using sqlplus? What is the command? I normally use SQL Navigator... and just lost it. Thanks.
How does one compile a single object within an Oracle DB using sqlplus? What is the command? I normally use SQL Navigator... and just lost it. Thanks.
Apr 2, 2002 #2 Dagon MIS Joined Jan 30, 2002 Messages 2,301 Location GB alter <object> <object_name> compile; Upvote 0 Downvote