Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLPLUS Question - Compile Single Object

Status
Not open for further replies.

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.
 
alter <object> <object_name> compile;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top