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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 731 views
  • 0 likes
  • 2 in conversation