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
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
What are the commands used in dcl? : sql server DBA
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
what is the role of dip user in our database?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
Which autogrowth database setting is good? : sql server DBA
Query processing is slow(eg select query)how will u solve that
Why does Oracle not permit the use of PCTUSED with indexes?
Explain materialized views and how they are used.
What is the difference between dropping a database and taking a database offline? : sql server DBA
what do you understand by fine-grained auditing?
how can you connect from 10g user to 11g user??
how can you generate profile of pl/sql applications to identify performance bottlenecks?
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA