How to Check Connected Sessions along with Network Authentication in Oracle 5 (3)

How to check Connected Sessions along with Network Authentication in Oracle Here we are going to share SQL code to check connected sessions along with network authentications which show additionally network-related stuff like client connections, client version, client driver, network service banner, etc. In day-by-day usage as a DBA, we have to validate connected sessions,

Loading

Read More

How to Find Total, Free & Utilized values of PROCESSES, SESSIONS & TRANSACTIONS in Oracle 0 (0)

Find Total, Free & Utilized values of PROCESSES, SESSIONS & TRANSACTIONS SQL command for standalone database. Click here to get sample output. SQL command for RAC database. Click here to get sample output. Click here for “How to increase Processes, Sessions and Transactions Initialization Parameters” We always encourage the technical person to visit section SCRIPTS to get

Loading

Read More

How to Validate Invalid Objects in Oracle 5 (2)

How to Validate Invalid Objects in Oracle Whenever we perform such activities like database upgrade, refresh, clone, migration etc. We require to capture invalid objects before /after activities. Below are SQLs to find invalid objects. SQL to find invalid object types which are owned by the owner.  Click here to get sample output. SQL to

Loading

Read More