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

How to Check Temp Tablespace Usage in Oracle 0 (0)

How to Check Temp Tablespace Usage in Oracle Below is SQL query to find out temporary tablespace utilization of the database. Mountain climber | Exercise Videos & Guides | Bodybuilding.com monster steroids.net Dymatize Elite Casein at Bodybuilding.com: Best Prices for Elite Casein | Bodybuilding.com which includes Tablespace name(Temp tablespace), Total size, Used size, and Free

Loading

Read More

How to increase Processes, Sessions and Transactions Initialization Parameters in Oracle 4.8 (12)

Demonstration on how to increase processes, sessions, and transactions parameters in Oracle. Whenever DB processes are utilized 100% then it’s NOT allowed any new sessions/connections to DB’s instances and we get the below error:ORA-00020: No more process state objects availableORA-20 errors will not be written to the alert log forthe ORA-20 errors. Cause: All process state

Loading

Read More