SQL> conn c##scott/tiger;
Connected.
SQL> show user;
USER is « C##SCOTT »
SQL> @oracle.sql
Building demonstration tables. Please wait.
Demonstration table build is complete.

1 – Créer un utilisateur scott : 

create user c##scott IDENTIFIED by tiger;

grant dba to c##scott;
grant connect to c##scott;

2- Télécharger oracle.zip

3- Se connecter au schéma c##scott et lancer oracle.sql
Optimisation table - stockage - 2 procs stock
Logs (issues des scripts jjo)

Leave a Comment

Your email address will not be published. Required fields are marked *