BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
thesasuser
Lapis Lazuli | Level 10

Hello
We recently moved to SAS 9.4M6 from SAS9.4 M4.
Using SAS EG 7.13.
SAS Servers are on windows server 2016.
ORACLE wallet is used to connect to ORACLE databases.
Some new database connections were made, resulting in new entries in the oracle wallet.
There is an issue with new entries /databases.
With the following libname statement the library is created and the tables in the library/database can be seen in the explorer window by clicking the library..
libname mylib oracle path=mypath;
However if the statement is modified as below to include the schema, i see from the log output  that the library is created. I can see the library name in dictionary.members, but it has no members.  Obviously I cannot see the members/tables in the explorer window in the SAS Enterprise guide.
libname mylib oracle path=mypath schema=MYSCHEMA;

The schema MYSCHEMA is a public schema.

the log output is

NOTE: Libref MYLIB was successfully assigned as follows:
Engine: ORACLE
Physical Name: MYPATH

.
Have tried changing the case of mypath and schema, enclosing in single and double quotes. But this did not help.


I have read the following, and host of other posts in sas communities but did not find an application.

https://documentation.sas.com/?docsetId=acreldb&docsetTarget=p1qft7bzdij79zn1bxh59mc3w8xj.htm&docset...
https://communities.sas.com/t5/SAS-Communities-Library/A-quick-guide-to-connecting-to-Oracle-from-SA...
https://communities.sas.com/t5/SAS-Programming/Not-able-to-view-the-table-in-library-but-able-to-rea...
https://communities.sas.com/t5/SAS-Programming/Connecting-to-Oracle-via-libname-odbc-Schema-spec-doe...

Can anybody help?

1 ACCEPTED SOLUTION

Accepted Solutions
thesasuser
Lapis Lazuli | Level 10
Thanks.
The issue was with oracle level and was fixed.

View solution in original post

1 REPLY 1
thesasuser
Lapis Lazuli | Level 10
Thanks.
The issue was with oracle level and was fixed.

hackathon24-white-horiz.png

Join the 2025 SAS Hackathon!

Calling all data scientists and open-source enthusiasts! Want to solve real problems that impact your company or the world? Register to hack by August 31st!

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
  • 1783 views
  • 0 likes
  • 1 in conversation