Database Administration (MOSC)

MOSC Banner

What is the Diana_version$ table specifically for?

edited May 15, 2017 12:48PM in Database Administration (MOSC) 3 commentsAnswered

Hello,

There are times when compiling Oracle Forms that the following error is created - “FRM-30085: Unable to adjust form for output.”.

In searching that error message,  we came across the following query:

select 'alter '||do.object_type||' ' || owner || '.'||do.object_name||' compile;'

from dba_objects do, sys.diana_version$ dv

where dv.obj# = do.object_id

and do.timestamp <> to_char(dv.stime, 'YYYY-MM-DD:HH24:MI:SS')

We then ran the ALTER  PACKAGE statements that were outputted from the query.  NOTE:  Before running the ALTER PACKAGE statements, that package statuses were checked and the packages were VALID.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center