Dear everyone,
I hope you are fine. I started working in a financial institution a few months ago, and I am doing some data analysis. Because my SAS license has been delayed, I have been working with Stata, and learning some R, and I rely on the actuary of my area to give me the databases to do some of my tasks.
He is not familiar with Stata, so he does not know how Stata's capabilities. He told me that I should try to "directly connect to the server". He does this with SAS. I was wondering if I could so something similar with Stata.
Here is the command he is using in SAS:
Libname LAC ORACLE user='XXXXXX' password='XXXXXX' path='XXXX_exadata' schema='GORAPR';
Is there a way to do this in Stata?
I saw the command
odbc query
but I am not sure how to input the stuff.
Thank you very much.
I hope you are fine. I started working in a financial institution a few months ago, and I am doing some data analysis. Because my SAS license has been delayed, I have been working with Stata, and learning some R, and I rely on the actuary of my area to give me the databases to do some of my tasks.
He is not familiar with Stata, so he does not know how Stata's capabilities. He told me that I should try to "directly connect to the server". He does this with SAS. I was wondering if I could so something similar with Stata.
Here is the command he is using in SAS:
Libname LAC ORACLE user='XXXXXX' password='XXXXXX' path='XXXX_exadata' schema='GORAPR';
Is there a way to do this in Stata?
I saw the command
odbc query
but I am not sure how to input the stuff.
Thank you very much.
Comment