Database Administration (MOSC)

MOSC Banner

get the LOB definition

edited Dec 10, 2013 7:14AM in Database Administration (MOSC) 3 commentsAnswered
 
Hello,

Please help me to get the definition of a lob segment can I use dbms_metadata.get_ddl for this?


SQL> select segment_type,segment_name,bytes/1024/1024/1024 sg from dba_segments where owner='COG84LOG' order by bytes/1024/1024/1024 desc
  2  ;

SEGMENT_TYPE       SEGMENT_NAME                                                                              SG
------------------ --------------------------------------------------------------------------------- ----------
LOBSEGMENT         SYS_LOB0000039453C00014$$                                                         76.4541016



Best regards,
Vishal



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