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 spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
What column differentiates the V$ views to the GV$ views and how?
How will u copy the objects of one schema to another schema in datapump & export/import?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What are the commands used in dcl? : sql server DBA
What is transparent data encryption? : sql server DBA
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
what is asm?
Explain the use of setting GLOBAL_NAMES equal to TRUE.
what is difference between user managed backup and rman backup?
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
Oracle (3253)
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)