Home » Page 10

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 »

Useful adop (AD online patching ) Patching commands

AD online patching is a new feature in EBS R12.2. We have a different command line than adpatch for that feature. Here in this article, I have given a very common and useful  31 adop patching commands line for R12.2 Get examples of adop commands adop -examples Get help with the command line option for …

Useful adop (AD online patching ) Patching commands Read More »

Scroll to Top