ITPUB个人空间 »
liufxiang的个人空间
欢迎访问 liufxiang 的个人空间
我的论坛主题
-
2008-04-21 10:17:21 / 软件测试
把后台运行的程序以系统服务方式运行,在测试的时候需要注意什么?请帮忙?
查看(568)
评论(4)
-
2008-04-21 10:15:27 / 软件测试
测试多线程需要注意什么?有没有合适的测试工具可以使用?请各位帮忙?
查看(469)
评论(1)
-
2008-04-18 14:16:07 / Oracle数据库管理
不知道哪些情况会报这个错误?
查看(162)
评论(0)
-
2008-04-03 09:48:47 / Oracle数据库管理
请输入用户名:sys/sys@rmandb as sysdba连接到:Oracle9i Enterprise Edition Release 9.2.0.1.0 - ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.1.0 - ProductionSQL> ALTER SYSTEM SET log_archive_format=%d_%r_%s.log scope=spfile;ALTER SYSTEM SET log_archive_format=%d_%r_%s.log scope=spfile*ERROR 位于第 1 行:ORA-00911: 无效字符环境为win2003,oracle9i。不知道为什么会报无效字符,有错误吗?还请各
查看(279)
评论(0)
-
2008-04-02 19:18:09 / Oracle数据库管理
1、log_archive_start=true #启动自动归档 log_archive_format=ARC%T%S.arc #归档文件格式 log_archive_dest=/u02/arch #归档路径2、mount状态下修改:alter database archivelog; alter database open;可是为什么在inti.ora文件中没有找到上面三个设置项呀,目录是D:oracleadminmydbpfile请指点一下:
查看(378)
评论(6)
-
2008-04-02 17:38:49 / Oracle数据库管理
新建目录数据库rmandb,创建用户rman,并进行授权,都成功。但是在创建目录服务器恢复目录时,报下面的提示,请问是什么原因?C:Documents and SettingsAdministrator>rman catalog rman/rman@rmandb恢复管理器: 版本9.2.0.1.0 - ProductionCopyright (c) 1995, 2002, Oracle Corporation.All rights reserved.RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571: ===============================
查看(295)
评论(4)