How to Check the Table space usage in Oracle database An Oracle database consists of one or more logical storage units called TableSpaces, which collectively store all of the database's data. Each TableSpaces in an Oracle database consists of one or more files called datafiles, which are physical structures that conform to the operating … Continue reading Tablespace Utilisation in Oracle SQL
Month: June 2017
GC Time Using jstat
GARBAGE COLLECTION TIME - (using JSTAT) Login to your Linux/Unix Server Enter the below command to get the JAVA PID running on the server. ps –ef|grep –i java From the output take the application JAVA PID. Using jstat command with … Continue reading GC Time Using jstat
JBOSS CLI Operations
The following table lists management CLI operations that are available at the root level (/). The actual available operations for a particular resource will vary per resource and also depend on the operating mode (standalone server or managed domain). Operations are invoked using a colon (:). The available operations for a resource can be exposed … Continue reading JBOSS CLI Operations
Monitoring In JBOSS using CLI
CLI - Command line interface and Monitoring operations through CLI The Command Line Interface (CLI) is a command line management tool for the JBOSS EAP/AS domain or a standalone server. It acts as a command line administration tool for JBOSS. CLI allows a user to connect to the JBOSS domain controller or a standalone … Continue reading Monitoring In JBOSS using CLI