Open the petstore.sql file in a text editor.
A few lines into the script is the following line:
CONNECT PETSTORE/GREATPETS;
This line only works if you run Oracle on your own computer.
If you are running on a networked database, modify the line to include your database server name. For example, if your database server was named FRANCE
, modify the line to say:
CONNECT PETSTORE/GREATPETS@FRANCE;