Correct me if I'm wrong, but next step is to create a user/schema/tablespace, where I can create my database objects, right? But I can not find where I create a user ...
The following example uses the SAS/ACCESS Interface to ORACLE: libname myoralib oracle user=testuser password=testpass path='myoraserver' schema=testgroup; proc datasets lib=myoralib; run; In this ...