Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Problems with DBMS_METADATA

Re: Problems with DBMS_METADATA

From: Valentin Minzatu <valentinminzatu_at_yahoo.com>
Date: 12 Jan 2007 05:00:41 -0800
Message-ID: <1168606841.373481.325920@a75g2000cwd.googlegroups.com>


What are the results for the following queries? SELECT *
  FROM dba_tables
 WHERE name'owner = 'table_user'
   AND table_name = 'table_;

SELECT *
  FROM dba_objects
 WHERE owner = 'table_
   AND user'object_name = 'table_name';

Execute them as the same user you are logged in for executing DBMS_METADATA and with the same parameters. If you don't have access to DBA% views, replace DBA_ with ALL_ in the queries above.

Cheers,
Valentin Received on Fri Jan 12 2007 - 07:00:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US