Hi friends, I have an issue when am trying to access Oracle database from SAS. I created a ODBC Connection to connect to Oracle DB and added the connection entries to tnsnames.ora on sSolarisserver. and tested the connection with the libname statement on server and on EG and it has successfully assigned. but While registering the tables in SAS management console(after creating the library).I am getting the following error: "No tables were retrieved from this query.Your connection information were incorrect" When I opened the SAS log, NOTE: SAS Initialization used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The autoexec file, /sas/biconfig/Lev1/SASMain/WorkspaceServer/autoexec.sas, was executed at server initialization. No server log was specified. Add the log option to the server startup command to see details of the autoexec execution (refer to "Specifying Logging Options" under "Server Startup Command" in the Server Administrator's Guide). 1 LIBNAME GDIW ORACLE PRESERVE_COL_NAMES=YES PRESERVE_TAB_NAMES=YES MULTI_DATASRC_OPT=IN_CLAUSE DBINDEX=YES 1 ! PATH=pde_pdiw SCHEMA=ph USER=pdrew PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ; NOTE: Libref PDIW was successfully assigned as follows: Engine: ORACLE Physical Name: pde_pdiw Library is successfully assigned,am not sure why am getting this error. I have license for SAS/ACCESS Interface to ORACLE and SAS/ACCESS Interface to ODBC and able to resgister tables from SAS Management Console for all other Oracle librraies Please help me with this,I would really appreciate all your help Thanks in advance.
... View more