Hi,
Is it possible to install the sample HR schema on a free Oracle cloud ATP database using SQLcl or SQL Plus?
I tried it as described here using the scripts from GitHub: https://docs.oracle.com/en/database/oracle/oracle-database/18/comsc/installing-sample-schemas.html#GUID-1E645D09-F91F-4B… , but I'm stuck on the "SYS AS SYSDBA" password (I only have the ADMIN account) and the connect string.
So I tried another way and blogged about it:
https://matthiashoys.wordpress.com/2020/07/09/installation-of-hr-sample-schema-on-free-oracle-atp-cloud-database/
Is there a better way to do this?
Thanks
Matthias