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 asm?
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 functionality does oracle provide to secure sensitive information?
how can a session indicate its interest in receiving alerts?
How would you determine what sessions are connected and what resources they are waiting for?
What is a correlated sub-query? : sql server DBA
What questions might be they ask in managerial round in capgemini.
I lost one datafile i dont have backup how can you recover that???
What is dbcc? : sql server DBA
How to make a replica of existing oracle server to another server?
what are the performance views in an oracle rac environment?
I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
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)