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: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

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

Browse our catalog!

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