LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 6 Jan 2010 12:16:56 -0800
Reply-To:   jclguy <vogelmann74@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   jclguy <vogelmann74@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Can Oracle Pass-Through SQL execute a Stored Procedure?
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Assuming you have SAS/CONNECT for ORACLE (and that's a big if) - once you've "connected" to the database, SAS "sees" the tables as sas datasets, so in theory, any operation you can perform on a sas dataset you can perform on an Oracle table. Of course, there's nothing stopping you from creating a "work" data set from an Oracle table and doing whatever you wish to it without hurting anything. What you can do to the oracle tables is restricted to the permissions of the userid you are using to access the data - I am careful to use a "read-only" userid for exactly that reason. Hope this helps.


Back to: Top of message | Previous page | Main SAS-L page