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 |
why we use cursors
what is grd?
How many packages we have in db
what is the use of recording information about current session?
SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE CAN YOU SEE THAT PRIVILIZES.
how can you record information about current session?
Is it possible to update the multiple field values in a single query? If possible then write the actual query.
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
what is the purpose of catlaog in oracle rman?
Give two examples of referential integrity constraints.
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)