SCRIPTS

Solution for Error ORA-29289 Directory Access Denied in Oracle 5 (1)

November 28, 2020

Error ORA-29289 Directory Access Denied in Oracle Sometimes application users have DIRECTORY details like name of DIRECTORY of a database but not having proper privileges (READ, WRITE) on DIRECTORY and…

Loading

📌
0💬 read more

How to find Privileges on Directory in Oracle 5 (1)

November 27, 2020

Find Privileges on Directory in Oracle Oracle has introduced the concept of DIRECTORY which is a type of object and introduced in Oracle version 8.0. DIRECTORY is a logical structure…

Loading

📌
2💬 read more

ADD-DROP Redo log files in Oracle Database 5 (4)

November 26, 2020

ADD-DROP Redo Log Files In Oracle Database In the real world, we may encounter scenarios where we need to or asked to increase/decrease the size of redo log files as…

Loading

📌
4💬 read more

Starting and stopping an Oracle ASM instance for Noncluster Databases 0 (0)

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 5 (1)

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 5 (1)

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 4.5 (2)

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

How to check object count of a schema in Oracle 5 (1)

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 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…

Loading

📌
1💬 read more

What is Cluster and How can we find if a Database is running on Cluster 4.6 (5)

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