Starting and stopping an Oracle ASM instance for Noncluster Databases

November 24, 2020

Starting and stopping an Oracle ASM instance for Noncluster Databases Oracle database is made up of memory structure, background processes, and database. This memory structure and background processes altogether called…

Loading

📌
0💬 read more

How to find table’s statistics are LOCKED or UNLOCKED in Oracle

November 19, 2020

Find table’s statistics are LOCKED or UNLOCKED in Oracle Table’s statistics is a key role in terms of performance along with the execution plan of SQL’s statements. Here we demonstrate…

Loading

📌
0💬 read more

How to Find Last Successful Login Date in Oracle

November 18, 2020

Find Last Successful Login Date in Oracle Oracle12c new features To find the last successful login date in oracle is now easy to retrieve from supporting version 12c onwards i.e…

Loading

📌
4💬 read more

How to add datafile into tablespace in Oracle

November 7, 2020

Add datafile into tablespace in Oracle Most of the time due to the application’s DML operation, tablespace crosses their threshold. As everyone knows it’s a critical scenario, if we ignore/skipped…

Loading

📌
0💬 read more

Schema Refresh Using EXPDP-IMPDP command

November 6, 2020

Step by Step guide for Schema Refresh using DataPump Utility Oracle Data Pump is a high-speed data movement utility provided by Oracle (10g onwards). It’s an extension to the old…

Loading

📌
2💬 read more

How to check object count of a schema in Oracle

November 5, 2020

To Check the Object count of a Schema in Oracle Oracle object types are user-defined data types that make it possible to shape real-world entities such as customers and supply…

Loading

📌
0💬 read more

How to Check Connected Sessions along with Network Authentication in Oracle

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…

Loading

📌
1💬 read more

What is Cluster and How can we find if a Database is running on Cluster

November 4, 2020

What is Cluster and How can we find if a Database is running on Cluster Oracle Real Application Cluster provides its users to run a single database into multiple servers….

Loading

📌
2💬 read more

Step by Step OPatch upgrade in Oracle

November 1, 2020

Step by Step Utility “OPatch” Upgrade along with Latest Download Binary in Oracle I was applying the October patch on my 12.2.0.1 Oracle home and it got failed with the…

Loading

📌
0💬 read more

How to check table or segments size in a schema in Oracle

October 30, 2020

To check the size of table or segments in a schema in Oracle In an Oracle database, a segment is a set of extents that contains all the data for…

Loading

📌
0💬 read more