Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unkompilierte Objekt nach der Installation #25

Open
ralfflatau1966 opened this issue Aug 14, 2023 · 0 comments
Open

unkompilierte Objekt nach der Installation #25

ralfflatau1966 opened this issue Aug 14, 2023 · 0 comments

Comments

@ralfflatau1966
Copy link

Hallo Jürgen,

bei meinen Tests ist es vorgekommen (jedes Mal), dass Objekte nicht Valid waren. In Deinem Projekt UTL_TEXT verwendest Du in Deinem InstallScript am Ende folgendes Statement, um ein Recompile durchzuführen, vielleicht ist es sinnvoll das oder etwas Ähnliches auch hier eingesetzt werden.

prompt &h1.Recompiling invalid objects
declare
l_invalid_objects binary_integer;
begin
dbms_utility.compile_schema(
schema => user,
compile_all => false);

select count(*)
into l_invalid_objects
from user_objects
where status = 'INVALID';

dbms_output.put_line(l_invalid_objects || ' invalid objects found');
end;
/

mfg.
Ralf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant