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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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