From the course: Oracle Database 12c: Administration

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Oracle Enterprise Manager

Oracle Enterprise Manager

- [Instructor] In addition to command line and graphical database management and development tools, Oracle also provides us with a web UI, which we can use for database administration. The Oracle Enterprise Manager console, which is the name for the web interface, will get created automatically for us during the database creation process when running the database creation assistant, or DBCA, if we selected to do so. We can access Oracle Enterprise Manager by typing H-T-T-P-S, the Oracle server host name, which in our case is oracle01.domain, followed by the Enterprise Manager port, which, by default, is five five zero zero. We can verify the Enterprise Manager port by running the following select statement in the Oracle SQL plus prompt. You can find it inside your exercise files folder. I'm going to open a terminal window. I am opening a SQL plus connection as the Oracle sysdba user. As you can see, we are using the…

Contents