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.
create user training identified by <password>
default tablespace <app-ts-name>
temporary tablespace <temp-ts-name>
quota unlimited on <app-ts-name>;
grant connect, resource to <training>;
exp buffer=15000000 compress=n grants=y feedback=1000 consistent=y file=<dump-file-name> log=<log-file-name> statistics=none owner=live userid=live/<password>@<TNS alias for 'X' instance>
imp buffer=15000000 grants=y feedback=1000 fromuser=LIVE touser=TRAINING file=<dump-file-name> log=<log-file-name> userid=live/<password>@<TNS alias for 'X' instance>