now one user in online.now i want drop him..how do u drop him?
Answer Posted / kittu
Hi,
First query
select username, sid#, serial from v$session where
username='ur_username';
if rows are get selected, then kill the process, by issuing
following statement:
alter system kill session 'sid, serial#';
after that issue the following statement:
drop user username cascade;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how can you create a user-defined lock?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
how can you connect from 10g user to 11g user??
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What happens on checkpoint? : sql server DBA
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
How to start SQL Server in minimal configuration mode?
when does an alert gets signaled?
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
What is fill factor? : sql server DBA
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?