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?



November 11, 2005 04:08:43 #2
 svs_raja   Member Since: November 2005    Total Comments: 1 

RE: How to delete an Oracle Applications User?
 

It can be done two ways:

1. To inactivate/lock by the following navigation:(But not deleted)

Login to Oracle Applications - Select the System Administrator responsibility - Security - User - Define - Query with the user name - then you can give end date in the "Effectives Date To" column.

2. You can delete through backend but it will be conflicted:

(delete the row in FND_USER table )

--

     

 

Back To Question