BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello

I am a SAS EG User and i am trying to connect to the Oracle data base.
I am using the following code to connect the oracle


libname oralib oracle user=XXYY password=*****# path=ASDEW;

I am getting the following error

ERROR 22-7: Invalid option name #.
16 path=ASDEW;
ERROR: Libname ORALIB is not assigned.
ERROR: Error in the LIBNAME statement.



I am a user and i dont have acess to create a library...
4 REPLIES 4
DBailey
Lapis Lazuli | Level 10
try this.

libname oralib oracle user='XXYY' pw='*****#' path='ASDEW';

that is..put single ' around the text.
twocanbazza
Quartz | Level 8
Ummm Looking at your last statement, might be difficult to do as you state you don't have permissions to create a library....

"I am a user and i dont have acess to create a library"
darrylovia
Quartz | Level 8
I believe you need to add the SCHEMA= option
deleted_user
Not applicable
thank you

my problem was resolved i used double quotation marks for the password.

Then it was connected to the database

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 949 views
  • 0 likes
  • 4 in conversation