BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Badri_M
Calcite | Level 5

I am trying to access the contents of blob files stored on an oracle database. How would I go about reading the blob files contents in SAS so that I may perform operations on it. 

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

Use passthru SQL so you can uses ORACLE commands to parse the BLOB into strings of 32767 characters or less.

 

View solution in original post

2 REPLIES 2
Tom
Super User Tom
Super User

Use passthru SQL so you can uses ORACLE commands to parse the BLOB into strings of 32767 characters or less.

 

Ksharp
Super User
As Tom said using to_char() function of oracle to change it into a string before importing into sas.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2 replies
  • 1285 views
  • 2 likes
  • 3 in conversation