Hi in this tutorial I shows how to create and connect to Oracle Autonomous Database.
Create DB user script
CREATE USER user01 IDENTIFIED BY PASSword12Chracter; GRANT CREATE SESSION TO user01; GRANT DWROLE TO user01; GRANT UNLIMITED TABLESPACE TO user01;