Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to create a DDL for a schema
The issue is related to privileges.
User A does not have the proper access to the objects in user B schema.
System happens to work because he has the "DBA" role which comes with
enough privileges to do almost anything to any other schema. You can
grant system level privileges to user A (such as "select any table"),
or grant him specific object privilege (such as select on B.table1), or
grant him a dba type role.
hth
Received on Thu Nov 10 2005 - 07:51:05 CST