Skip to Content
Oracle Distributed Systems
book

Oracle Distributed Systems

by Charles Dye
April 1999
Intermediate to advanced
552 pages
15h 39m
English
O'Reilly Media, Inc.
Content preview from Oracle Distributed Systems

Name

DBMS_REPCAT.COMMENT_ON_REPOBJECT

Synopsis

As you have seen, you can associate comments with a replicated object when you create or alter it by passing a VARCHAR2 string to the comment parameter. You can see these comments in the object_comment field of DBA_REPOBJECTS. Also, you can create comments without creating or altering the object with DBMS_REPCAT’s COMMENT_ON_REPOBJECT procedure.

PROCEDURE DBMS_REPCAT.COMMENT_ON_REPOBJECT
   (sname IN VARCHAR2,
    oname IN VARCHAR2,
    type IN VARCHAR2,
    comment IN VARCHAR2);

Parameters

Parameter Name

Description

sname

Name of schema to which object belongs

oname

Name of the object

type

Object type

comment

Comment

Exceptions

Exception Name

Number

Description

commfailure

–23317

Unable to communicate with one or more master sites.

missingobject

–23308

Object oname does not exist.

nonmasterdef

–23312

Calling site is not master definition site.

typefailure

–23319

Object type is not supported.

Restrictions

The COMMENT_ON_REPOBJECT procedure must be called from the master definition site.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Expert Oracle Exadata, Second Edition

Expert Oracle Exadata, Second Edition

Martin Bach, Karl Arao, Andy Colvin, Frits Hoogland, Randy Johnson, Kerry Osborne, Tanel Poder
Expert Oracle RAC 12c

Expert Oracle RAC 12c

Syed Jaffar Hussain, Tariq Farooq, Riyaj Shamsudeen, Kai Yu

Publisher Resources

ISBN: 1565924320Supplemental ContentCatalog PageErrata