now one user in online.now i want drop him..how do u drop him?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vikram
Remove from masseger or else tell him logout fom massenger.
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the commands used in dcl? : sql server DBA
how can you process messages in order asynchronously?
what are the benefits of flashback feature?
Is it possible to run 32 bit sql server 2000 on64bit windows platform.if how much memory is available to sql server?
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
what is incremental checkpoint?
what is grd?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Explain the use of setting GLOBAL_NAMES equal to TRUE.
how will you see when the database was started using sql prompt?
Can you redefine a table online?
how do see how much space is used and free in a tablespace
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)