COMPATIBLE.ASM (v$asm_diskgroup. COMPATIBILITY) – The minimum version of the ASM software that can access the disk group. In 11g,
Script to Check Disk group Freespace & Mount Status
SQL Script
set pages 1000 lines 120 col NAME for a16
SQL Script to Find out ASM Disk Details
Here is the SQL script to find out ASM Disk Details.
set pages 10000 lines 250 column path format a55
Direct Method to Create Database Link Without Using TNSnames.ora
Normal method – Using TNSnames service name
This method requires the TNS entry to be added in the TNSnames.ora file as mentioned below.
SQL Script to Check Oracle Logfile Size, Status and Location
This sql script provide you the logfile group, member, path and file size details for a Oracle database.
SQL Query
set pagesize 30 linesize 100 column member format a60 column status format a10 column size_MB format '999,999'
Database Creation using dbca failed with Oracle Net Services configuration failed. The exit code is 1
Error Description:
Database creation using dbca utility failed with following error.