BookmarkSubscribeRSS Feed
BrahmanandaRao
Lapis Lazuli | Level 10
proc sql;
connect to oracle (user=myusr1 password=mypwd1);
select *
   from connection to oracle
     (select *       from  table
      
    disconnect from oracle;
quit;

How to enable oracle engine in and connect in SAS EG IN SAS ON DEMAND 

4 REPLIES 4
BrahmanandaRao
Lapis Lazuli | Level 10

which database can we  connect Mysql  can enable in SAS EG  in SAS ondemand

Patrick
Opal | Level 21

proc setinit; run; will tell you what's licensed

proc product_status; run will tell you what's installed.

 

If SAS/Access to ODBC is installed then you should "theoretically" be able to connect to Oracle once you've done all the configuration work. But not sure what sort of connectivity the SAS On Demand version allows.

Kurt_Bremser
Super User

And if a suitable module is found, the documentation will tell you how to use it. Oracle, MySQL and a slew of others fall under "Relational Databases".

 

Mind that connecting to databases is way beyond trivial; it takes thorough knowledge of the DB in question and the necessary SAS parts. On top of that, a client for the DB in question must be installed and configured on the SAS server.

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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