Displaying a view on a UNIX™ workstation with an Oracle 11g schema
To display a view on a UNIX™ workstation
with an Oracle 11g
schema installed, perform the following steps:
- Switch to the Oracle user
who owns the Oracle installation,
by running the following command:
For example, if the oracle_user is oracle, enter the following command:su - oracle_user
su - oracle
- Verify that the Oracle Enterprise
Manager Console is accessible from a client browser. This implies
that the dbconsole process is running on the server. This process
starts automatically after the installation. To verify that it is
running, run the following command from the $ORACLE_HOME/bin directory:
If the dbconsole process is stopped, start it by running the following command from the $ORACLE_HOME/bin directory:./emctl status dbconsole
./emctl start dbconsole
- Connect to the following website:
where:https://hostname:port/em
- hostname
- Specify the name of the host you are working with.
- port
- Specify the port to use for communicating. The default port number
is:
- 5500
- For Oracle Standard Edition.
- 1158
- For Oracle Enterprise Edition.
- Launch the Oracle Enterprise Manager and proceed as described from Step 3 of the Displaying a view on a Windows workstation with an Oracle 11g schema.