oracle怎么看em Oracle怎么看表大小

Oracle12C的EM无法访问怎么办

先删除注册 emca -deconfig dbcontrol db -repos drop

在银海等地区,都构建了全面的区域性战略布局,加强发展的系统性、市场前瞻性、产品创新能力,以专注、极致的服务理念,为客户提供网站设计、网站制作 网站设计制作按需网站制作,公司网站建设,企业网站建设,高端网站设计,全网整合营销推广,外贸网站建设,银海网站建设费用合理。

再重新注册一个 emca -config dbcontrol db -repos create

试试看 emctl start dbconsole

--------------------

Oracle12C的EM无法访问怎么办?

装完Oracle 12c,想体验下EM Express,缺发现不能用,应该怎么办?12c的EM 不再像以前版本配置那么麻烦,当然提供的功能也没有那么多了,只需要启用对应端口即可,请看:

To manually configure the HTTPS port for EM Express:

1. Configure and start the Oracle Net Listener (the listener). You can use lsnrctl to start, stop, and view the status of the listener.

2. If the listener is running on a nonstandard port (for example, not 1521), then the init.ora file for the database you want to manage using EM Express must contain a local_listener entry so that the HTTPS port can register with the correc

listener. The local_listener entry references a TNSNAMES entry that points to the correct listener. For example:

local_listener=inst1

where inst1 is a TNSNAMES entry defined in tnsnames.ora that points to the listener. For example:

inst1= (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host_name)(PORT=1234)) (CONNECT_DATA=(SERVICE_NAME=service_name)(SERVER=DEDICATED)))

In this example, 1234 is the nonstandard port on which the listener has been configured to listen.

3. Enable the TCP dispatcher by adding the following entry to the init.ora file for the database you want to manage using EM Express:

dispatchers=”(PROTOCOL=TCP)(SERVICE=XDB)”

For example, if the database SID is ORCL, then the entry would be:

dispatchers=”(PROTOCOL=TCP)(SERVICE=ORCLXDB)”

4. Restart the database so that the changes made in the init.ora file take effect.

5. Use the PL/SQL procedure DBMS_XDB_CONFIG.SETHTTPSPORT to set the HTTPS port for EM Express. This will update the HTTPS port in the xdbconfig.xml file in the Oracle XML DB Repository. You must connect as SYS / AS SYSDBA to run the procedure. For example:

SQL exec DBMS_XDB_CONFIG.SETHTTPSPORT(5500);

6. To access EM Express, enter a URL in the following format in a Web browser:

For example:

When prompted for your username and password, log in as a user with DBA privilege (such as SYSTEM).

---------------------------

Oracle 12c EM https 无法登录问题解决办法

12c 这个是Expess 版了。 内部用的是XMLDB 实现的, 要打开它的访问端口  完整功能得用12c cc

oracle中的em怎么用?

创建一个EM资料库

emca -repos create

重建一个EM资料库

emca -repos recreate

删除一个EM资料库

emca -repos drop

配置数据库的 Database Control

emca -config dbcontrol db

删除数据库的 Database Control配置

emca -deconfig dbcontrol db

重新配置db control的端口,默认端口在1158

emca -reconfig ports

emca -reconfig ports -dbcontrol_http_port 1160

emca -reconfig ports -agent_port 3940

先设置ORACLE_SID环境变量后,启动EM console服务

emctl start dbconsole

先设置ORACLE_SID环境变量后,停止EM console服务

emctl stop dbconsole

先设置ORACLE_SID环境变量后,查看EM console服务的状态

emctl status dbconsole

配置dbconsole的步骤

emca -repos create

emca -config dbcontrol db

emctl start dbconsole

重新配置dbconsole的步骤

emca -repos drop

emca -repos create

emca -config dbcontrol db

emctl start dbconsole

,可以通过EM dbconsole访问数据库了

原因主要还是更改了主机名导致的问题,更改了相应的文件名:D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_colin

