PL/SQL (MOSC)

MOSC Banner

DDL.CREATE_WRAPPED

edited Dec 10, 2013 6:25AM in PL/SQL (MOSC) 7 commentsAnswered ✓
I have p/l sql block that wraps db objects by running  the commands below:

SYS.DBMS_DDL.CREATE_WRAPPED(ddl => l_source,
                                    lb  => 1,
                                    ub  => l_source.count);

        dbms_output.put_line('The ' || p_object_type || ' ' || p_object_name || ' has been wrapped and compiled');

however, it won't wrap some of the objects.  the putline command says that it wrapped them, however the objects aren't wrapped.  it generates no errors.   it calls ddl_create_wrapped, no problem. are there restrictions on ddl_create_wrapped? 

rae

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