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 is difference between user managed backup and rman backup?
WHEN DOWN TIME WHAT CAN U DO?
now one user in online.now i want drop him..how do u drop him?
which background process invoke at the time of upgradation tell me???
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
what functionality does oracle provide to secure sensitive information?
How can you control the amount of free space in your index pages? : sql server DBA
What are the steps you will take, if you are tasked with securing an SQL Server?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What would you do with an "in-doubt" distributed transaction?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
what do you understand by flashback feature of oracle?
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)