Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What SQL query from v$session can you run to show how many
sessions are logged in as a particular user account?

Answer Posted / kishore

select count(*),username from v$session where group by username;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when does an alert gets signaled?

1110


What are the commands used in dcl? : sql server DBA

1129


What is a correlated sub-query? : sql server DBA

1154


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

2505


You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?

2858


What are the commands you'd issue to show the explain plan for "select * from dual"?

2268


Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.

2211


What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?

2453


what is the use of ocr?

1074


What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA

1179


What is the default fill factor value? : sql server DBA

1181


Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

2390


What are the different ways you can create databases in sql server? : sql server DBA

1191


You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?

4478


what is ora 24313?what is the procedure to exclude that error?

2611