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 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 549 views
  • 0 likes
  • 2 in conversation