proc access dbms=oracle; /* create access descriptor */ create adlib.invoice.access; user=scott orapw=tiger; path='myorapath'; table=invoice; /* create vlib.inv view */ create vlib.inv.view; select ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results