ORACLE

How to Check when Database was Last Cloned or Open Resetlog Mode in Oracle 4 (1)

October 17, 2020

How to Check when Database was Last Cloned or open Resetlog Mode in Oracle. If we want to find when was my database cloned last time or when you open…

Loading

📌
0💬 read more

How to Validate Invalid Objects in Oracle 5 (2)

October 14, 2020

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…

Loading

📌
0💬 read more

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

October 13, 2020

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…

Loading

📌
0💬 read more

How to check ASM diskgroup Size in Oracle 4.8 (4)

October 10, 2020

Sometimes we need to fetch ASM diskgroup utilization of the database in Oracle. Below is the SQL query to find ASM diskgroup size in a database which includes Name, Total_GB,…

Loading

📌
4💬 read more

How to check database startup time along with server up time in Oracle. 0 (0)

October 9, 2020

Below is command to check database startup time along with server up time. This is require whenever we perform reboot of database due to patching, change of parameters activities etc….

Loading

📌
0💬 read more

TABLE SHRINKING AND DATA FILE RESIZE in Oracle 5 (1)

September 19, 2020

Step By Step Table Shrinking and Data File Resize in Oracle Due to less budget sometimes the client asks to shrink the mount point space where our datafiles exist and…

Loading

📌
2💬 read more

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

September 8, 2020

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…

Loading

📌
3💬 read more

DATABASE MIGRATION FROM WINDOW SERVER TO LINUX SERVER IN ORACLE 4.7 (24)

September 4, 2020

DATABASE MIGRATION FROM WINDOW SERVER TO LINUX SERVER IN ORACLE In this article, we are going to demonstrate DATABASE MIGRATION FROM WINDOW SERVER TO LINUX SERVER. This is required as part of…

Loading

📌
6💬 read more

DBMS_LOCK.sleep procedure to suspend the session in Oracle 4.6 (21)

August 31, 2020

DBMS_LOCK.sleep procedure to suspend the session in Oracle DBMS_LOCK.sleep procedure suspends the session for a given period of time or specified time in the procedure, it will wait to complete…

Loading

📌
2💬 read more

Step by Step Apply Patch on Oracle Database Home (July 2020) 4.7 (27)

August 27, 2020

Steps to Apply Patch on Oracle Database Home I this article we are going to demonstrate step by Step Apply Patch on Oracle Database Home (July 2020) patch ID 31113348….

Loading

📌
8💬 read more