Get blocking detected when waiting for resource query error select...

Hi all

I get an error below each time that the execution of the select query below...

a few times, it will show lock detected while you wait resource and finished...

a few times, it runs and give the result...

but all the time, he writes a journal to alert to the alert

Plesae suggest how to solve the problem...

Thanks in advance

.

Env: Linux / Oracle 11.2.0.3.3

.

.

Alerts log error:

Errors in the /u01/oracle/oracle/diag/rdbms/bdrdb/bdrdb/trace/bdrdb_p017_6076.trc file:

ORA-00060: Deadlock detected while you wait resource

ORA-10387: interruption of server a (normal) parallel query

Trace file... information bdrdb_p017_6076.trc:

Trace file /U01/Oracle/Oracle/diag/RDBMS/bdrdb/bdrdb/trace/bdrdb_p017_6076.TRC

Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

With partitioning, OLAP, Data Mining and Real Application Testing options

ORACLE_HOME = /u01/oracle/oracle/product/11.2.0/dbhome_1

Name of the system: Linux

Name of the node: bdrdb.cteplindia.com

News Release: 2.6.18 - 308.el5PAE

Version: #1 SMP kills Jan 27 17:40:09 EST 2012

Machine: i686

Instance name: bdrdb

Redo thread mounted by this instance: 1

Oracle process number: 92

Unix process pid: 6076, image: [email protected] (P017)

2013-11-04 23:18:57.915

SESSION ID: (423.59970) 2013-11-04 23:18:57.915

CUSTOMER ID :() 23:18:57.915 2013-11-04

SERVICE NAME: (bdrdb) 2013-11-04 23:18:57.915

MODULE NAME :() 23:18:57.915 2013-11-04

ACTION NAME :() 23:18:57.915 2013-11-04

.

.

2013-11-04 23:18:57.915

DEADLOCK DETECTED (ORA-00060)

.

[Transaction blocking]

Deadlock graph event:

-Blockers - Waiter (s).

Resource name process session held process session expected holds expected

PS-00000001-00000011 92 423 S 33 128 S X

BF-2ed08c01-00000000 33 128 S 92 423 S X

session 423: C 005-0001-00081126 session 128: DONE 01/21/67 D 23

session 128: MADE 21/01/67 D session 23 423: have you 0001-005 C-00081126

DEADLOCK DETECTED (ORA-00060)

[Transaction blocking]

Deadlock graph event:

-Blockers - Waiter (s).

Resource name process session held process session expected holds expected

PS-00000001-00000011 92 423 S 33 128 S X

BF-2ed08c01-00000000 33 128 S 92 423 S X

session 423: C 005-0001-00081126 session 128: DONE 01/21/67 D 23

session 128: MADE 21/01/67 D session 23 423: have you 0001-005 C-00081126

Expected number of lines:

Session 423: no line

Session 128: obj - rowid = 00021DC1 - AAAh3BAAVAAAQL/AAA

(dictionary objn - 138689, file - 21, block - 66303, machine slot - 0)

-Information for OTHER waiting sessions-

Session 128:

SID: 128 ser: 46176 audsid: 1836857 user: 102/DBLOCAL

indicators: (0 x 8000041) USR /-flags_idl: (0 x 1) BSY /-/ - /-/ - / -.

Flags2: (0 x 40009) - /-/ INC.

PID: 33 info o/s: user: oracle, duration: UNKNOWN, ospid: 31611

image: [email protected]

Customer details:

Info of the o/s: user: hidden, term: hidden, ospid: 5924:568

machine: hidden program: Toad.exe

application name: TOAD background query session, the hash value = 526966934

SQL courses

application name: TOAD background query session, the hash value = 526966934

SQL courses

SELECT DISTINCT B_FP_TEST. TEST_ID

OF B_FP_TEST.

B_USER_INFO,

J_FP_INVESTIGATOR,

L_TEST_STATUS,

L_ATMS_TEST_TYPE,

j_op_test_anml

WHERE B_FP_TEST. TEST_ID = J_FP_INVESTIGATOR. TEST_ID

AND B_FP_TEST. TEST_TYPE_ID = L_ATMS_TEST_TYPE. ATMS_TEST_TYPE_ID

AND B_USER_INFO. B_USER_INFO_ID = J_FP_INVESTIGATOR. INVESTIGATOR_ID

AND B_FP_TEST. BATCH = L_TEST_STATUS. BATCH

AND B_FP_TEST.IS_DELETED =: "SYS_B_00."

AND B_FP_TEST. TEST_NUM NOT IN (: 'SYS_B_01,': 'SYS_B_02': 'SYS_B_03')

AND L_ATMS_TEST_TYPE.IS_DELETED =: "SYS_B_04."

AND J_FP_INVESTIGATOR.is_pi =: "SYS_B_05."

AND L_TEST_STATUS. STATUS (: 'SYS_B_06': 'SYS_B_07': 'SYS_B_08')

AND j_op_test_anml.test_id = B_FP_TEST. TEST_ID

.

.

-End of information for OTHER waiting sessions-

.

.

2013-11-04 23:18:57.916

dbkedDefDump(): from a dump of diagnosis non-event (flags = 0 x 0, level = 3, mask = 0 x 0)

-Error stack dump-

ORA-00060: Deadlock detected while you wait resource

ORA-10387: interruption of server a (normal) parallel query

-SQL statement (none).

Run SQL information not available - no cursor.

-Call trace stack memory-

call call entered the argument values in hex

location point type (? means dubious value)

More...

.

.

.

.

Query:

SELECT DISTINCT B_FP_TEST. TEST_ID

OF B_FP_TEST.

B_USER_INFO,

J_FP_INVESTIGATOR,

L_TEST_STATUS,

L_ATMS_TEST_TYPE,

j_op_test_anml

WHERE B_FP_TEST. TEST_ID = J_FP_INVESTIGATOR. TEST_ID

AND B_FP_TEST. TEST_TYPE_ID = L_ATMS_TEST_TYPE. ATMS_TEST_TYPE_ID

AND B_USER_INFO. B_USER_INFO_ID = J_FP_INVESTIGATOR. INVESTIGATOR_ID

AND B_FP_TEST. BATCH = L_TEST_STATUS. BATCH

AND B_FP_TEST.IS_DELETED = 0

