DBA Data[Home] [Help]

SYSTEM.AD_CLONE_UTILS dependencies on AD_GENERIC_TEMP

Line 61: INSERT INTO AD_GENERIC_TEMP(line_sequence, contents)

57: maxlen := length(X_msg);
58: while (i < maxlen+1) loop
59: g_seq_no := g_seq_no + 1;
60:
61: INSERT INTO AD_GENERIC_TEMP(line_sequence, contents)
62: VALUES (g_seq_no, substr(X_msg, i, MAX_LOGSTR_SIZE));
63:
64: i := i + MAX_LOGSTR_SIZE;
65: end loop;