ChinaUnix.net
相关文章推荐:

oraclesysmanemcpexceptionEMConfigException启动 Database Control 时出错

我在机器上要启动oracle 10g的database control 进程,怎么一直会报这个错误,居然会扯到iis去了 C:\>emctl status dbconsole Oracle Enterprise Manager 10g database control Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http://jiangfeng:%s_oc4jWebsitePort%/em/console/aboutApplication ormi port value emctl start dbconsole Oracle Ente...

by jiangf - Oracle - 2008-07-10 14:32:51 阅读(3568) 回复(8)

相关讨论

我刚学Informix,安装了SQL,ESQL,SE,IDS(7.31)后,初始化也成功了,创建一个应用数据库、表也成功了,但在用onstat -m 命令后,出现以下错误: Building 'sysmaster' database .....,Error building 'sysmaster' database,see '/tmp/buildsmi.582' 不知道什么原因,请高手帮忙(我用的是文件系统,不是裸设备)

by oldxu - Informix - 2004-12-16 17:29:58 阅读(726) 回复(1)

[oracle@aaa oracle]sqlplus " / as sysdba" SQL*Plus: Release 9.2.0.1.0 - Production on Wed Oct 12 17:18:34 2005Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to an idle instance. SQL>; startup ORACLE instance started. Total System Global Area 235999352 bytes Fixed Size 450680 bytes Variable Size 201326592 bytes database Buffers ...

by barry_zhu - Oracle - 2005-10-20 23:36:58 阅读(1247) 回复(6)

两台机器做HDR,使用onbar备份恢复,在恢复操作,最后一步失败,原因未知,求助达人 2009-04-22 08:16:11 5056 5054 /home/informix/bin/onbar_d -r -p 2009-04-22 08:18:51 5056 5054 Successfully connected to Storage Manager. 2009-04-22 08:18:51 5056 5054 Begin cold level 0 restore rootdbs (Storage Manager copy ID: 1013706525 0). 2009-04-22 08:19:02 5056 5054 Completed cold level 0 restore rootdbs...

by flyinweb - Informix - 2009-04-29 15:58:47 阅读(2941) 回复(7)

sybase服务器在远程的unix系统上,我在本地的win2000上想备份数据库在本机出错,请问为什么? -------------------------------------------------------------------------------------1>; dump database selfecdb to "f:\selfecdb.dmp" 2>; go Backup Server session id is: 33. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Se...

by chenzhu - Sybase - 2004-03-17 17:00:26 阅读(936) 回复(4)

[root@localhost alaya]# service ldap start 正在检查 slapd 的配置文件: WARNING: No dynamic config support for database ldbm. ldbm_back_db_open: alock package is unstable; database may be inconsistent! config file testing succeeded [确定] 启动 slapd: [确定] 我对ldbm和bdb数据库不明白有什么区别,...

by alaya - 服务器应用 - 2007-04-13 02:35:34 阅读(2841) 回复(1)

unix启动到checking ttys database就停滞不动,请问大师怎么解决?急,在线等

by qsnxcwg - 其他UNIX - 2006-02-13 15:45:38 阅读(1747) 回复(16)

急救:启动到“checking ttys database...”没有反应 但可以从单用户模式进多用户模式, 同报错“prc_sync:script(s80lp)failed to complete in 120 seconds。 请各位施以援手,不胜感激!

by lyflyf - 其他UNIX - 2003-08-04 16:59:46 阅读(584) 回复(1)

出错信息: Relinkling Error.The executables for Oracle7 Distributed database option were not made successfully.

by obuy - 其他UNIX - 2004-04-14 16:27:33 阅读(449) 回复(1)

安装oracle,在linking oracle9i database 9.2.0.1出错: Error in invoking target install of makefile /opt/oracle/porduct/9.1.0.2/plsql/lib/ins_plsql.mk Error in invoking target relink of makefile /opt/oracle/product/9.1.0.2/precomp/lib/ins_precomp.mk Error in invoking target install of makefile /opt/oracle/product/9.1.0.2/sqlplus/lib/ins_sqlplus.mk Error in invoking target install of mak...

by rethink - Oracle - 2003-11-11 13:23:38 阅读(750) 回复(4)

SQL> create database newdb 2 maxinstances 1 3 maxloghistory 1 4 maxlogfiles 5 5 maxlogmembers 5 6 maxdatafiles 100 7 datafile 'c:\oracle\oradata\newdb\system01.dbf' size 325M 8 reuse autoextend on next 10240K maxsize unlimited 9 undo tablespace "UNDOTBS" datafile 'c:\oracle\oradata\newdb\undotbs01.dbf' size 200M 10 reuse autoextend on next 5120K maxsize unlimited 11 cha...

by camham - Oracle - 2006-09-26 16:55:21 阅读(1147) 回复(5)