|
# 18897
永恒
|
|
|
To: eygle
我在做高级复制的测试,一开始dblink建立的时候,是用用户建立的,
高级复制的参数为Advanced replication=true;
global_name = true;
job_queue_processes=10;
创建主体复制组后,状态是QUIESCED;
用select 'execute dbms_repcat.create_master_repobject(sname=>''test_user'',oname=>'''
|| table_name || ''',type=>''table'',use_existing_object=>true,gname=>''rep_gp_day'');'
CREATE_SQL from tabs;
select 'dbms_repcat.generate_replication_support(''test_user'',''' || table_name ||
''',''table'');' GEN_SQL from tabs;
生成的sql去执行,可是执行的时候,很慢,昨天我跑了一个晚上都没有成功,怎么回事呢?
From: 永恒 2006.11.02 15:21
|
|
|
|
|
# 18893
毛毛
来自: 北京
|
|
|
To:
Oracle服务器启动时,报 “Oracle Intelligent Agent Executable 遇到了一个问题,需要关闭“, 请问这是什么原因?数据库可以正常启动。
From: 毛毛 2006.11.01 23:10
|
|
|
|
|
# 18889
我想留言板问题
|
|
|
To:
我想知道,这个留言板是什么,我也想在自己的网站上架一个
那里能找的这个版本的
From: 我想留言板问题 2006.10.31 18:33
|
|
|
|
|
# 18877
Chi
来自: Mexico
|
|
|
To: Eygle
This is response to my previous question of Java problem on AIX 5.3 box.I fond out that the JIT is disabled on that box, Don't know why.I am going to unset JAVA_COMPILER to use JIT.Is there problem to set the JAVA_COMPILER environment variable for Oracle 10.2.0.1?Does Oracle use its own Java J2RE?
From: Chi 2006.10.28 10:35
|
|
|
|
|
# 18872
Chi
来自: Mexico
|
|
|
To: Eygle
There was a problem with my EM connection to the 10.2.0.2 and my colleague reported slow activities of Oracle on AIX 5.3 machine, so I check the emoms.trc under the $ORACLE_HOME/$host_sid/sysman/log and found these
2006-10-25 01:00:16,679 [JobWorker 2583:Thread-14] ERROR em.jobs executeCommand.159 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
2006-10-25 09:46:31,096 [XMLLoader0 00000056825.xml] WARNeml.XMLLoader LoadFiles.611 - Marking the file for retry : 00000056825.xml after receiving exception : ORA-01861: literal does not match format string
2006-10-25 09:46:31,177 [XMLLoader0] ERROR eml.XMLLoader run.1184 - Exception caught while loading: ORA-01861: literal does not match format string
java.sql.SQLException: ORA-01861: literal does not match format string
What does it mean? I am loooking the ORA-01861
Thanks.
From: Chi 2006.10.28 00:01
|
|
|
|
|