重命名为D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_RX-01-07_orcl

然后重新配置下dbconsole就Ok了

emca -config dbcontrol db

输入以下信息:

数据库 SID: orcl

已为数据库 orcl 配置了 Database Control

您已选择配置 Database Control, 以便管理数据库 orcl

此操作将移去现有配置和默认设置, 并重新执行配置

是否继续? [yes(Y)/no(N)]: y

监听程序端口号: 1521

SYS 用户的口令:

DBSNMP 用户的口令:

SYSMAN 用户的口令:

SYSMAN 用户的口令: 通知的电子邮件地址 (可选):

通知的发件 (SMTP) 服务器 (可选):已指定以下设置

数据库 ORACLE_HOME ................ D:\oracle\product\10.2.0\db_1

数据库主机名 ................ RX-01-07

监听程序端口号 ................ 1521

数据库 SID ................ ora10g

通知的电子邮件地址 ...............

通知的发件 (SMTP) 服务器 ...............

-----------------------------------------------------------------

是否继续? [yes(Y)/no(N)]: y

----------------------------------------------------------------------------------------------------------------

2007-4-6 10:59:17 oracle.sysman.emcp.EMConfig perform

信息: 正在将此操作记录到 D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emc

a_2007-04-06_10-57-52-上午.log。

2007-4-6 10:59:20 oracle.sysman.emcp.util.DBControlUtil stopOMS

信息: 正在停止 Database Control (此操作可能需要一段时间)...

2007-4-6 10:59:32 oracle.sysman.emcp.util.DBControlUtil startOMS

信息: 正在启动 Database Control (此操作可能需要一段时间)...

2007-4-6 11:00:12 oracle.sysman.emcp.EMDBPostConfig performConfiguration

信息: 已成功启动 Database Control

2007-4-6 11:00:12 oracle.sysman.emcp.EMDBPostConfig performConfiguration

警告: 无法创建 Database Control 快捷方式

2007-4-6 11:00:12 oracle.sysman.emcp.EMDBPostConfig performConfiguration

信息: Database Control URL 为

已成功完成 Enterprise Manager 的配置

EMCA 结束于 2007-4-6 11:00:12

请问在oracle的em中怎样查看表内数据?

1 进入em (你已经会了 呵呵 最好用sys以dba身份进入)

2 查看表的地方,点击表名 进入

3 出来的是表结构 注意看表结构的右上方,有个下拉框 你下拉,注意看选项 其中有一个就是显示表内数据的

------------补充-------------------

操作下拉框 找到 “查看数据” 点击开始就OK了

怎样启动oracle的em控制台

打开一个terminal窗口,先切换到oracle用户环境

输入命令emctl start dbconsole启动oracle的em服务

等待em启动,这是启动过程。

这是em启动的日志文件

启动完成后,在浏览器中打开oracle的em控制台,打开oem成功

这是登录em后的界面

oracle 11g 怎么打开em

1、打开oracle配置工具里的Net Configuration Assistant,选择“监听程序配置”,下一步,接着选择“重新配置”,下一步,仔细看下每一步配置的参数是否正确就OK了。

2、在命令行上使用“emca -deconfig dbcontrol db”命令删除配置

3、使用“emca -repos drop”命令删除 repository

注:第2、3步骤都要做,要不然在重新安装EM的时候会报“ ORA-20001: SYSMAN already exists..”的错误导致安装失败。

4、使用“emca -config dbcontrol db -repos create”命令进行创建em。

以上步骤做完后就成功创建好em了,点击开始菜单上的oracle文件夹里的Database control-orcl连接就可以正常访问em了。

这里需要注意的是,之前我初次安装好oracle时访问em的地址是 ,这里端口号是1158,而现在我重建em后访问时地址链接后面的端口号变成了5500.


当前题目:oracle怎么看em Oracle怎么看表大小
网站链接:http://scjbc.cn/article/hhhjoe.html

其他资讯