Sunday, February 9, 2014

Important Dynamic Performance View

Some Important Dynamic Performance  View ,

• V$CONTROLFILE: Lists the names of the control files
• V$DATABASE: Contains database information from the control file.
• V$DATAFILE: Contains data file information from the control file
• V$INSTANCE: Displays the state of the current instance
• V$PARAMETER: Lists parameters and values currently in effect for the session
• V$SESSION: Lists session information for each current session
• V$SGA: Contains summary information on the system global area (SGA)
• V$SPPARAMETER: Lists the contents of the SPFILE
• V$TABLESPACE: Displays tablespace information from the control file
• V$THREAD: Contains thread information from the control file
• V$VERSION: Version numbers of core library components in the Oracle server

No comments:

Post a Comment

How to create user in MY SQL

Create  a new MySQL user Account mysql > CREATE USER ' newuser '@'localhost' IDENTIFIED BY ' password '...