Oracle11g安装olap,oracle11g安装中的问题

该博客详细记录了在Oracle 11g Enterprise Edition中使用SQL*Plus进行系统设置的过程,包括alter system命令调整job_queue_processes的数量,以及通过emca-configdb进行数据库控制台配置的步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

C:\Users\Administrator>sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期五 8月 31 09:20:34 2012 Copyright (c) 1982, 2010, Oracle.  All rights reserved. 连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> select * from v$version 2  ; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production PL/SQL Release 11.2.0.1.0 - Production CORE    11.2.0.1.0      Production TNS for 32-bit Windows: Version 11.2.0.1.0 - Production NLSRTL Version 11.2.0.1.0 - Production SQL> quit 从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options 断 开 C:\Users\Administrator>sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on 星期五 8月 31 09:21:31 2012 Copyright (c) 1982, 2010, Oracle.  All rights reserved. SQL> conn / as sysdba 已连接。 SQL> alter system set job_queue_processer=5; alter system set job_queue_processer=5 * 第 1 行出现错误: ORA-02065: 非法的 ALTER SYSTEM 选项 SQL>  set job_queue_processer=5; SP2-0735: 未知的 SET 选项开头 "job_queue_..." SQL> alter system set job_queue_processer=5; alter system set job_queue_processer=5 * 第 1 行出现错误: ORA-02065: 非法的 ALTER SYSTEM 选项 SQL> connect orcl/orcl ERROR: ORA-01017: invalid username/password; logon denied 警告: 您不再连接到 ORACLE。 SQL> connect system/w123 已连接。 SQL> show parameter job; NAME                                 TYPE        VALUE ------------------------------------ ----------- ------------------------------ job_queue_processes                  integer     0 SQL> alter system set job_queue_processes=5; 系统已更改。 SQL> quit 从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options 断 开 然后emca -config dbcontrol db 重新配置

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值