BookmarkSubscribeRSS Feed
kiranragam
Fluorite | Level 6

Hi Team,

 

We have a Oracle DB on private cloud and we have onboarded user to it with DB PROXY roles. The role has read and write permissions. 

When we did the libname connection, the connection is successful.

but when we try to access the tables, it is failing saying no dataset name found. 

Could you please help me how can I overcome this issue? is there any additional set up required for DB PROXY roles?

 

Log:

6 LIBNAME LIB1 ORACLE PATH=PVTCLD_UAT_J schema="SCHEMA1";
NOTE: Libref LIB1was successfully assigned as follows:
Engine: ORACLE
Physical Name: PVTCLD_UAT_J


7 proc contents data=LIB1 ._all_; run;

WARNING: No matching members in directory.

 

1 REPLY 1
czejap
SAS Employee

I would try to add

preserve_tab_names=yes

to the LIBNAME statement.

 

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 419 views
  • 0 likes
  • 2 in conversation