GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database

 Print  |  
Question:  How to delete an Oracle Applications User?



March 03, 2006 08:13:44 #5
 ram vara prasad   Member Since: Visitor    Total Comments: N/A 

RE: How to delete an Oracle Applications User?
 

tx paa,

         drop user user_name cascade;

           This command really works..

     

 

Back To Question