Database Administration (MOSC)

MOSC Banner

DBMS_METADATA.GET_DDL as SYS get ORA-31603

edited Aug 30, 2011 3:29AM in Database Administration (MOSC) 3 commentsAnswered
Hi!
Im trying to extract the ddl for a table (belonging to user1):

select DBMS_METADATA.GET_DDL('TABLE','his_table','user1') from DUAL;

But I get: ORA-31603: object "his_table" of type TABLE is missing in schema "user1"

How do I fix this?

Regards
U

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