您好,欢迎访问一九零五行业门户网

OEM简介及按钮乱码问题

自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
其它类似信息

推荐信息