Category rman

Migrate to Automatic Storage Management (ASM)

Here’s a quick and simple script to help migrate a database over to Automatic Storage Management (ASM). The script implements the Oracle Documentation found here: You can download the script from GitHub here: [code language=”bash”] #!/bin/bash #=============================================================================================================== #…