AND B_FP_TEST. TEST_NUM NOT IN (1, 2, 99)

AND L_ATMS_TEST_TYPE.IS_DELETED = 0

AND J_FP_INVESTIGATOR.is_pi = 1

AND L_TEST_STATUS. STATUS ('regular', 'In progress', 'completed')

AND j_op_test_anml.test_id = B_FP_TEST. TEST_ID

AND ((j_op_test_anml.end_date ENTRE TO_DATE (28 octobre 2013 ") - 1))

AND TO_DATE (4 November 2013 ') + 1).

OR (j_op_test_anml.start_date BETWEEN TO_DATE (28 October 2013 "") - 1).

AND TO_DATE (4 November 2013 ') + 1).

OR (TO_DATE (28 October 2013') BETWEEN j_op_test_anml.start_date)

AND j_op_test_anml.end_date)

OR (TO_DATE (4 November 2013") BETWEEN j_op_test_anml.start_date)

(AND j_op_test_anml.end_date))

AND L_ATMS_TEST_TYPE.IS_DELETED = 0

AND B_FP_TEST. DATASOURCE_ID = 9

.

.

.

Exp query plan:

Hash value of plan: 3398228788

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

| ID | Operation                                          | Name                | Lines | Bytes | Cost (% CPU). Time | Pstart. Pstop |    TQ | IN-OUT | PQ Distrib.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

|   0 | SELECT STATEMENT |                     |  1501 |   102K |  1929 (1) | 00:00:24 |       |       |        |      |            |

|   1.  HASH UNIQUE                                       |                     |  1501 |   102K |  1929 (1) | 00:00:24 |       |       |        |      |            |

|   2.   CONCATENATION.                     |       |       |            |          |       |       |        |      |            |

|   3.    COORDINATOR OF PX |                     |       |       |            |          |       |       |        |      |            |

|   4.     PX SEND QC (RANDOM). : TQ30005 |   241. 16870 |   800 (1) | 00:00:10 |       |       |  Q3, 05 | P > S | QC (RAND) |

|*  5 |      HASH JOIN                                     |                     |   241. 16870 |   800 (1) | 00:00:10 |       |       |  Q3, 05 | SVCP |            |

|   8 2       PX RECEIVE                                   |                     |   246. 15990.   797 (1) | 00:00:10 |       |       |  Q3, 05 | SVCP |            |

|   7.        PX SEND HASH | : TQ30004 |   246. 15990.   797 (1) | 00:00:10 |       |       |  Q3, 04 | P > P | HASH |

|*  8 |         HASH JOIN                                  |                     |   246. 15990.   797 (1) | 00:00:10 |       |       |  Q3, 04 | SVCP |            |

|   9.          RECEIVE PX |                     |   573. 29223 |   793 (1) | 00:00:10 |       |       |  Q3, 04 | SVCP |            |

|  10.           PX SEND HASH | : TQ30003 |   573. 29223 |   793 (1) | 00:00:10 |       |       |  Q3, 03 | P > P | HASH |

| * 11 |            HASH JOIN                               |                     |   573. 29223 |   793 (1) | 00:00:10 |       |       |  Q3, 03 | SVCP |            |

|  12.             KIND OF BUFFER.                     |       |       |            |          |       |       |  Q3, 03 | ISSUE |            |

|  13.              RECEIVE PX |                     |       |       |            |          |       |       |  Q3, 03 | SVCP |            |

|  14.               PX SEND BROADCAST | : TQ30000 |       |       |            |          |       |       |        | S > P | BROADCAST |

|  15.                NESTED LOOPS |                     |       |       |            |          |       |       |        |      |            |

|  16.                 NESTED LOOPS |                     |   485. 20855 |   781 (0) | 00:00:10 |       |       |        |      |            |

|  17.                  TABLE ACCESS BY INDEX ROWID | J_OP_TEST_ANML |   485. 10185 |   296 (0) | 00:00:04 | ROWID | ROWID |        |      |            |

| * 18.                   INDEX RANGE SCAN | IDX$ $_2D190001 |   485.       |     4 (0) | 00:00:01 |       |       |        |      |            |

| * 19.                  INDEX UNIQUE SCAN | FT_TEST_ID_PK |     1.       |     0 (0) | 00:00:01 |       |       |        |      |            |

| * 20.                 TABLE ACCESS BY INDEX ROWID | B_FP_TEST |     1.    22.     1 (0) | 00:00:01 | ROWID | ROWID |        |      |            |

|  21.             ITERATOR BLOCK PX |                     | 70382 |   549KO |    11 (0) | 00:00:01 |       |       |  Q3, 03 | ISSUE |            |

| * 22.              TABLE ACCESS FULL | J_FP_INVESTIGATOR | 70382 |   549KO |    11 (0) | 00:00:01 |       |       |  Q3, 03 | SVCP |            |

|  23.          KIND OF BUFFER.                     |       |       |            |          |       |       |  Q3, 04 | ISSUE |            |

|  24.           RECEIVE PX |                     |     3.    42.     3 (0) | 00:00:01 |       |       |  Q3, 04 | SVCP |            |

|  25.            PX SEND HASH | : TQ30001 |     3.    42.     3 (0) | 00:00:01 |       |       |        | S > P | HASH |

| * 26.             TABLE ACCESS FULL | L_TEST_STATUS |     3.    42.     3 (0) | 00:00:01 |       |       |        |      |            |

|  27.       KIND OF BUFFER.                     |       |       |            |          |       |       |  Q3, 05 | ISSUE |            |

|  28.        PX RECEIVE                                  |                     |    30.   150.     3 (0) | 00:00:01 |       |       |  Q3, 05 | SVCP |            |

|  29.         PX SEND HASH | : TQ30002 |    30.   150.     3 (0) | 00:00:01 |       |       |        | S > P | HASH |

| * 30 |          TABLE ACCESS FULL | L_ATMS_TEST_TYPE |    30.   150.     3 (0) | 00:00:01 |       |       |        |      |            |

|  31.    NESTED LOOPS |                     |       |       |            |          |       |       |        |      |            |

|  32.     NESTED LOOPS |                     |     3.   210 |   329 (1) | 00:00:04 |       |       |        |      |            |

|  33.      NESTED LOOPS |                     |     3.   195.   329 (1) | 00:00:04 |       |       |        |      |            |

| * 34 |       HASH JOIN                                    |                     |     2.   114.   325 (1) | 00:00:04 |       |       |        |      |            |

|  35.        NESTED LOOPS |                     |       |       |            |          |       |       |        |      |            |

|  36.         NESTED LOOPS |                     |     6.   258.   322 (1) | 00:00:04 |       |       |        |      |            |

|  37.          RANGE OF SINGLE PARTITION |                     |     6.   126.   316 (1) | 00:00:04 |     7.     7.        |      |            |

| * 38 |           TABLE ACCESS FULL | J_OP_TEST_ANML |     6.   126.   316 (1) | 00:00:04 |     7.     7.        |      |            |

| * 39 |          INDEX UNIQUE SCAN | FT_TEST_ID_PK |     1.       |     0 (0) | 00:00:01 |       |       |        |      |            |

| * 40 |         TABLE ACCESS BY INDEX ROWID | B_FP_TEST |     1.    22.     1 (0) | 00:00:01 | ROWID | ROWID |        |      |            |

| * 41.        TABLE ACCESS FULL | L_TEST_STATUS |     3.    42.     3 (0) | 00:00:01 |       |       |        |      |            |

| * 42 |       TABLE ACCESS BY INDEX ROWID | J_FP_INVESTIGATOR |     1.     8.     2 (0) | 00:00:01 |       |       |        |      |            |

| * 43.        INDEX RANGE SCAN | FI_TEST_ID_PK |     1.       |     1 (0) | 00:00:01 |       |       |        |      |            |

| * 44 |      INDEX UNIQUE SCAN | L_ATMS_TEST_TYPE_PK |     1.       |     0 (0) | 00:00:01 |       |       |        |      |            |

| * 45 |     TABLE ACCESS BY INDEX ROWID | L_ATMS_TEST_TYPE |     1.     5.     1 (0) | 00:00:01 |       |       |        |      |            |

|  46.    COORDINATOR OF PX |                     |       |       |            |          |       |       |        |      |            |

|  47.     PX SEND QC (RANDOM). : TQ20003 |       |       |            |          |       |       |  Q2, 03 | P > S | QC (RAND) |

|  48.      NESTED LOOPS |                     |       |       |            |          |       |       |  Q2, 03 | SVCP |            |

|  49.       NESTED LOOPS |                     |    33.  2310 |   399 (2) | 00:00:05 |       |       |  Q2, 03 | SVCP |            |

| * 50 |        HASH JOIN                                   |                     |    33.  2145.   397 (2) | 00:00:05 |       |       |  Q2, 03 | SVCP |            |

|  51.         RECEIVE PX |                     |    78.  3978 |   393 (1) | 00:00:05 |       |       |  Q2, 03 | SVCP |            |

|  52.          PX SEND HASH | : TQ20002 |    78.  3978 |   393 (1) | 00:00:05 |       |       |  Q2, 02 | P > P | HASH |

| * 53 |           HASH JOIN                                |                     |    78.  3978 |   393 (1) | 00:00:05 |       |       |  Q2, 02 | SVCP |            |

|  54.            KIND OF BUFFER.                     |       |       |            |          |       |       |  Q2, 02 | ISSUE |            |

|  55.             RECEIVE PX |                     |       |       |            |          |       |       |  Q2, 02 | SVCP |            |

|  86 M |              PX SEND BROADCAST | : TQ20000 |       |       |            |          |       |       |        | S > P | BROADCAST |

|  57.               NESTED LOOPS |                     |       |       |            |          |       |       |        |      |            |

|  58.                NESTED LOOPS |                     |    66.  2838 |   382 (1) | 00:00:05 |       |       |        |      |            |

|  59.                 RANGE OF SINGLE PARTITION |                     |    66.  1386 |   316 (1) | 00:00:04 |     7.     7.        |      |            |

| * 60 |                  TABLE ACCESS FULL | J_OP_TEST_ANML |    66.  1386 |   316 (1) | 00:00:04 |     7.     7.        |      |            |

| * 61.                 INDEX UNIQUE SCAN | FT_TEST_ID_PK |     1.       |     0 (0) | 00:00:01 |       |       |        |      |            |

| * 62 |                TABLE ACCESS BY INDEX ROWID | B_FP_TEST |     1.    22.     1 (0) | 00:00:01 | ROWID | ROWID |        |      |            |

|  63.            ITERATOR BLOCK PX |                     | 70382 |   549KO |    11 (0) | 00:00:01 |       |       |  Q2, 02 | ISSUE |            |

| * 64 |             TABLE ACCESS FULL | J_FP_INVESTIGATOR | 70382 |   549KO |    11 (0) | 00:00:01 |       |       |  Q2, 02 | SVCP |            |

|  65.         KIND OF BUFFER.                     |       |       |            |          |       |       |  Q2, 03 | ISSUE |            |

|  66.          RECEIVE PX |                     |     3.    42.     3 (0) | 00:00:01 |       |       |  Q2, 03 | SVCP |            |

|  67.           PX SEND HASH | : TQ20001 |     3.    42.     3 (0) | 00:00:01 |       |       |        | S > P | HASH |

| * 68 |            TABLE ACCESS FULL | L_TEST_STATUS |     3.    42.     3 (0) | 00:00:01 |       |       |        |      |            |

| * 69 |        INDEX UNIQUE SCAN | L_ATMS_TEST_TYPE_PK |     1.       |     0 (0) | 00:00:01 |       |       |  Q2, 03 | SVCP |            |

| * 70 |       TABLE ACCESS BY INDEX ROWID | L_ATMS_TEST_TYPE |     1.     5.     1 (0) | 00:00:01 |       |       |  Q2, 03 | SVCP |            |

|  71.    COORDINATOR OF PX |                     |       |       |            |          |       |       |        |      |            |

|  72.     PX SEND QC (RANDOM). : TQ10003 |       |       |            |          |       |       |  Q1, 03 | P > S | QC (RAND) |

|  73.      NESTED LOOPS |                     |       |       |            |          |       |       |  Q1, 03 | SVCP |            |

|  74.       NESTED LOOPS |                     |    33.  2310 |   399 (2) | 00:00:05 |       |       |  Q1, 03 | SVCP |            |

| * 75 |        HASH JOIN                                   |                     |    34.  2210 |   397 (2) | 00:00:05 |       |       |  Q1, 03 | SVCP |            |

|  76.         RECEIVE PX |                     |    78.  3978 |   393 (1) | 00:00:05 |       |       |  Q1, 03 | SVCP |            |

|  77.          PX SEND HASH | : TQ10002 |    78.  3978 |   393 (1) | 00:00:05 |       |       |  Q1, 02 | P > P | HASH |

| * 78 |           HASH JOIN                                |                     |    78.  3978 |   393 (1) | 00:00:05 |       |       |  Q1, 02 | SVCP |            |

|  79.            KIND OF BUFFER.                     |       |       |            |          |       |       |  Q1, 02 | ISSUE |            |

|  80.             RECEIVE PX |                     |       |       |            |          |       |       |  Q1, 02 | SVCP |            |

|  81.              PX SEND BROADCAST | : TQ10000 |       |       |            |          |       |       |        | S > P | BROADCAST |

|  82.               NESTED LOOPS |                     |       |       |            |          |       |       |        |      |            |

|  83.                NESTED LOOPS |                     |    66.  2838 |   382 (1) | 00:00:05 |       |       |        |      |            |

|  84.                 RANGE OF SINGLE PARTITION |                     |    66.  1386 |   316 (1) | 00:00:04 |     7.     7.        |      |            |

| * 85 |                  TABLE ACCESS FULL | J_OP_TEST_ANML |    66.  1386 |   316 (1) | 00:00:04 |     7.     7.        |      |            |

| * 86 |                 INDEX UNIQUE SCAN | FT_TEST_ID_PK |     1.       |     0 (0) | 00:00:01 |       |       |        |      |            |

| * 87.                TABLE ACCESS BY INDEX ROWID | B_FP_TEST |     1.    22.     1 (0) | 00:00:01 | ROWID | ROWID |        |      |            |

|  88.            ITERATOR BLOCK PX |                     | 70382 |   549KO |    11 (0) | 00:00:01 |       |       |  Q1, 02 | ISSUE |            |

| * 89 |             TABLE ACCESS FULL | J_FP_INVESTIGATOR | 70382 |   549KO |    11 (0) | 00:00:01 |       |       |  Q1, 02 | SVCP |            |

|  90.         KIND OF BUFFER.                     |       |       |            |          |       |       |  Q1, 03 | ISSUE |            |

|  91.          RECEIVE PX |                     |     5:    42.     3 (0) | 00:00:01 |       |       |  Q1, 03 | SVCP |            |

|  92.           PX SEND HASH | : TQ10001 |     5:    42.     3 (0) | 00:00:01 |       |       |        | S > P | HASH |

| * 93 |            TABLE ACCESS FULL | L_TEST_STATUS |     5:    42.     3 (0) | 00:00:01 |       |       |        |      |            |

| * 94 |        INDEX UNIQUE SCAN | L_ATMS_TEST_TYPE_PK |     1.       |     0 (0) | 00:00:01 |       |       |  Q1, 03 | SVCP |            |

| * 95 |       TABLE ACCESS BY INDEX ROWID | L_ATMS_TEST_TYPE |     1.     3:     1 (0) | 00:00:01 |       |       |  Q1, 03 | SVCP |            |

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Information of predicates (identified by the operation identity card):

---------------------------------------------------

5 - access("B_FP_TEST".") TEST_TYPE_ID "=" L_ATMS_TEST_TYPE. " ("' ATMS_TEST_TYPE_ID")

8 - access("B_FP_TEST".") BATCH "=" L_TEST_STATUS. " ("' BATCH ')

11 - access("B_FP_TEST".") TEST_ID "=" J_FP_INVESTIGATOR. " ("' TEST_ID")

18 - access("J_OP_TEST_ANML".") Start_date"> = TO_DATE(' 2013-10-27 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND"J_OP_TEST_ANML. " "" Start_date "< = TO_DATE (' 2013-11-05)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss"))

19 - access("J_OP_TEST_ANML".") TEST_ID "=" B_FP_TEST. " ("' TEST_ID")

20 - filter("B_FP_TEST".") DATASOURCE_ID '= 9 AND 'B_FP_TEST'." ' IS_DELETED '= 0 AND 'B_FP_TEST'.' <>TEST_NUM ' 1 AND 'B_FP_TEST '. "" TEST_NUM "<>2 AND

'B_FP_TEST '. ("' TEST_NUM" <>99)

22 - filter("J_FP_INVESTIGATOR".") IS_PI "= 1)

26 - filter("L_TEST_STATUS".") STATUS "="Finished"OR"L_TEST_STATUS"". "" STATUS '= 'In progress' OR 'L_TEST_STATUS'." STATUS "="Regular")"

30 - filter("L_ATMS_TEST_TYPE".") IS_DELETED "= 0)

34 - access("B_FP_TEST".") BATCH "=" L_TEST_STATUS. " ("' BATCH ')

38 - filter("J_OP_TEST_ANML".") End_date"> = TO_DATE(' 2013-10-27 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND"J_OP_TEST_ANML. " "' End_date ' < = TO_DATE (' 2013-11-05)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss") AND (LNNVL ("J_OP_TEST_ANML". "Start_date" > = TO_DATE (' 2013-10-27 00:00:00 ',' syyyy-mm-dd hh24:mi:ss')) OR) "

LNNVL ("J_OP_TEST_ANML". "Start_date" < = TO_DATE (' 2013-11-05 00:00:00 ',' syyyy-mm-dd hh24:mi:ss')))) "

39 - access("J_OP_TEST_ANML".") TEST_ID "=" B_FP_TEST. " ("' TEST_ID")

40 - filter("B_FP_TEST".") DATASOURCE_ID '= 9 AND 'B_FP_TEST'." ' IS_DELETED '= 0 AND 'B_FP_TEST'.' <>TEST_NUM ' 1 AND 'B_FP_TEST '. "" TEST_NUM "<>2 AND

'B_FP_TEST '. ("' TEST_NUM" <>99)

41 - filter("L_TEST_STATUS".") STATUS "="Finished"OR"L_TEST_STATUS"". "" STATUS '= 'In progress' OR 'L_TEST_STATUS'." STATUS "="Regular")"

42 - filter("J_FP_INVESTIGATOR".") IS_PI "= 1)

43 - access("B_FP_TEST".") TEST_ID "=" J_FP_INVESTIGATOR. " ("' TEST_ID")

44 - access("B_FP_TEST".") TEST_TYPE_ID "=" L_ATMS_TEST_TYPE. " ("' ATMS_TEST_TYPE_ID")

45 - filter("L_ATMS_TEST_TYPE".") IS_DELETED "= 0)

50 - access("B_FP_TEST".") BATCH "=" L_TEST_STATUS. " ("' BATCH ')

53 - access("B_FP_TEST".") TEST_ID "=" J_FP_INVESTIGATOR. " ("' TEST_ID")

60 - filter("J_OP_TEST_ANML".") End_date"> = TO_DATE(' 2013-11-04 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND"J_OP_TEST_ANML. " "" Start_date "< = TO_DATE (' 2013-11-04)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss") AND (LNNVL ("J_OP_TEST_ANML". "End_date" > = TO_DATE (' 2013-10-27 00:00:00 ',' syyyy-mm-dd hh24:mi:ss')) OR) "

LNNVL ("J_OP_TEST_ANML". "End_date" < = TO_DATE (' 2013-11-05 00:00:00 ',' syyyy-mm-dd hh24:mi:ss'))) AND (LNNVL ("J_OP_TEST_ANML".) " Start_date"> = TO_DATE (' 2013-10-27)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss")) or LNNVL("J_OP_TEST_ANML".") Start_date"< = TO_DATE (' 2013-11-05 00:00:00 ',' syyyy-mm-dd hh24:mi:ss'))))

61 - access("J_OP_TEST_ANML".") TEST_ID "=" B_FP_TEST. " ("' TEST_ID")

62 - filter("B_FP_TEST".") DATASOURCE_ID '= 9 AND 'B_FP_TEST'." ' IS_DELETED '= 0 AND 'B_FP_TEST'.' <>TEST_NUM ' 1 AND 'B_FP_TEST '. "" TEST_NUM "<>2 AND

'B_FP_TEST '. ("' TEST_NUM" <>99)

64 - filter("J_FP_INVESTIGATOR".") IS_PI "= 1)

68 - filter("L_TEST_STATUS".") STATUS "="Finished"OR"L_TEST_STATUS"". "" STATUS '= 'In progress' OR 'L_TEST_STATUS'." STATUS "="Regular")"

69 - access("B_FP_TEST".") TEST_TYPE_ID "=" L_ATMS_TEST_TYPE. " ("' ATMS_TEST_TYPE_ID")

70 - filter("L_ATMS_TEST_TYPE".") IS_DELETED "= 0)

75 - access("B_FP_TEST".") BATCH "=" L_TEST_STATUS. " ("' BATCH ')

78 - access("B_FP_TEST".") TEST_ID "=" J_FP_INVESTIGATOR. " ("' TEST_ID")

85 - filter("J_OP_TEST_ANML".") End_date"> = TO_DATE(' 2013-10-28 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND"J_OP_TEST_ANML. " "" Start_date "< = TO_DATE (' 2013-10-28)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss") AND (LNNVL ("J_OP_TEST_ANML". "End_date" > = TO_DATE (' 2013-11-04 00:00:00 ',' syyyy-mm-dd hh24:mi:ss')) OR) "

LNNVL ("J_OP_TEST_ANML". "Start_date" < = TO_DATE (' 2013-11-04 00:00:00 ',' syyyy-mm-dd hh24:mi:ss'))) AND (LNNVL ("J_OP_TEST_ANML".) " End_date"> = TO_DATE (' 2013-10-27)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss")) or LNNVL("J_OP_TEST_ANML".") End_date"< = TO_DATE (' 2013-11-05 00:00:00 ',' syyyy-mm-dd hh24:mi:ss'))) AND)

(LNNVL ("J_OP_TEST_ANML". "Start_date" > = TO_DATE (' 2013-10-27 00:00:00 ',' syyyy-mm-dd hh24:mi:ss')) or LNNVL ("J_OP_TEST_ANML".) " Start_date"< = TO_DATE (' 2013-11-05)

00:00:00 ', "syyyy-mm-dd hh24:mi:ss")))

86 - access("J_OP_TEST_ANML".") TEST_ID "=" B_FP_TEST. " ("' TEST_ID")

87 - filter("B_FP_TEST".") DATASOURCE_ID '= 9 AND 'B_FP_TEST'." ' IS_DELETED '= 0 AND 'B_FP_TEST'.' <>TEST_NUM ' 1 AND 'B_FP_TEST '. "" TEST_NUM "<>2 AND

'B_FP_TEST '. ("' TEST_NUM" <>99)

89 - filter("J_FP_INVESTIGATOR".") IS_PI "= 1)

93 - filter("L_TEST_STATUS".") STATUS "="Finished"OR"L_TEST_STATUS"". "" STATUS '= 'In progress' OR 'L_TEST_STATUS'." STATUS "="Regular")"

94 - access("B_FP_TEST".") TEST_TYPE_ID "=" L_ATMS_TEST_TYPE. " ("' ATMS_TEST_TYPE_ID")

95 - filter("L_ATMS_TEST_TYPE".") IS_DELETED "= 0)

aanto wrote:

Thanks for the update... but if we perform also using Toad... showing the same error...

Thanks for this update, but it does not change the reality.

If it hurts when you push you in the eyes, the only way to stop the pain should stop poking you in the eye.

Oracle is not related ORA-00060 just to make life more difficult.

ORA-000600 is thrown when a deadlock between two session is detected. PERIOD!

The order in which the DML is run needs to change.

Tags: Database

Similar Questions

  • How can I get the vi to wait for the user to select a COM port?

    It is a problem when I run the application.  If the selected COM port is not currently connected to the material, then I get an error.  I can then select the COM port, rerun the application and everything is fine.  But I want the application to run when it is called by the user and wait until the correct COM port is selected.  I'll settle for any COM port selection and put the responsibility for the adequate selection on the user.  Thank you all.

    Of course.  It works fine now.  Thanks MikeS81!

  • When you get Windows message close, waiting for background programs nearby.

    Whenever I close windows I get the following message: waiting for background programs nearby. To close the program that is preventing windows from closing click Cancel and then close the program. Keys to choose East Force stop or cancel. This has happened for a while. I'm sure that all programs are closed before closing at 99.9%. Any ideas would be appreciated to help me ghet get rid of this message every time I close out. I have Windows 7 family ed. 64 bit and a HP Compaq Presario CQ60 laptop. Thank you, Jane

    Hi Jane,

    Thanks for posting in the Microsoft Community.

    You can create a new user account and check. If it works in a new user account, then probably your user account have been damaged and would need a fix.

    Create a user profile.

    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    Now search for the question.

    Follow the below link to fix the user profile damaged.

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

     

    If you need further assistance, please answer and we will be happy to help you.

     

  • My Windows XP is so slow! My Windows XP is very slow. Tried cleaning and defragmentation. I'm constantly getting... "waiting for _.

    My Windows XP is so slow!

    My Windows XP is very slow. Tried cleaning and defragmentation. I'm constantly getting... «waiting for java script "... or," waiting for http://"...or"Download photo".» I'm really frustrated by the slow pace. Even when I type in the information it is still far behind on the screen. Can someone suggest some concrete measures that would solve these problems. Thank you.

    Have you checked you anti-virus software, I found mine can slow down processing system from time to time. Also check the amount of free space you have on your hard disk, because if it becomes weak which will affect things.

  • Waiting for resources to be valid until you restart the blackberry is over.

    I need to wait for resources, start the blackberry is over.

    Is there a direct method by which I can wait my code to run until blackberry restart is complete.

    Welcome on the support forums.

    You can use the following code to check if the device is still in startup:

    ApplicationManager app = ApplicationManager.getApplicationManager();
            while (app.inStartup()) {
                try {
                // wait until the startup process completes
                    Thread.sleep(400);
                } catch (InterruptedException e) {
                }
            }
    
  • Met a symbol ') ' when waiting for something else

    Hello

    I am not able to understand why I get this error.

    2nd question is do I create procedure or a function to the followign script that changes the structure of table of data/geometry

    Error

    Compile for PROCEDURE RDP errors. VF123

    Error: PLS-00103: encountered the symbol ")" when expecting one of the following values:

    < an ID > < a between double quote delimited identifiers of >
    course
    Line: 1
    Text: create or replace procedure vf123() is

    Error: PLS-00103: encountered the symbol "end-of-file" when it is waiting for one of the following values:

    begin case declare exit end exception for goto if loop mod
    pragma raise return null select update while with
    < an ID > < a between double quote delimited identifiers of >
    < a variable binding > < < close current delete fetch locking insert
    Open restore savepoint sql set run commit forall fusion
    pipe
    Line: 62


    create or replace procedure vf123() is
    Start

    Start
    declare
    v_sql varchar2 (1000);


    Start

    for rec in (select table_name, column_name from user_sdo_geom_metadata where table_name like '% 09% ')
    loop

    -Remove the Index
    for rec2 in
    (select index_name from user_sdo_index_info where table_name = rec.table_name and rec.column_name = column_name)
    loop
    v_sql: = "delete the index. rec2.index_name | "the force."
    immediately run v_sql;

    -Updated SRID
    v_sql: = "update". Rec.table_name | "a whole one.'" Rec.column_name | '.sdo_srid = 2958';
    immediately run v_sql;

    -Updated geometry in 2D
    v_sql: = "update". Rec.table_name | "a whole one.'" Rec.column_name | '=' || to_2d | ' (' | rec.column_name |) ')' ;
    immediately run v_sql;


    -Delete the record from the Table in Sdo_User_Geom_Metadata
    v_sql: = 'DELETE USER_SDO_GEOM_METADATA WHERE TABLE_NAME =' | Rec.table_name;
    immediately run v_sql;

    -Insert the record from the Table in Sdo_User_Geom_Metadata
    v_sql: = 'INSERT IN USER_SDO_GEOM_METADATA (TABLE_NAME, COLUMN_NAME, DIMINFO, SRID) |
    "VALUES (' |)" Rec.table_name | ',' || Rec.column_name | ', MDSYS. SDO_DIM_ARRAY (' |)
    'MDSYS. SDO_DIM_ELEMENT ('X',-2147483648, 2147483647,.000005), ' |
    'MDSYS. SDO_DIM_ELEMENT(''Y'',-2147483648, 2147483647,.000005)), 2958)';
    immediately run v_sql;
    commit;

    -Create Index
    v_sql: = 'create index ' | rec2. IndexName | "ON" | Rec.table_name | ' (' | rec.column_name |) INDEXTYPE ') IS MDSYS. SPATIAL_INDEX';
    immediately run v_sql;
    commit;

    end loop;
    end loop;


    end VF123;


    Thank you
    Nancy

    Hi, your procedure should look like

    create or replace procedure VF123
    is
        v_sql varchar2(1000);
    begin
      for rec in (select table_name, column_name from user_sdo_geom_metadata where table_name like '%09%')
      loop
        for rec2 in
        (select index_name from user_sdo_index_info where table_name = rec.table_name and column_name = rec.column_name)
        loop
          --Drop Index
          v_sql := 'drop index ' ||rec2.index_name || ' force' ;
          execute immediate v_sql;
    
          --Update SRID
          v_sql := 'update ' || rec.table_name || ' a set a.' || rec.column_name || '.sdo_srid=2958';
          execute immediate v_sql;
    
          --Update Geometry to 2D
          v_sql := 'update ' || rec.table_name || ' a set a.' || rec.column_name || '=' || to_2d || '(' || rec.column_name || ')' ;
          execute immediate v_sql;
    
          -- Remove Table Record in Sdo_User_Geom_Metadata
          v_sql:= 'DELETE USER_SDO_GEOM_METADATA WHERE TABLE_NAME= ' || rec.table_name;
          execute immediate v_sql;
    
          -- Insert Table Record in Sdo_User_Geom_Metadata
          v_sql:= 'INSERT INTO USER_SDO_GEOM_METADATA(TABLE_NAME, COLUMN_NAME, DIMINFO, SRID) ' ||
                     'VALUES (' || rec.table_name || ',' || rec.column_name || ', MDSYS.SDO_DIM_ARRAY( ' ||
                     'MDSYS.SDO_DIM_ELEMENT(''X'',-2147483648, 2147483647, .000005), ' ||
                     'MDSYS.SDO_DIM_ELEMENT(''Y'',-2147483648, 2147483647, .000005)), 2958)' ;
          execute immediate v_sql;
    
         --Create Index
          v_sql := 'create index ' || rec2.indexname || 'ON ' || rec.table_name || '(' || rec.column_name ||
                      ') INDEXTYPE IS MDSYS.SPATIAL_INDEX';
          execute immediate v_sql;
        end loop;
      end loop;
    end VF123;
    

    You don't need to commit within this procedure, because you have DDL statement at the end of the inner loop. DDL statements have
    implicit validation before and after execution.

    In addition:
    (1) what is to_2d ? you do not have this variable in your procedure

       v_sql := 'update ' || rec.table_name || ' a set a.' || rec.column_name || '=' || to_2d || '(' || rec.column_name || ')' ;
    

    (2) maybe there is error in this text

       v_sql := 'update ' || rec.table_name || ' a set a.' || rec.column_name || '.sdo_srid=2958';
    

    Published by: Oleg Gorskin the 20.01.2010 11:47

    Published by: Oleg Gorskin the 20.01.2010 12:00
    Typo

  • Tecra M3 or get overheated - need to wait for the new motherboard

    My Tecra M3 (serial number X5621357G) fan started working at maximum speed in November.
    Technical support Toshiba in Greece kept for repair of 26 November 2007 to 14 December 2007.

    They changed the motherboard and the fan. After this repair, the fan started working again at maximum speed and immediately after that the computer has been 'frozen getting' (has stopped working - had to pull the power cable to restart).

    Toshiba service asked me to reinstall Windows, but this doesn't solve the problem.
    Took the computer back to ASP on December 24, 2007. Now, they say that it is still a hardware problem and they have to wait for a new motherboard. It will be available on January 7, 2008!
    I don't have a laptop for over a month.

    Post edited by: ADMIN

    Hello

    Really, I can understand your frustration and it s always a stupid situation if any equipment malfunctioning, and if certain parts need to be replaced.

    I guess you have to wait a little bit more because the motherboard seems to be on hand and must be provided of the warehouse of head of Toshiba.
    Extra, you should consider that you sent it to EPA on December 24, 2007 and as I m not wrong most companies and service points are closed for Christmas

    Good luck and please don t lose patience. Happy new year

  • Encountered the symbol "LOOP" when waiting for him...

    Hello, I run this code:
    DECLARE
    CURSOR cur IS SELECT ID, SEQNR, TRPELID FROM ITAI11_MP2103 WHERE ROWNUM<10 ORDER BY ID, SEQNR;
    rec cur%ROWTYPE;
    prohibLink1 cur.TRPELID%TYPE;
    prohibLink2 cur.TRPELID%TYPE;
    prohibLink3 cur.TRPELID%TYPE;
    prohibLink4 cur.TRPELID%TYPE;
    prohibLink5 cur.TRPELID%TYPE;
      
    currMPID cur.ID%TYPE;
    currSeq1ID cur.TRPELID%TYPE;
    linkIDSeq2 PL_LINK$.LINK_ID%TYPE;
      
    BEGIN
    OPEN cur;
    LOOP
    FETCH cur INTO rec; 
    EXIT WHEN cur%NOTFOUND;
    
    IF (rec.SEQNR = 1) THEN
    currMPID := rec.ID;
    currSeq1ID := rec.TRPELID;
    SELECT PL1, PL2, PL3, PL4, PL5 INTO prohibLink1, prohibLink2, prohibLink3, prohibLink4, prohibLink5 FROM PL_LINK$ WHERE ID = rec.TRPELID;
    
    ELSE IF (rec.SEQNR = 2) AND (currMPID = rec.ID) THEN SELECT LINK_ID INTO linkIDSeq2 FROM  PL_LINK$ WHERE ID = rec.TRPELID;
    
    IF (prohibLink1 IS NULL) THEN UPDATE  PL_LINK$ SET PL1 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL1 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSE IF (prohibLink2 IS NULL) THEN UPDATE PL_LINK$ SET PL2 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL2 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSE IF (prohibLink3 IS NULL) THEN UPDATE PL_LINK$ SET PL3 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL3 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSE IF (prohibLink4 IS NULL) THEN UPDATE PL_LINK$ SET PL4 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL4 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSE IF (prohibLink5 IS NULL) THEN UPDATE PL_LINK$ SET PL5 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL5 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    END IF;
    
    END IF;
    END LOOP;
    CLOSE cur;
    END;
    /
    but I have:

    *
    ERROR on line 44:
    ORA-06550: line 44, column 5:
    PLS-00103: encountered the symbol "LOOP" when expecting one of the following conditions:
    If
    ORA-06550: line 46, column 4:
    PLS-00103: encountered the symbol "end-of-file" when awaits an of the
    Next:
    not end up dominant static of final instantiable order pragma
    manufacturer membership card

    you know what mean?

    Thank you very much.

    Try this:

    DECLARE
    CURSOR cur IS SELECT ID, SEQNR, TRPELID FROM ITAI11_MP2103 WHERE ROWNUM<10 ORDER BY ID, SEQNR;
    rec cur%ROWTYPE;
    prohibLink1 ITAI11_MP2103.TRPELID%TYPE;  -- referred a column type from a table instead of a cursor
    prohibLink2 ITAI11_MP2103.TRPELID%TYPE;  -- referred a column type from a table instead of a cursor
    prohibLink3 ITAI11_MP2103.TRPELID%TYPE;  -- referred a column type from a table instead of a cursor
    prohibLink4 ITAI11_MP2103.TRPELID%TYPE;
    prohibLink5 ITAI11_MP2103.TRPELID%TYPE;
    
    currMPID ITAI11_MP2103.ID%TYPE;
    currSeq1ID ITAI11_MP2103.TRPELID%TYPE;
    linkIDSeq2 PL_LINK$.LINK_ID%TYPE;
    
    BEGIN
    OPEN cur;
    LOOP
    FETCH cur INTO rec;
    EXIT WHEN cur%NOTFOUND;
    
    IF (rec.SEQNR = 1) THEN
    currMPID := rec.ID;
    currSeq1ID := rec.TRPELID;
    SELECT PL1, PL2, PL3, PL4, PL5 INTO prohibLink1, prohibLink2, prohibLink3, prohibLink4, prohibLink5 FROM PL_LINK$ WHERE ID = rec.TRPELID;
    
    ELSIF (rec.SEQNR = 2) AND (currMPID = rec.ID) THEN
    
    SELECT LINK_ID INTO linkIDSeq2 FROM  PL_LINK$ WHERE ID = rec.TRPELID;
    
    IF (prohibLink1 IS NULL) THEN UPDATE  PL_LINK$ SET PL1 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL1 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSIF (prohibLink2 IS NULL) THEN UPDATE PL_LINK$ SET PL2 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL2 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSIF (prohibLink3 IS NULL) THEN UPDATE PL_LINK$ SET PL3 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL3 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSIF (prohibLink4 IS NULL) THEN UPDATE PL_LINK$ SET PL4 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL4 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    
    ELSIF (prohibLink5 IS NULL) THEN UPDATE PL_LINK$ SET PL5 = linkIDSeq2 WHERE ID = currSeq1ID;
    DBMS_OUTPUT.PUT_LINE('Setting PL5 = '||linkIDSeq2||' for link with ID = '||currSeq1ID);
    END IF;
    
    END IF;
    END LOOP;
    CLOSE cur;
    END;
    / 
    

    PS: Not tested

  • ESXi vmnic connected to 20000 MB when waiting for 40000 MB

    Hi all
    I have 4 x B200M3 5u2 ESXi running blades in a single chassis UCS. They run a number of vSwitches, and all the connected vmnic show 40000 full duplex Mb (as expected).
    Yesterday, I added 2 B200M3 more (to slot 7 and 8), and I get only 20000 Mb on all the vmnic. The hosts are the same set up as the old via vCenter (although not not using the host profiles), and Service UCS profiles on new knives are clones of an existing blade.

    See attached screenshots...

    Does anyone have an idea of what this might be? Any help would be great.

    See you soon

    Yet one thing, you might hit the default below if you have the same hardware on all blades, including the two new b200 M3.

    You can also see the difference in the bandwidth if the new cards are one of the missing cards, it could be the port Expander or the 1280 or 1240 vic, is an expected behavior.

  • Wait for the user to select the OK button

    For my application, I can't use a simple MessagePopup where the user must select the OK button to continue.

    I created a new Panel with just a text message and an OK button to act as a MessagePopup.

    When I call InstallPopup and the box pops up that I have to wait until the user selects OK before continuing as the MessagePopup.

    How can I accomplish this?

    Thank you!

    John W.

    The popup has no effect on the mouse: it can happen that you have a function that manipulates the cursor before the popup is displayed? A SetWaitCursor (1); would be sufficient.

  • waiting for (wireless) network error in Windows xp

    IN my office network another laptop are connected with the same wireless router, but only my system does not connect with the radio... I also re - install the wireless driver, but the same error occurs. Please help me regarding this

    Hi Vishal,

    Thanks for posting your query in Microsoft Community.

    I understand how it could be frustrating when things do not work as expected. Please, I beg you, don't worry I'll try my best to resolve the issue.

    I suggest you try the steps from the following link:

    Wireless and wired network problems
    http://Windows.Microsoft.com/en-us/Windows/network-connection-problem-help#network-problems=Windows-XP&V1H=win8tab1&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    Hope this information is helpful and let us know if you need more assistance. We will be happy to help.

  • Reformat a fron of system XP 2002. almost finished, but can not get windpow update or IE8 for the 404 error, invalid file or dir?

    Have a memory of 512mg Dell DM051, Win.XP, Media EditionSP2, 3.99gz by car.

    Started to run so slow I couldn't stand, 1/2 hours of operation, and I have to restart.  Tried several tips, no change, decided to re-formatt without being able to back up my drivers/utils.  Now, almost everything I touch needs to be revised to tours / modern, cannot get Windows update in to pick what suits him! Help!

    I am pleased to have been of assistance.

    Tricky

  • CQL - incorrect statement query error: select an in &gt; &gt; inputChannel

    Hello
    I am new to the cep of the oracle, I wrote a simple query...

    "Select * from inputChannel KEEP 5 EVENTS" but some how it shows the error like.

    Invalid statement: "select a certain > > inputChannel RETAIN < < 5 EVENTS.
    Cause: generic syntax error
    Action: The syntax is expected ' [(', as, match_recognize, xmltable, fin de fichier, ' ') "'", ",", where group,]
    seen, order, left, right, score, on, primary token

    Any help is greatly appreciated.
    Thank you
    S.Vishal

    You are using EPL and not CQL. EPL is removed. You can try equivalent construct CQL - [LINES [5].

  • Hi8 thru cam HDV into FCP 7: waiting for timecode

    Hello

    I have a bunch of Hi8 tapes I want to capture on the drive by running through Sony CCD-TR400 on the Canon HV - 20 MBPro & FCP 7.

    I can see the execution in the window capture, but when I hit capture now it gets no further than "Waiting for time code."

    I guess the Hi8 analog, but hoped the Canon with its AV > DV option would treat his way through.

    Any ideas?

    Is the only way to do this would save on tape dv on Canon HV-20 and then capture the disk?

    The best

    Elmer

    Hi8 uses only consumer re-writable (CCFC) timecode that is not readable by the PCF.  In the FCP capture settings, set "Device Control" device not controllable and then use Capture now capture rather than in batches.

    -DH

  • Get the message when running Norton - OS file system error (C :), advised stopping and restarting,)

    Original title: what is system problem Partition OS operating system error (C :) file)

    get the message when Norton - OS file system error (C :), recommended stop and restart running, did not help)

    Hi catherinegood,

    1. When did you start to question?

    2. you remember to make changes to the computer before this problem? Hope this information is useful.

    This is error occurs when Norton scan, then you can check with Norton and check:

    Check the link for the support of Norton:

    http://securityresponse.Symantec.com/Norton/support/contact/contact.jsp

    http://www.Symantec.com/support/index.jsp

    If you try to run a scan, you can check out the following link and try to download the Microsoft Safety Scanner and analysis complete on your computer and check.

    Note: When you perform the analysis, there are risks of data loss you can take a backup of important data before performing analysis.

    Check out the link:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Hope this information is useful.

Maybe you are looking for