AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-2477

user739866's questions

Martin Hope
user739866
Asked: 2013-08-31 11:18:01 +0800 CST

ORA-7445 12c 错误

  • 0

我正在 RHEL 6.4 上安装 Oracle 12.1.0.1 企业版我使用 ASMM 和 HugePages(64G RAM)进行设置

错误和登录 em express 之间可能存在相关性(还不能 100% 确定)。我之所以提到这一点,是因为以下博客文章有类似的错误:http ://surachartopun.com/2013/06/learn-something-wtih-12c-and-enjoy-bug.html

我已经打开了一个 SR,但想看看是否有人对此有想法。

Fri Aug 30 14:53:22 2013
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x5] [PC:0xB71F161, qervwRowProcedure()+113] [flags: 0x0, count: 1]
Errors in file /home/oracle/diag/rdbms/prdtdr1m/prdtdr1m/trace/prdtdr1m_s000_5987.trc  (incident=33811):
ORA-07445: exception encountered: core dump [qervwRowProcedure()+113] [SIGSEGV] [ADDR:0x5] [PC:0xB71F161] [Address not mapped to object] []
Incident details in: /home/oracle/diag/rdbms/prdtdr1m/prdtdr1m/incident/incdir_33811/prdtdr1m_s000_5987_i33811.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Fri Aug 30 14:53:24 2013
Dumping diagnostic data in directory=[cdmp_20130830145324], requested by (instance=1, osid=5987 (S000)), summary=[incident=33811].
Fri Aug 30 14:53:33 2013
Sweep [inc][33811]: completed
Sweep [inc2][33811]: completed
oracle oracle-12c
  • 1 个回答
  • 1926 Views
Martin Hope
user739866
Asked: 2013-08-30 12:24:40 +0800 CST

目标数据库内存超出可用共享内存

  • 0

我正在尝试在具有 64GB 内存的 RHEL 6.4 系统上安装 Oracle 12c。当我尝试将自动内存启用到 48GB 时,我收到错误消息:

我需要更改什么以允许 Oracle 使用超过 32189MB 的空间?

[INS - 35172] 目标数据库内存 (49897MB) 超过了系统上的可用共享内存 (32189MB)。

/etc/sysctl.conf 包含以下内容,所以我不确定为什么它不允许我使用超过 32G 的共享内存

# Controls the maximum shared segment size, in bytes
kernel.shmmax =  68719476736
# Controls the maximum shared segment size, in bytes
#kernel.shmmax = 68719476736

# Controls the maximum number of shared memory segments, in pages



kernel.shmall = 16777216
#kernel.shmall = 1073741824
fs.file-max = 6815744
kernel.msgmni = 2878
kernel.sem = 250 32000 100 142
kernel.shmmni = 4096
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
fs.aio-max-nr = 3145728
net.ipv4.ip_local_port_range = 9000 65500
vm.min_free_kbytes = 51200
fs.file-max = 6815744

limits.conf 包含以下内容:

oracle          soft    nproc           2047
oracle          hard    nproc           32768
oracle          soft    nofile          32768
oracle          hard    nofile          65536
oracle memory
  • 1 个回答
  • 5552 Views
Martin Hope
user739866
Asked: 2011-07-19 20:08:55 +0800 CST

如何验证 Grid Control 和 WebLogic 的卸载?

  • 1

我在 Linux (RHEL 5.5) 服务器上安装了 Weblogic、所需的补丁和网格控制。不幸的是,我的说明没有 -d64 标签来允许 64 位安装,我必须卸载 Grid Control 和 WebLogic 然后重新安装。

他们的卸载文档有很多不足之处,在此过程中我遇到不少于 5 个错误。我的基本问题是“如何验证我是否已从 WebLogic 和网格控制中删除了所有内容?” 这包括存储库。

以下是对我作为说明给出的内容的基本概述:

    1. <ORACLE_HOME>/bin/omsca delete -full   Errored

