-
2008-09-26 20:46:41 / Oracle数据库管理
想做个分区表测试SQL> create table ptable(id int,puttime date) partition by range(puttime)2(partition p1 values less than(to_date('2008-01-01','yyyy-mm-dd')),3partition p2 values less than(maxvalue));意图将08年前的puttime放到p1 tablespace但是SQL> insert into ptable select 8,to_date('1978-06-18','yyyy-mm-dd') from dba_objects;49975 rows created.发现放到了p2 中,为什么没有放到p1中?理论上1978
查看(203)
评论(11)
-
2008-09-26 10:48:48 / Oracle数据库管理
db_namedb_unique_nameservice_nameinstance_name
查看(209)
评论(12)
-
2008-09-25 20:29:07 / Oracle数据库管理
也就是OEM登入时首页显示Login to database:取决于什么名称?我的参数有db_name=jhknowservice_name=bigdbdb_unique_name=bigdbinstance_name=jhknow
查看(65)
评论(1)
-
2008-09-25 19:14:49 / Oracle数据库管理
想做一下emca -repos recreate居然报下面错误:INFO: This operation is being logged at /u01/oracle/cfgtoollogs/emca/bigdb/emca_2008-09-25_07-11-31-PM.log.Sep 25, 2008 7:11:42 PM oracle.sysman.emcp.EMReposConfig dropRepositoryINFO: Dropping the EM repository (this may take a while) ...Sep 25, 2008 7:11:42 PM oracle.sysman.emcp.util.PlatformInterface executeCommandWARNING: Error executing /u01/oracle/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(P
查看(62)
评论(0)
-
2008-09-22 13:07:01 / Oracle数据库管理
主库上在oradata内redo.log文件,用duplicate target database for standby nofilenamecheck dorecover.操作后形成的备库上产生了redo.log文件为什么会在flash_recover_area?而且文件名也是自动给的。感觉是OMF的作用结果?我想知道,如何才能做成象主库一样,自动生成在ordata目录下?
查看(72)
评论(1)
-
2008-09-19 14:54:19 / Oracle数据库管理
QL> show parameter commit_write;NAMETYPEVALUE------------------------------------ ----------- ------------------------------commit_writestringSQL>我的看不出来。
查看(90)
评论(3)
-
2008-09-19 14:01:40 / Oracle数据库管理
syscreate tablemytb tablespace myts as select * from dba_objects即使做了如下动作grant select any table to ericgrant select_catalog_role to ericcreate public synonym mytb for sys.mytblogin as ericselect * from mytbselect * from sys.mytball get errorora-00942只有grant dba to eric才能解决吗?
查看(134)
评论(11)
-
2008-09-19 13:44:12 / Oracle数据库管理
是不是有什么逻辑规则,比如是不是后半夜检查再发送的啊!?
查看(4925)
评论(10)
-
2008-09-19 13:11:32 / Oracle数据库管理
1。假设,我用rman的方式在另一物理服务器上建立了physical standby,但此时spfile两边都还没有改成符合dg环境的参数,比如log_archive_dest_2等。过了几天再重新配置(期间primary这边肯定有新的archivelog生成),我还能重新配置standby参数吗?还是要重新从头建立?2、physical standby自身会产生redolog 吗?
查看(76)
评论(3)
-
2008-09-17 12:10:36 / ERP产品与实践
有没有erp用户进行服务器托管的?了解下来一般托管在专业的idc机房的服务器应用多数是提供一些web,ftp.mail等internet为主的服务,有没有像erp这样大数量交换的应用也用托管形式的用户?背景:老板担心自己机房由于预算有限,担心配置不够而导致可能的数据丢失,让了解一下有没有这种托管服务。
查看(291)
评论(8)