Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select * from A.T1;
create public database link odata connect to <user> identified by <pass> using 'tnsnames.ora alias';
select sysdate from dual@odata;