RE: Referencing other schemas' tables in PL/SQL procedure

2003-08-14 Thread Jamadagni, Rajendra
Title: RE: Referencing other schemas' tables in PL/SQL procedure story of usual suspects culprit: SELECT privilege granted through role Resolution: Grant SELECT privilege as schema owner TO the procedure owner directly.

RE: Referencing other schemas' tables in PL/SQL procedure

2003-08-14 Thread Naveen Nahata
003 5:29 PM >>>To: Multiple recipients of list ORACLE-L >>>Subject: Referencing other schemas' tables in PL/SQL procedure >>> >>> >>>Hi, >>> >>>one of our developers is having a problem. His userid has >>>the DBA role on a

Referencing other schemas' tables in PL/SQL procedure

2003-08-14 Thread Paul Vincent
Hi, one of our developers is having a problem. His userid has the DBA role on a test database, and he's written a PL/SQL procedure, in his schema, which is referencing (via SELECT) and updating a table in another schema, so he's coding the select as: CURSOR c1 IS select distinct ORIG

RE: Referencing other schemas' tables in PL/SQL procedure

2003-08-14 Thread Naveen Nahata
iginal Message- >>>From: Paul Vincent [mailto:[EMAIL PROTECTED] >>>Sent: Tuesday, August 12, 2003 5:54 PM >>>To: Multiple recipients of list ORACLE-L >>>Subject: RE: Referencing other schemas' tables in PL/SQL procedure >>> >>> >>>Naveen

AW: Referencing other schemas' tables in PL/SQL procedure

2003-08-14 Thread Stefan Jahnke
(B-Ursprungliche Nachricht- Von: Naveen Nahata [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. August 2003 14:34 An: Multiple recipients of list ORACLE-L Betreff: RE: Referencing other schemas' tables in PL/SQL procedure There was a discussion on this list, regarding t

RE: Referencing other schemas' tables in PL/SQL procedure

2003-08-14 Thread Paul Vincent
Paul Vincent [mailto:[EMAIL PROTECTED] >>>Sent: Tuesday, August 12, 2003 5:29 PM >>>To: Multiple recipients of list ORACLE-L >>>Subject: Referencing other schemas' tables in PL/SQL procedure >>> >>> >>>Hi, >>> >>>one of our deve