OMCA-ERR:管理服务器已关闭。完整选项需要管理员服务器启动

/bin/emctl stop agent 无错误

  1. /sysman/admin/emdrep/bin/RepManager
    -action dropall -dbUser -dbPassword
    -dbRole -reposName -reposPassword
    -mwHome -mwOraHome -oracleHome

根本无法获得以上命令工作

运行以下内容: DROP USER sysman CASCADE; 删除公共同义词 setemviewusercontext;删除角色 mgmt_user;DROP PUBLIC SYNONYM mgmt_target_blackouts; 删除用户管理视图;

emca -deconfig all db -repos drop

从数据库的 Oracle 主目录中手动删除数据文件 mgmt.dbf 和 mgmt_ecm_depot1.dbf。完毕

$/oui/bin/runInstaller -removeallfiles 完成

  1. /etc/rc.d/ 目录。例如,/etc/rc.d/rc3.d/S98gcstartup。不清楚要删除哪些文件!

  2. 请注意,说明没有显示有关如何卸载 WLS 的信息!然:
    USER=oracle1 SID=emrep PATH=/home/oracle/Middleware/wlserver_10.3/uninstall $./uninstall.sh

oracle oracle-grid-control
  • 1 个回答
  • 1595 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    连接到 PostgreSQL 服务器:致命:主机没有 pg_hba.conf 条目

    • 12 个回答
  • Marko Smith

    如何让sqlplus的输出出现在一行中?

    • 3 个回答
  • Marko Smith

    选择具有最大日期或最晚日期的日期

    • 3 个回答
  • Marko Smith

    如何列出 PostgreSQL 中的所有模式?

    • 4 个回答
  • Marko Smith

    列出指定表的所有列

    • 5 个回答
  • Marko Smith

    如何在不修改我自己的 tnsnames.ora 的情况下使用 sqlplus 连接到位于另一台主机上的 Oracle 数据库

    • 4 个回答
  • Marko Smith

    你如何mysqldump特定的表?

    • 4 个回答
  • Marko Smith

    使用 psql 列出数据库权限

    • 10 个回答
  • Marko Smith

    如何从 PostgreSQL 中的选择查询中将值插入表中?

    • 4 个回答
  • Marko Smith

    如何使用 psql 列出所有数据库和表?

    • 7 个回答
  • Martin Hope
    Jin 连接到 PostgreSQL 服务器:致命:主机没有 pg_hba.conf 条目 2014-12-02 02:54:58 +0800 CST
  • Martin Hope
    Stéphane 如何列出 PostgreSQL 中的所有模式? 2013-04-16 11:19:16 +0800 CST
  • Martin Hope
    Mike Walsh 为什么事务日志不断增长或空间不足? 2012-12-05 18:11:22 +0800 CST
  • Martin Hope
    Stephane Rolland 列出指定表的所有列 2012-08-14 04:44:44 +0800 CST
  • Martin Hope
    haxney MySQL 能否合理地对数十亿行执行查询? 2012-07-03 11:36:13 +0800 CST
  • Martin Hope
    qazwsx 如何监控大型 .sql 文件的导入进度? 2012-05-03 08:54:41 +0800 CST
  • Martin Hope
    markdorison 你如何mysqldump特定的表? 2011-12-17 12:39:37 +0800 CST
  • Martin Hope
    Jonas 如何使用 psql 对 SQL 查询进行计时? 2011-06-04 02:22:54 +0800 CST
  • Martin Hope
    Jonas 如何从 PostgreSQL 中的选择查询中将值插入表中? 2011-05-28 00:33:05 +0800 CST
  • Martin Hope
    Jonas 如何使用 psql 列出所有数据库和表? 2011-02-18 00:45:49 +0800 CST

热门标签

sql-server mysql postgresql sql-server-2014 sql-server-2016 oracle sql-server-2008 database-design query-performance sql-server-2017

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve