Hi, Some of the concurrent managers are not coming up and showing the following error :The actual value of the manager is 0. ERROR "System Hold, Fix Manager before resetting counters". thanks.
Oraask Latest Questions
Hi, I faces two ORA error while using SYS.DBMS_ADVANCED_REWRITE this my program and error raised : [code] DECLARE l_src LONG; l_dest LONG; BEGIN l_src := 'select a.empno, a.ename, a.sal, sum(b.sal) ' || 'from emp a, emp b ' || 'WHERE a.sal > b.sal ' || 'OR ' || '( a.sal= b.sal ' || 'and a.rowid ...
Hello , i need to cancel Concurrent Requests in back-end. Thanks,
Hi, I need to create a Schema like APPS Schema in Oracle Application R12 but read only. Thanks, Mina
suppose we have created new directory on database server and give it required privileges like : [code]CREATE OR REPLACE DIRECTORY TEST_DIR AS '/usr/tmp'; GRANT READ, WRITE ON DIRECTORY TEST_DIR TO MYUSER;[/code] Now i want to know if oracle has capable to read and ...
I have created materialized view successfully but when i am trying to add filter condition on that materialized view along with refresh fast clause i'm getting this error: ORA-12015: cannot create a fast refresh materialized view from a complex query this my ...
When trying to run WEB (PIA) Server, I'm getting the following error: A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ef8664b, pid=352, tid=1924 JRE version: 7.0_02-b13 Java VM: Java HotSpot(TM) Client VM (22.0-b10 mixed mode windows-x86 ) Problematic frame: C ...