DBA Data[Home] [Help]

SYSTEM.AD_CLONE_UTILS dependencies on V$INSTANCE

Line 27: from v$instance

23:
24: if (g_db_version is null) then
25: select version
26: into g_db_version
27: from v$instance
28: where rownum = 1;
29: end if;
30:
31: return(g_db_version);