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: viiews across schemas?

Re: viiews across schemas?

From: PaulCinVT <paulcinvt_at_aol.com>
Date: 12 Oct 1999 19:06:26 GMT
Message-ID: <19991012150626.26681.00000088@ngol02.aol.com>


User schemaY doesn't have rights to SELECT from schemaX.tableX...

As user X
GRANT SELECT ON schemaX.tableX TO schemaY;

Then it will work...

Or the lazy DBA method... :-(
GRANT SELECT ANY TABLE TO schemaY;

Paul in VT Received on Tue Oct 12 1999 - 14:06:26 CDT

Original text of this message

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