Closed harvybob closed 3 years ago
@harvybob This is normal. This message appears because the listener is started before the database is created. The listener and EM agent will work fine after the database is created and configured.
@PaulNeumann
thanks - ive managed to get the webpage - what credentials should i use to log in? I tried the ones presented at the end of the Vagrant up - second to last line as both sys and system but didnt get in?
@harvybob Yes, between Flash and the self-signed certificate, getting the EM Express web page to come up can be tricky.
To log in to EM Express, any of the following should work.
To connect to the CDB:
User Name | Password | Container Name | as sysdba |
---|---|---|---|
SYS | passwordfromvagrantup | CDB$ROOT | checked |
SYS | passwordfromvagrantup | (leave blank) | checked |
SYSTEM | passwordfromvagrantup | CDB$ROOT | unchecked |
SYSTEM | passwordfromvagrantup | (leave blank) | unchecked |
To connect to the PDB:
User Name | Password | Container Name | as sysdba |
---|---|---|---|
SYS | passwordfromvagrantup | ORCLPDB1 | checked |
SYSTEM | passwordfromvagrantup | ORCLPDB1 | unchecked |
Note: If you changed the PDB name from the default, use your PDB name instead of
ORCLPDB1
.
I hope this helps.
Describe the issue
New install of Vagrant, and OVM. new pull of this repo - (10/11/2020).
Copied in the 12.2 binary's
vagrant up.
The EM AGENT section fails with:
Environment (please complete the following information):
uname -a
]vboxmanage -v
] 6.1.16r140961Add any other information about the issue here (console log, ...). Full creation log: