question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ORACLE - error throwing in compile package body doesn't work

See original GitHub issue

System information:

  • Operating system (distribution) and version: Ubuntu 18.04.2 LTS (same behavior on win10)
  • DBeaver version: 6.1.0
  • Java version: openjdk version “1.8.0_212” OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03), OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
  • Additional extensions: none

Connection specification:

  • Database name and version: Oracle 11.2.0.4 (same behavior on oracle 18)
  • Driver name: ojdbc8.jar
  • Do you use tunnels or proxies (SSH, SOCKS, etc): yes, but behavior is same with tunel or without

Describe the problem you’re observing:

If package body has an error, you get a message (in package head error throwing works):

<package_name> compiled successfully

Steps to reproduce, if exist:

There is some example, i made error by typing yyy in package body verso_info (no mather whish error or package, i tried many times on diferent packages)

compile_of_body body_status body_compile_in_sql_line

thanks for any solution

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
majkyyxcommented, Jun 27, 2019

Yeah, i know, this workaround works, but it is realy realy user-unfriendly. You have to reopen editor on every new error.

0reactions
uslsscommented, Mar 23, 2020

fixed in scope of #5453

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQL*Developer 3EA1 - Not Compiling package Body
Just tried from pl/sql node. The package body does not compile from there either. The issue seems to be the size of the...
Read more >
Compile procedure automatically -- how to avoid cascading in...
I can compile and recompile PKG_B's Body as often as I like without affecting PKG_A's state. As long as PKG_B's specification or interface...
Read more >
Invalid Objects - Ask TOM
I have noticed that using Powerbuilder application to access an invalid object does not automatically recompile the object, it gave a ora-20003 error...
Read more >
Automatic recompile of procedure body failed while compiling ...
Hi all, I am getting the error 'automatic recompile of procedure body failed' (Internal error also) while compiling the form.
Read more >
Package Body Compilation Problem - Oracle Communities
- Pasting the PL/SQL text from the editor window into SQL*Plus and compiling produces no errors and the package programs are executable. - ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found