Home

RSYNC command – sync the data between two directories

Here in this post, I would be giving the basics on the RSYNC command and how to use it effectively to sync the directories/code Introduction I have to sync up the two directories many times on Unix boxes. The simple steps would be to delete the directory from the destination and take a backup of …

RSYNC command – sync the data between two directories Read More »

Sed command

sed command is a powerful Linux command and it is useful in many cases while dealing with data, and inputs in the Unix operating system. In this post, we will be looking at the sed command in the Unix example, the sed replace command, how to delete with sed command and other few cases. Introduction …

Sed command Read More »

How are the histograms generated in Oracle

Histograms are generated in Oracle by using the method_opt parameter in the dbms_stats procedure method_opt syntax FOR ALL [INDEXED | HIDDEN] COLUMNS [size_clause] FOR COLUMNS [column_clause] [size_clause] size_clause is defined as size_clause := SIZE {integer | REPEAT | AUTO | SKEWONLY} column_clause is defined as column_clause := column_name | extension name | extension – integer : …

How are the histograms generated in Oracle Read More »

How to check recycle bin in Oracle: Purge, enable/disable

The concept of a “Recycle Bin” plays a crucial role in data recovery and management. This feature, introduced in Oracle 10g, is akin to the recycle bin in Windows or the trash in macOS, providing a safety net for data that has been deleted. In this article, we will discuss the recycle bin in Oracle, …

How to check recycle bin in Oracle: Purge, enable/disable Read More »

Scroll to Top