DBA Data[Home] [Help]

APPS.ASG_PERF dependencies on V$INSTANCE

Line 57: from v$instance;

53: l_db_instance VARCHAR2(30);
54: BEGIN
55:
56: select instance_name into l_db_instance
57: from v$instance;
58:
59: log('Synch Query Performance Report');
60: log_newline();
61: log('User: ' || g_user_name);