Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

tables used by online patching

edited Aug 22, 2019 5:03AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓

Hi,

On R12.2 in maitenance guide p3-37 we have the following query:

-- Query 2: Returns actual table size

SQL>select table_name,round((num_rows*avg_row_len/1024),2)||'kb'

"size"

from DBA_tables

where table_name = '<table-name>'

and owner = 'table-owner>';

But I cannot understand what should be the table_name.

Is it the same :'AD_ZD_DDL_HANDLER' as query1?

Thanks for help.

Tagged:

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