oracle error compilation line
SELECT to_char(a.LINE) || ' - ' || a.TEXT ERROR
FROM ALL_SOURCE a,
ALL_ERRORS b
WHERE a.NAME = 'object_name'
AND a.NAME = b.NAME
AND a.TYPE = b.TYPE
AND a.LINE = b.LINE
ORDER BY a.NAME, a.LINE;
oracle error compilation line
SELECT to_char(a.LINE) || ' - ' || a.TEXT ERROR
FROM ALL_SOURCE a,
ALL_ERRORS b
WHERE a.NAME = 'object_name'
AND a.NAME = b.NAME
AND a.TYPE = b.TYPE
AND a.LINE = b.LINE
ORDER BY a.NAME, a.LINE;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us