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 (February 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 3 Feb 2004 17:19:35 -0500
Reply-To:   "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Subject:   Re: connecting to oracle
Comments:   To: Larry Kaskey <LKaskey@TRACFONE.COM>
Content-Type:   text/plain; charset="iso-8859-1"

Larry,

The other question was asked in the context of a scheduled batch run. So the following suggestion may not be practical for that. For your question you can use the DBPROMPT option on the libname:

libname clfy oracle dbprompt=yes path='oracleserver';

That option is valid in proc sql passthru code too:

proc sql; connect to oracle (dbprompt=yes) ;

Kind Regards, _________________________________ Venky Chakravarthy E-mail: swovcc_AT_hotmail_DOT_com

-----Original Message----- From: Larry Kaskey [mailto:LKaskey@TRACFONE.COM] Sent: Tuesday, February 03, 2004 5:14 PM To: SAS-L@LISTSERV.UGA.EDU Subject: connecting to oracle

Hello all...

I am creating a library like this...

libname clfy oracle user=xxxxxx password=xxxxxxx path='oracleserver';

I have two questions....

1. Is there a way to avoid the hard coding of my username and password...perhaps have sas prompt me for those. I believe someone asked a similar question today

2. When I create the library, I can access the data tables, but when I drill down in the folder to see the names of the tables, the folder appears blank. Why would that be?

I am using EG 2.0 for this.

Thanks for any and all help!!

Larry kaskey Tracfone Wireless.

LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately.


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