Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在ubuntu上安装Oracle-database-18c-xe错误ORA-07445_Oracle - Fatal编程技术网

在ubuntu上安装Oracle-database-18c-xe错误ORA-07445

在ubuntu上安装Oracle-database-18c-xe错误ORA-07445,oracle,Oracle,今天我试图在ubuntu上安装oracle-18c-xe,但我确实遇到了错误ORA-07445。 我是按照向导做的: 我坚持指挥: /etc/init.d/oracle-xe-18c配置 有误: ORA-03113:通信通道上的文件结束 以下是跟踪日志中的详细信息: Exception [type: SIGSEGV, SI_KERNEL(general_protection)] [ADDR:0x0] [PC:0x7F40B3F4EF42, adjtime()+3346] [flags: 0x0

今天我试图在ubuntu上安装oracle-18c-xe,但我确实遇到了错误ORA-07445。 我是按照向导做的:

我坚持指挥: /etc/init.d/oracle-xe-18c配置

有误: ORA-03113:通信通道上的文件结束

以下是跟踪日志中的详细信息:

Exception [type: SIGSEGV, SI_KERNEL(general_protection)] [ADDR:0x0] [PC:0x7F40B3F4EF42, adjtime()+3346] [flags: 0x0, count: 1]
Errors in file /opt/oracle/diag/rdbms/xe/XE/trace/XE_ora_4266.trc  (incident=7):
ORA-07445: exception encountered: core dump [adjtime()+3346] [SIGSEGV] [ADDR:0x0] [PC:0x7F40B3F4EF42] [SI_KERNEL(general_protection)] []
Incident details in: /opt/oracle/diag/rdbms/xe/XE/incident/incdir_7/XE_ora_4266_i7.trc
Use ADRCI or Support Workbench to package the incident.

[ default][ default]u_set_comp_error: comptype '103' : error '29'
[   CLWAL][   CLWAL]clsw_Initialize: Error [32] from procr_init_ext
[   CLWAL][   CLWAL]clsw_Initialize: Error [PROCL-32: Oracle High Availability Services on the local node is not running Messaging error [gipcretConnectionRefused] [29]] from procr_init_ext
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnpkww_initclswcx: [at clsgpnpkww.c:353] Result: (56) CLSGPNP_OCR_INIT. (:GPNP01201:)Failed to init CLSW-OLR context. CLSW Error (3): CLSW-3: Error in the cluster registry (OCR) layer. [32] [PROCL-32: Oracle High Availability Services on the local node is not running Messaging error [gipcretConnectionRefused] [29]]
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnpwu_walletfopen: [at clsgpnpwu.c:382] Result: (66) CLSGPNP_WALLET_NONE. (:GPNP01603:)Wallet file not found: '/opt/oracle/product/18c/dbhomeXE/gpnp/epay/wallets/prdr/cwallet.sso'
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnpwu_walletfopen: [at clsgpnpwu.c:500] Result: (66) CLSGPNP_WALLET_NONE. (:GPNP01610:)Cannot open wallet: '/opt/oracle/product/18c/dbhomeXE/gpnp/epay/wallets/prdr/cwallet.sso'
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnp_getCK: [at clsgpnp0.c:2871] (:GPNP00233:)Fatal error: failed to get local gpnp security keys (wallet). Gpnp profiles cannot be verified. ***LOCAL GPNP SETUP INVALID***.>
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnp_InitIdSetCtxCK: [at clsgpnp0.c:5611] Result: (59) CLSGPNP_OCR_NOSRV. (:GPNP00267:)Cannot get stored certkey for id=1
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnp_Init: [at clsgpnp0.c:1055] Result: (59) CLSGPNP_OCR_NOSRV. (:GPNP00211:)Error getting certkeys. 
2020-06-16 12:42:26.066 : [    GPNP][    GPNP] clsgpnp_Init init failed. Error: CLSGPNP_ERR (1) .
2020-06-16 12:42:26.066 : [ CLSINET][ CLSINET] Failed to initialize clsgpnp context grv 1

请帮帮我!非常感谢你

请注意,Linux家族树有几个“分支”,oracle是为一个与Ubuntu所在的分支完全不同的分支而设计的。你已经找到了让oracle安装到Ubuntu上的众多黑客之一,但这正是它的本来面目——一个黑客。 正如@pmda所说,您将继续遇到问题


解决方案是在ubuntu上创建一个vm,然后在该vm上安装Oracle Linux,并在那里创建数据库。看见我的个人笔记本电脑正在运行Ubuntu,虚拟机方法正是我所做的。

它说有一个跟踪文件:/opt/oracle/diag/rdbms/xe/xe/trace/xe_ora_4266.trc。你看过了吗?@APC是的,上面我发布的跟踪日志中的详细信息。请注意,Ubuntu上不支持Oracle版本,不管一些博客怎么描述。错误ORA-03113表示您的连接意外中断,如从核心转储中断的连接。从您发布的跟踪中可以看出,这可能是目录的权限问题和/或安装的其他部分失败。只要使用这样的配置,就会出现更多这样的随机错误。如果您希望得到这样的帮助,请使用一种受支持的配置,人们实际上会有广泛的使用经验。@pmdba非常感谢!非常感谢你!