| Date: | Fri, 6 Feb 2004 08:46:49 -0800 |
| Reply-To: | Basem <batawfic@YAHOO.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Basem <batawfic@YAHOO.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: Insert Data using libname |
| Content-Type: | text/plain; charset=ISO-8859-1 |
Clarification
I do not have a problem in writing the libname, the one I wrote was
mock just to focus on the important issue that i do not want to use my
username, but rather use user2 username.
libname bndwprod ORACLE schema=bndwprod user=&username
password=&bndwpass path='bndwprod.world' dbindex=yes
REREAD_EXPOSURE=YES;
user1 do NOT have privileges to insert.
user2 whom I know his password DO have privileges.
now while I'm login as user1, I want to insert into the table using
user2 in my libname.
|