Heim >Datenbank >MySQL-Tutorial >OEM简介及按钮乱码问题

OEM简介及按钮乱码问题

WBOY
WBOYOriginal
2016-06-07 16:47:061073Durchsuche

自Oracle 9i之后,Oracle提供了一个基于Web图形化数据管理工具Oracle企业管理器(Oracle Enterprise Manager),用来代替SQL命令

自Oracle 9i之后,Oracle提供了一个基于Web图形化数据管理工具Oracle企业管理器(Oracle Enterprise Manager),用来代替SQL命令来管理数据库。

Windows下OEM默认是开启的,可以直接访问,Linux下必须通过命令启动,相关命令如下:

--查看当前OEM状态

EMCTL STATUS DBCONSOLE;

--停止OEM

EMCTL STOP  DBCONSOLE;

--启动OEM

EMCTL STRAT DBCONSOLE;

OEM的访问URL如下:

:1158/em

如是本地访问则lcalhost本地服务的用户名,当远程访问OEM时则可输入远程服务器的IP地址。

在Linux下安装oracle后,Windows下访问OEM时会出现按钮中文乱码情况,,解决方法如下:

1、停止OEM

[oracle@localhost ~]$ emctl stop dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g DatabaseControl Release 10.2.0.1.0 

Copyright (c) 1996, 2005 OracleCorporation.  All rights reserved.

:1158/em/console/aboutApplication

Stopping Oracle Enterprise Manager 10gDatabase Control ...

 ... Stopped.

2、找到如下路径:

$ORACLE_HOME/jdk/jre/lib

$ORACLE_HOME/jre/1.4.2/lib

,执行下列步骤

[oracle@localhost ~]$ cd/opt/oracle/product/10.2.0/db_1/jdk/jre/lib/

[oracle@localhost lib]$ cp font.propertiesfont.properties.1.bat

[oracle@localhost lib]$ cp font.properties.zh_CN.RedHatfont.properties

[oracle@localhost lib]$ cd/opt/oracle/product/10.2.0/db_1/jre/1.4.2/lib/

[oracle@localhost lib]$ cp font.propertiesfont.properties.1.bat

[oracle@localhost lib]$ cpfont.properties.zh_CN.Redhat font.properties

此时可以查看文件font.properties最后一行如下

filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_CN/TrueType/zysong.ttf

linux

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn