-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathexport_schema.log
More file actions
932 lines (928 loc) · 64.6 KB
/
export_schema.log
File metadata and controls
932 lines (928 loc) · 64.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
Reporting Oracle Content...
Looking at Oracle server version...
Looking at Oracle database size...
Looking at Oracle defined objects...
Found 13 valid and 0 invalid object FUNCTION
Found 141 valid and 0 invalid object INDEX
Found 1 valid and 0 invalid object PACKAGE
Found 1 valid and 0 invalid object PACKAGE BODY
Found 3 valid and 0 invalid object PROCEDURE
Found 4 valid and 0 invalid object SEQUENCE
Found 166 valid and 0 invalid object TABLE
Found 6 valid and 0 invalid object TRIGGER
Found 3 valid and 0 invalid object VIEW
Looking at table definition...
Looking at views definition...
Looking at database links...
Found 0 DATABASE LINK.
Looking at jobs...
Found 0 JOB.
Looking at synonyms...
Found 0 SYNONYM.
Looking at global temporary table...
Found 1 GLOBAL TEMPORARY TABLE.
Looking at encrypted columns...
Found 0 encrypted column.
Looking at identity columns...
Found 0 identity column.
Building report for object DATABASE LINK...
Building report for object FUNCTION...
Building report for object GLOBAL TEMPORARY TABLE...
Building report for object INDEX...
Building report for object JOB...
Building report for object PACKAGE BODY...
Building report for object PROCEDURE...
Building report for object SEQUENCE...
Building report for object SYNONYM...
Building report for object TABLE...
Building report for object TRIGGER...
Building report for object VIEW...
Running: ora2pg -p -t SEQUENCE -o sequence.sql -b /base/schema/sequences -c /base/config/ora2pg.conf
[2024-06-21 09:25:28] Ora2Pg version: 24.3
[2024-06-21 09:25:28] Export type: SEQUENCE
[2024-06-21 09:25:28] Geometry export type: INTERNAL
[2024-06-21 09:25:28] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:25:28] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:25:28] NLS_NCHAR = AL32UTF8
[2024-06-21 09:25:28] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:25:29] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:25:29] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:25:29] Retrieving sequences information...
[2024-06-21 09:25:29] Add sequences definition...
Running: ora2pg -p -t SEQUENCE_VALUES -o sequence_value.sql -b /base/schema/sequence_values -c /base/config/ora2pg.conf
[2024-06-21 09:25:30] Ora2Pg version: 24.3
[2024-06-21 09:25:30] Export type: SEQUENCE_VALUES
[2024-06-21 09:25:30] Geometry export type: INTERNAL
[2024-06-21 09:25:30] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:25:30] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:25:30] NLS_NCHAR = AL32UTF8
[2024-06-21 09:25:30] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:25:30] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:25:30] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:25:31] Retrieving sequences information...
[2024-06-21 09:25:31] Add sequences last values...
Running: ora2pg -p -t TABLE -o table.sql -b /base/schema/tables -c /base/config/ora2pg.conf
[2024-06-21 09:25:31] Ora2Pg version: 24.3
[2024-06-21 09:25:31] Export type: TABLE
[2024-06-21 09:25:31] Geometry export type: INTERNAL
[2024-06-21 09:25:31] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:25:31] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:25:31] NLS_NCHAR = AL32UTF8
[2024-06-21 09:25:31] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:25:31] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:25:31] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:25:35] Retrieving table information...
[2024-06-21 09:25:35] Collecting 169 tables in DBA_OBJECTS took: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
[2024-06-21 09:25:37] Collecting 166 tables comments in DBA_TAB_COMMENTS took: 2 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)
[2024-06-21 09:25:37] Collecting 165 tables information in DBA_TABLES took: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
[2024-06-21 09:25:37] Retrieving index information...
[2024-06-21 09:25:53] Collecting 290 indexes in DBA_INDEXES took: 16 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
[2024-06-21 09:25:53] Retrieving columns information...
[2024-06-21 09:25:53] Collecting column information for table ...
[2024-06-21 09:25:53] DEBUG,
SELECT A.COLUMN_NAME, A.DATA_TYPE, A.DATA_LENGTH, A.NULLABLE, A.DATA_DEFAULT,
A.DATA_PRECISION, A.DATA_SCALE, A.CHAR_LENGTH, A.TABLE_NAME, A.OWNER
FROM DBA_TAB_COLUMNS A
WHERE A.TABLE_NAME NOT LIKE 'BIN$%' AND A.OWNER='VCELL' AND ( NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?) AND NOT REGEXP_LIKE(UPPER(A.TABLE_NAME), ?))
ORDER BY A.COLUMN_ID
[2024-06-21 09:26:14] Collecting 1229 columns in DBA_INDEXES took: 21 wallclock secs ( 0.24 usr + 0.10 sys = 0.34 CPU)
[2024-06-21 09:26:14] Retrieving comments information...
[2024-06-21 09:26:15] Retrieving foreign keys information...
[2024-06-21 09:26:29] Retrieving unique keys information...
[2024-06-21 09:26:29] Retrieving check constraints information...
[2024-06-21 09:26:38] [1] Scanning table ATTRMAPPING (0 rows)...
[2024-06-21 09:26:38] [2] Scanning table AUTOCOPYMAPPING (0 rows)...
[2024-06-21 09:26:38] [3] Scanning table BACKUP_VC_USERINFO (17677 rows)...
[2024-06-21 09:26:38] [4] Scanning table BAD_GEOMETRIES (64 rows)...
[2024-06-21 09:26:38] [5] Scanning table BAD_REGIONS (28 rows)...
[2024-06-21 09:26:38] [6] Scanning table BAD_VOLFRACT (427 rows)...
[2024-06-21 09:26:38] [7] Scanning table CONTEXT (1 rows)...
[2024-06-21 09:26:38] [8] Scanning table CONTEXTMODIFICATION (1 rows)...
[2024-06-21 09:26:38] [9] Scanning table DANTEMP (1 rows)...
[2024-06-21 09:26:38] [10] Scanning table FILEDATAPARTS (0 rows)...
[2024-06-21 09:26:38] [11] Scanning table FILES (0 rows)...
[2024-06-21 09:26:38] [12] Scanning table FILESCONTENT (0 rows)...
[2024-06-21 09:26:38] [13] Scanning table FLUX_MODEL_INDICES (32764 rows)...
[2024-06-21 09:26:38] [14] Scanning table FLUX_MODEL_INDICES_RP (32764 rows)...
[2024-06-21 09:26:38] [15] Scanning table FLUX_MODEL_PROBLEM_XML (309 rows)...
[2024-06-21 09:26:38] [16] Scanning table FOLDER (2 rows)...
[2024-06-21 09:26:38] [17] Scanning table IMAGEDATAPARTS (0 rows)...
[2024-06-21 09:26:38] [18] Scanning table IMAGES (0 rows)...
[2024-06-21 09:26:38] [19] Scanning table LOADMODELSTAT (3568 rows)...
[2024-06-21 09:26:38] [20] Scanning table LOADMODELSTAT_BACKUP (36336 rows)...
[2024-06-21 09:26:38] [21] Scanning table MAILBOUNCE (580 rows)...
[2024-06-21 09:26:38] [22] Scanning table MAILBOUNCE_OLD (198 rows)...
[2024-06-21 09:26:38] [23] Scanning table MAILLIST (15239 rows)...
[2024-06-21 09:26:38] [24] Scanning table MAILLIST_2013 (16390 rows)...
[2024-06-21 09:26:38] [25] Scanning table MAILLIST_2013_07_29 (16390 rows)...
[2024-06-21 09:26:38] [26] Scanning table MAILLIST_2014_04_30 (17262 rows)...
[2024-06-21 09:26:38] [27] Scanning table MAILLIST_2014_10_22 (17726 rows)...
[2024-06-21 09:26:38] [28] Scanning table MAILLIST_2015_01_08 (18036 rows)...
[2024-06-21 09:26:38] [29] Scanning table MAILLIST_2015_06_09 (18400 rows)...
[2024-06-21 09:26:38] [30] Scanning table MAILLIST_2015_07_17 (18467 rows)...
[2024-06-21 09:26:38] [31] Scanning table MAILLIST_2016_02_01 (19085 rows)...
[2024-06-21 09:26:38] [32] Scanning table MAP (0 rows)...
[2024-06-21 09:26:38] [33] Scanning table MAPITEM (0 rows)...
[2024-06-21 09:26:38] [34] Scanning table MAPITEMATTRIBUTE (0 rows)...
[2024-06-21 09:26:38] [35] Scanning table MATH_HYBRID (660 rows)...
[2024-06-21 09:26:38] [36] Scanning table MISSINGDATA (157215 rows)...
[2024-06-21 09:26:38] [37] Scanning table NOMENCLATURE (0 rows)...
[2024-06-21 09:26:38] [38] Scanning table NOMENCLATUREATTRS (0 rows)...
[2024-06-21 09:26:38] [39] Scanning table OBJECTTYPE (15 rows)...
[2024-06-21 09:26:38] [40] Scanning table OBJECTTYPE2OBJECTTYPE (19 rows)...
[2024-06-21 09:26:38] [41] Scanning table PLAN_TABLE (123 rows)...
[2024-06-21 09:26:38] [42] Scanning table PLSQL_PROFILER_DATA (0 rows)...
[2024-06-21 09:26:38] [43] Scanning table PLSQL_PROFILER_RUNS (0 rows)...
[2024-06-21 09:26:38] [44] Scanning table PLSQL_PROFILER_UNITS (0 rows)...
[2024-06-21 09:26:38] [45] Scanning table PROPERTY (61 rows)...
[2024-06-21 09:26:38] [46] Scanning table PROPERTY2OBJECTTYPE (154 rows)...
[2024-06-21 09:26:38] [47] Scanning table PUBLICATIONTEMP (168 rows)...
[2024-06-21 09:26:38] [48] Scanning table STOCHTEST (111906 rows)...
[2024-06-21 09:26:38] [49] Scanning table STOCHTESTCOMPARE (2137 rows)...
[2024-06-21 09:26:38] [50] Scanning table STOCHTESTCOMPARE_2015_12_08 (1867 rows)...
[2024-06-21 09:26:38] [51] Scanning table STOCHTESTCOMPARE_2016_08_26 (1832 rows)...
[2024-06-21 09:26:38] [52] Scanning table STOCHTESTCOMPARE_2016_09_21 (2233 rows)...
[2024-06-21 09:26:38] [53] Scanning table STOCHTESTRUN (4274 rows)...
[2024-06-21 09:26:38] [54] Scanning table STOCHTESTRUN_2016_08_26 (3664 rows)...
[2024-06-21 09:26:38] [55] Scanning table STOCHTESTRUN_2016_09_21 (4466 rows)...
[2024-06-21 09:26:38] [56] Scanning table STOCHTESTTEMP (172 rows)...
[2024-06-21 09:26:38] [57] Scanning table STOCHTEST_2016_08_26 (106753 rows)...
[2024-06-21 09:26:38] [58] Scanning table STOCHTEST_BACKUP (106110 rows)...
[2024-06-21 09:26:38] [59] Scanning table STOCHTEST_NEWIDS (3509 rows)...
[2024-06-21 09:26:38] [60] Scanning table TEMPSCREF (2 rows)...
[2024-06-21 09:26:38] [61] Scanning table TEMP_DBSPECIES (363 rows)...
[2024-06-21 09:26:38] [62] Scanning table TEMP_SIMCONTEXTSTAT2 (10236 rows)...
[2024-06-21 09:26:38] [63] Scanning table TEMP_SIMSTAT (31649 rows)...
[2024-06-21 09:26:38] [64] Scanning table TEMP_USERS (332 rows)...
[2024-06-21 09:26:38] [65] Scanning table VC_ANALYSISTASK (18241 rows)...
[2024-06-21 09:26:38] [66] Scanning table VC_ANNOUNCE (2 rows)...
[2024-06-21 09:26:38] [67] Scanning table VC_APIACCESSTOKEN (7912069 rows)...
[2024-06-21 09:26:38] [68] Scanning table VC_APICLIENT (3 rows)...
[2024-06-21 09:26:38] [69] Scanning table VC_APPLICATIONMATH (13548 rows)...
[2024-06-21 09:26:38] [70] Scanning table VC_AVAILABLE (5 rows)...
[2024-06-21 09:26:38] [71] Scanning table VC_BIOMODEL (88279 rows)...
[2024-06-21 09:26:38] [72] Scanning table VC_BIOMODELSIM (651800 rows)...
[2024-06-21 09:26:38] [73] Scanning table VC_BIOMODELSIMCONTEXT (190338 rows)...
[2024-06-21 09:26:38] [74] Scanning table VC_BIOMODELXML (87679 rows)...
[2024-06-21 09:26:38] [75] Scanning table VC_BIOMODELXML_BACKUP (1 rows)...
[2024-06-21 09:26:38] [76] Scanning table VC_BROWSEDATA (20597 rows)...
[2024-06-21 09:26:38] [77] Scanning table VC_CELLTYPE (1 rows)...
[2024-06-21 09:26:38] [78] Scanning table VC_COMPOUND (10788 rows)...
[2024-06-21 09:26:38] [79] Scanning table VC_COMPOUNDALIAS (16454 rows)...
[2024-06-21 09:26:38] [80] Scanning table VC_CURVE (4 rows)...
[2024-06-21 09:26:38] [81] Scanning table VC_DATASYMBOL (517 rows)...
[2024-06-21 09:26:38] [82] Scanning table VC_DBSPECIES (920 rows)...
[2024-06-21 09:26:38] [83] Scanning table VC_DEVELOPER (6 rows)...
[2024-06-21 09:26:38] [84] Scanning table VC_DIAGRAM (242666 rows)...
[2024-06-21 09:26:38] [85] Scanning table VC_ENZYME (3805 rows)...
[2024-06-21 09:26:38] [86] Scanning table VC_ENZYMEALIAS (16713 rows)...
[2024-06-21 09:26:38] [87] Scanning table VC_ENZYMEREACTION (25698 rows)...
[2024-06-21 09:26:38] [88] Scanning table VC_EXTERNALDATA (1141 rows)...
[2024-06-21 09:26:38] [89] Scanning table VC_FILAMENT (4 rows)...
[2024-06-21 09:26:38] [90] Scanning table VC_GEOMETRICREGION (3396466 rows)...
[2024-06-21 09:26:38] [91] Scanning table VC_GEOMETRY (94654 rows)...
[2024-06-21 09:26:38] [92] Scanning table VC_GEOMEXTENT (358970 rows)...
[2024-06-21 09:26:38] [93] Scanning table VC_GLOBALMODELPARAM (25258 rows)...
[2024-06-21 09:26:38] [94] Scanning table VC_GROUP (10573 rows)...
[2024-06-21 09:26:38] [95] Scanning table VC_IMAGE (20631 rows)...
[2024-06-21 09:26:38] [96] Scanning table VC_IMAGEDATA (20631 rows)...
[2024-06-21 09:26:38] [97] Scanning table VC_IMAGEREGION (74412 rows)...
[2024-06-21 09:26:38] [98] Scanning table VC_LOGIN (2839359 rows)...
[2024-06-21 09:26:38] [99] Scanning table VC_MATH (174264 rows)...
[2024-06-21 09:26:38] [100] Scanning table VC_MATHDESCEXTDATA (1805 rows)...
[2024-06-21 09:26:38] [101] Scanning table VC_MATHGEN (17033 rows)...
[2024-06-21 09:26:38] [102] Scanning table VC_MATHMODEL (23997 rows)...
[2024-06-21 09:26:38] [103] Scanning table VC_MATHMODELSIM (168608 rows)...
[2024-06-21 09:26:38] [104] Scanning table VC_MATHMODELXML (24003 rows)...
[2024-06-21 09:26:38] [105] Scanning table VC_METADATA (62561 rows)...
[2024-06-21 09:26:38] [106] Scanning table VC_MIRIAM (79017 rows)...
[2024-06-21 09:26:38] [107] Scanning table VC_MODEL (67863 rows)...
[2024-06-21 09:26:38] [108] Scanning table VC_MODELSC (1082587 rows)...
[2024-06-21 09:26:38] [109] Scanning table VC_MODELSTRUCT (242704 rows)...
[2024-06-21 09:26:38] [110] Scanning table VC_PERMISSION (260585 rows)...
[2024-06-21 09:26:38] [111] Scanning table VC_PROTEIN (178940 rows)...
[2024-06-21 09:26:38] [112] Scanning table VC_PROTEINALIAS (178940 rows)...
[2024-06-21 09:26:38] [113] Scanning table VC_PUBLICATION (231 rows)...
[2024-06-21 09:26:38] [114] Scanning table VC_PUBLICATIONMODELLINK (342 rows)...
[2024-06-21 09:26:38] [115] Scanning table VC_REACTIONSPEC (3652007 rows)...
[2024-06-21 09:26:38] [116] Scanning table VC_REACTPART (3332216 rows)...
[2024-06-21 09:26:38] [117] Scanning table VC_REACTSTEP (1164256 rows)...
[2024-06-21 09:26:38] [118] Scanning table VC_RSETEXPORT (2176 rows)...
[2024-06-21 09:26:38] [119] Scanning table VC_RSETMETADATA (180115 rows)...
[2024-06-21 09:26:38] [120] Scanning table VC_SERVICE (63 rows)...
[2024-06-21 09:26:38] [121] Scanning table VC_SIMCONTEXT (164264 rows)...
[2024-06-21 09:26:38] [122] Scanning table VC_SIMCONTEXTSTAT (0 rows)...
[2024-06-21 09:26:38] [123] Scanning table VC_SIMCONTEXTSTAT2 (71061 rows)...
[2024-06-21 09:26:38] [124] Scanning table VC_SIMCONTEXTSTAT2_2011_11_03 (63095 rows)...
[2024-06-21 09:26:38] [125] Scanning table VC_SIMCONTEXTSTAT2_2012_08_09 (63095 rows)...
[2024-06-21 09:26:38] [126] Scanning table VC_SIMCONTEXTSTAT2_BACKUP (13375 rows)...
[2024-06-21 09:26:38] [127] Scanning table VC_SIMCONTEXTSTAT2_BUILD478 (14502 rows)...
[2024-06-21 09:26:38] [128] Scanning table VC_SIMCONTEXTSTAT2_BUILD478_F1 (14482 rows)...
[2024-06-21 09:26:38] [129] Scanning table VC_SIMCONTEXTSTAT_COPY (13375 rows)...
[2024-06-21 09:26:38] [130] Scanning table VC_SIMCONTEXTSTAT_OLDR3 (3316 rows)...
[2024-06-21 09:26:38] [131] Scanning table VC_SIMDELFROMDISK (3885907 rows)...
[2024-06-21 09:26:38] [132] Scanning table VC_SIMJOB_WITHDATA (434623 rows)...
[2024-06-21 09:26:38] [133] Scanning table VC_SIMMESHSPEC (15212 rows)...
[2024-06-21 09:26:38] [134] Scanning table VC_SIMSTAT (273890 rows)...
[2024-06-21 09:26:38] [135] Scanning table VC_SIMSTAT_2012_08_09 (49003 rows)...
[2024-06-21 09:26:38] [136] Scanning table VC_SIMSTAT_BACKUP (34588 rows)...
[2024-06-21 09:26:38] [137] Scanning table VC_SIMSTAT_BACKUP2 (42791 rows)...
[2024-06-21 09:26:38] [138] Scanning table VC_SIMULATION (709564 rows)...
[2024-06-21 09:26:38] [139] Scanning table VC_SIMULATIONJOB (1285781 rows)...
[2024-06-21 09:26:38] [140] Scanning table VC_SOFTWAREVERSION (1238466 rows)...
[2024-06-21 09:26:38] [141] Scanning table VC_SPECIALUSERS (35 rows)...
[2024-06-21 09:26:38] [142] Scanning table VC_SPECIES (10375753 rows)...
[2024-06-21 09:26:38] [143] Scanning table VC_SPECIESCONTEXTSPEC (3374395 rows)...
[2024-06-21 09:26:38] [144] Scanning table VC_SPECIESCONTEXTSPEC_TEMP (0 rows)...
[2024-06-21 09:26:38] [145] Scanning table VC_STIMULUS (30913 rows)...
[2024-06-21 09:26:38] [146] Scanning table VC_STRUCT (10722547 rows)...
[2024-06-21 09:26:38] [147] Scanning table VC_STRUCTMAPPING (620975 rows)...
[2024-06-21 09:26:38] [148] Scanning table VC_SUBVOLUME (180797 rows)...
[2024-06-21 09:26:38] [149] Scanning table VC_SURFACECLASS (56973 rows)...
[2024-06-21 09:26:38] [150] Scanning table VC_SURFACEDESC (59656 rows)...
[2024-06-21 09:26:38] [151] Scanning table VC_TASKDESC (28172 rows)...
[2024-06-21 09:26:38] [152] Scanning table VC_TFTESTCASE (15026 rows)...
[2024-06-21 09:26:38] [153] Scanning table VC_TFTESTCRITERIA (49032 rows)...
[2024-06-21 09:26:38] [154] Scanning table VC_TFTESTRESULT (165889 rows)...
[2024-06-21 09:26:38] [155] Scanning table VC_TFTESTSUITE (109 rows)...
[2024-06-21 09:26:38] [156] Scanning table VC_USERIDENTITY (8 rows)...
[2024-06-21 09:26:38] [157] Scanning table VC_USERINFO (25826 rows)...
[2024-06-21 09:26:38] [158] Scanning table VC_USERLOG (291808 rows)...
[2024-06-21 09:26:38] [159] Scanning table VC_USERLOGININFO (32313 rows)...
[2024-06-21 09:26:38] [160] Scanning table VC_USERPREF (17295 rows)...
[2024-06-21 09:26:38] [161] Scanning table VC_USERSTAT (25369 rows)...
[2024-06-21 09:26:38] [162] Scanning table WEB_DOWNLOAD_EVENT (494 rows)...
[2024-06-21 09:26:38] [163] Scanning table WEB_DOWNLOAD_ITEM (1 rows)...
[2024-06-21 09:26:38] [164] Scanning table WEB_DOWNLOAD_TYPE (3 rows)...
[2024-06-21 09:26:38] [165] Scanning table XUTEMP (1 rows)...
[2024-06-21 09:26:38] Retrieving table partitioning information...
[2024-06-21 09:26:44] Exporting tables...
[2024-06-21 09:26:44] Dumping table ATTRMAPPING...
[2024-06-21 09:26:44] Dumping table AUTOCOPYMAPPING...
[2024-06-21 09:26:44] Dumping table BACKUP_VC_USERINFO...
[2024-06-21 09:26:44] Dumping table BAD_GEOMETRIES...
[2024-06-21 09:26:44] Dumping table BAD_REGIONS...
[2024-06-21 09:26:44] Dumping table BAD_VOLFRACT...
[2024-06-21 09:26:44] Dumping table CONTEXT...
[2024-06-21 09:26:44] Dumping table CONTEXTMODIFICATION...
[2024-06-21 09:26:44] Dumping table DANTEMP...
[2024-06-21 09:26:44] Dumping table FILEDATAPARTS...
[2024-06-21 09:26:44] Dumping table FILES...
[2024-06-21 09:26:44] Dumping table FILESCONTENT...
[2024-06-21 09:26:44] Dumping table FLUX_MODEL_INDICES...
[2024-06-21 09:26:44] Dumping table FLUX_MODEL_INDICES_RP...
[2024-06-21 09:26:44] Dumping table FLUX_MODEL_PROBLEM_XML...
[2024-06-21 09:26:44] Dumping table FOLDER...
[2024-06-21 09:26:44] Dumping table IMAGEDATAPARTS...
[2024-06-21 09:26:44] Dumping table IMAGES...
[2024-06-21 09:26:44] Dumping table LOADMODELSTAT...
[2024-06-21 09:26:44] Dumping table LOADMODELSTAT_BACKUP...
[2024-06-21 09:26:44] Dumping table MAILBOUNCE...
[2024-06-21 09:26:44] Dumping table MAILBOUNCE_OLD...
[2024-06-21 09:26:44] Dumping table MAILLIST...
[2024-06-21 09:26:44] Dumping table MAILLIST_2013...
[2024-06-21 09:26:44] Dumping table MAILLIST_2013_07_29...
[2024-06-21 09:26:44] Dumping table MAILLIST_2014_04_30...
[2024-06-21 09:26:44] Dumping table MAILLIST_2014_10_22...
[2024-06-21 09:26:44] Dumping table MAILLIST_2015_01_08...
[2024-06-21 09:26:44] Dumping table MAILLIST_2015_06_09...
[2024-06-21 09:26:44] Dumping table MAILLIST_2015_07_17...
[2024-06-21 09:26:44] Dumping table MAILLIST_2016_02_01...
[2024-06-21 09:26:44] Dumping table MAP...
[2024-06-21 09:26:44] Dumping table MAPITEM...
[2024-06-21 09:26:44] Dumping table MAPITEMATTRIBUTE...
[2024-06-21 09:26:44] Dumping table MATH_HYBRID...
[2024-06-21 09:26:44] Dumping table MISSINGDATA...
[2024-06-21 09:26:44] Dumping table NOMENCLATURE...
[2024-06-21 09:26:44] Dumping table NOMENCLATUREATTRS...
[2024-06-21 09:26:44] Dumping table OBJECTTYPE...
[2024-06-21 09:26:44] Dumping table OBJECTTYPE2OBJECTTYPE...
[2024-06-21 09:26:44] Dumping table PLAN_TABLE...
[2024-06-21 09:26:44] Dumping table PLSQL_PROFILER_DATA...
[2024-06-21 09:26:44] Dumping table PLSQL_PROFILER_RUNS...
[2024-06-21 09:26:44] Dumping table PLSQL_PROFILER_UNITS...
[2024-06-21 09:26:44] Dumping table PROPERTY...
[2024-06-21 09:26:44] Dumping table PROPERTY2OBJECTTYPE...
[2024-06-21 09:26:44] Dumping table PUBLICATIONTEMP...
[2024-06-21 09:26:44] Dumping table STOCHTEST...
[2024-06-21 09:26:44] Dumping table STOCHTESTCOMPARE...
[2024-06-21 09:26:44] Dumping table STOCHTESTCOMPARE_2015_12_08...
[2024-06-21 09:26:44] Dumping table STOCHTESTCOMPARE_2016_08_26...
[2024-06-21 09:26:44] Dumping table STOCHTESTCOMPARE_2016_09_21...
[2024-06-21 09:26:44] Dumping table STOCHTESTRUN...
[2024-06-21 09:26:44] Dumping table STOCHTESTRUN_2016_08_26...
[2024-06-21 09:26:44] Dumping table STOCHTESTRUN_2016_09_21...
[2024-06-21 09:26:44] Dumping table STOCHTESTTEMP...
[2024-06-21 09:26:44] Dumping table STOCHTEST_2016_08_26...
[2024-06-21 09:26:44] Dumping table STOCHTEST_BACKUP...
[2024-06-21 09:26:44] Dumping table STOCHTEST_NEWIDS...
[2024-06-21 09:26:44] Dumping table TEMPSCREF...
[2024-06-21 09:26:44] Dumping table TEMP_DBSPECIES...
[2024-06-21 09:26:44] Dumping table TEMP_SIMCONTEXTSTAT2...
[2024-06-21 09:26:44] Dumping table TEMP_SIMSTAT...
[2024-06-21 09:26:44] Dumping table TEMP_USERS...
[2024-06-21 09:26:44] Dumping table VC_ANALYSISTASK...
[2024-06-21 09:26:44] Dumping table VC_ANNOUNCE...
[2024-06-21 09:26:44] Dumping table VC_APIACCESSTOKEN...
[2024-06-21 09:26:44] Dumping table VC_APICLIENT...
[2024-06-21 09:26:44] Dumping table VC_APPLICATIONMATH...
[2024-06-21 09:26:44] Dumping table VC_AVAILABLE...
[2024-06-21 09:26:44] Dumping table VC_BIOMODEL...
[2024-06-21 09:26:44] Dumping table VC_BIOMODELSIM...
[2024-06-21 09:26:44] Dumping table VC_BIOMODELSIMCONTEXT...
[2024-06-21 09:26:44] Dumping table VC_BIOMODELXML...
[2024-06-21 09:26:44] Dumping table VC_BIOMODELXML_BACKUP...
[2024-06-21 09:26:44] Dumping table VC_BROWSEDATA...
[2024-06-21 09:26:44] Dumping table VC_CELLTYPE...
[2024-06-21 09:26:44] Dumping table VC_COMPOUND...
[2024-06-21 09:26:44] Dumping table VC_COMPOUNDALIAS...
[2024-06-21 09:26:44] Dumping table VC_CURVE...
[2024-06-21 09:26:44] Dumping table VC_DATASYMBOL...
[2024-06-21 09:26:44] Dumping table VC_DBSPECIES...
[2024-06-21 09:26:44] Dumping table VC_DEVELOPER...
[2024-06-21 09:26:44] Dumping table VC_DIAGRAM...
[2024-06-21 09:26:44] Dumping table VC_ENZYME...
[2024-06-21 09:26:44] Dumping table VC_ENZYMEALIAS...
[2024-06-21 09:26:44] Dumping table VC_ENZYMEREACTION...
[2024-06-21 09:26:44] Dumping table VC_EXTERNALDATA...
[2024-06-21 09:26:44] Dumping table VC_FILAMENT...
[2024-06-21 09:26:44] Dumping table VC_GEOMETRICREGION...
[2024-06-21 09:26:44] Dumping table VC_GEOMETRY...
[2024-06-21 09:26:44] Dumping table VC_GEOMEXTENT...
[2024-06-21 09:26:44] Dumping table VC_GLOBALMODELPARAM...
[2024-06-21 09:26:44] Dumping table VC_GROUP...
[2024-06-21 09:26:44] Dumping table VC_IMAGE...
[2024-06-21 09:26:44] Dumping table VC_IMAGEDATA...
[2024-06-21 09:26:44] Dumping table VC_IMAGEREGION...
[2024-06-21 09:26:44] Dumping table VC_LOGIN...
[2024-06-21 09:26:44] Dumping table VC_MATH...
[2024-06-21 09:26:44] Dumping table VC_MATHDESCEXTDATA...
[2024-06-21 09:26:44] Dumping table VC_MATHGEN...
[2024-06-21 09:26:44] Dumping table VC_MATHMODEL...
[2024-06-21 09:26:44] Dumping table VC_MATHMODELSIM...
[2024-06-21 09:26:44] Dumping table VC_MATHMODELXML...
[2024-06-21 09:26:44] Dumping table VC_METADATA...
[2024-06-21 09:26:44] Dumping table VC_MIRIAM...
[2024-06-21 09:26:44] Dumping table VC_MODEL...
[2024-06-21 09:26:44] Dumping table VC_MODELSC...
[2024-06-21 09:26:44] Dumping table VC_MODELSTRUCT...
[2024-06-21 09:26:44] Dumping table VC_PERMISSION...
[2024-06-21 09:26:44] Dumping table VC_PROTEIN...
[2024-06-21 09:26:44] Dumping table VC_PROTEINALIAS...
[2024-06-21 09:26:44] Dumping table VC_PUBLICATION...
[2024-06-21 09:26:44] Dumping table VC_PUBLICATIONMODELLINK...
[2024-06-21 09:26:44] Dumping table VC_REACTIONSPEC...
[2024-06-21 09:26:44] Dumping table VC_REACTPART...
[2024-06-21 09:26:44] Dumping table VC_REACTSTEP...
[2024-06-21 09:26:44] Dumping table VC_RSETEXPORT...
[2024-06-21 09:26:44] Dumping table VC_RSETMETADATA...
[2024-06-21 09:26:44] Dumping table VC_SERVICE...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXT...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT2...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT2_2011_11_03...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT2_2012_08_09...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT2_BACKUP...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT2_BUILD478...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT2_BUILD478_F1...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT_COPY...
[2024-06-21 09:26:44] Dumping table VC_SIMCONTEXTSTAT_OLDR3...
[2024-06-21 09:26:44] Dumping table VC_SIMDELFROMDISK...
[2024-06-21 09:26:44] Dumping table VC_SIMJOB_WITHDATA...
[2024-06-21 09:26:44] Dumping table VC_SIMMESHSPEC...
[2024-06-21 09:26:44] Dumping table VC_SIMSTAT...
[2024-06-21 09:26:44] Dumping table VC_SIMSTAT_2012_08_09...
[2024-06-21 09:26:44] Dumping table VC_SIMSTAT_BACKUP...
[2024-06-21 09:26:44] Dumping table VC_SIMSTAT_BACKUP2...
[2024-06-21 09:26:44] Dumping table VC_SIMULATION...
[2024-06-21 09:26:44] Dumping table VC_SIMULATIONJOB...
[2024-06-21 09:26:44] Dumping table VC_SOFTWAREVERSION...
[2024-06-21 09:26:44] Dumping table VC_SPECIALUSERS...
[2024-06-21 09:26:44] Dumping table VC_SPECIES...
[2024-06-21 09:26:44] Dumping table VC_SPECIESCONTEXTSPEC...
[2024-06-21 09:26:44] Dumping table VC_SPECIESCONTEXTSPEC_TEMP...
[2024-06-21 09:26:44] Dumping table VC_STIMULUS...
[2024-06-21 09:26:44] Dumping table VC_STRUCT...
[2024-06-21 09:26:44] Dumping table VC_STRUCTMAPPING...
[2024-06-21 09:26:44] Dumping table VC_SUBVOLUME...
[2024-06-21 09:26:44] Dumping table VC_SURFACECLASS...
[2024-06-21 09:26:44] Dumping table VC_SURFACEDESC...
[2024-06-21 09:26:44] Dumping table VC_TASKDESC...
[2024-06-21 09:26:44] Dumping table VC_TFTESTCASE...
[2024-06-21 09:26:44] Dumping table VC_TFTESTCRITERIA...
[2024-06-21 09:26:44] Dumping table VC_TFTESTRESULT...
[2024-06-21 09:26:44] Dumping table VC_TFTESTSUITE...
[2024-06-21 09:26:44] Dumping table VC_USERIDENTITY...
[2024-06-21 09:26:44] Dumping table VC_USERINFO...
[2024-06-21 09:26:44] Dumping table VC_USERLOG...
[2024-06-21 09:26:44] Dumping table VC_USERLOGININFO...
[2024-06-21 09:26:44] Dumping table VC_USERPREF...
[2024-06-21 09:26:44] Dumping table VC_USERSTAT...
[2024-06-21 09:26:44] Dumping table WEB_DOWNLOAD_EVENT...
[2024-06-21 09:26:44] Dumping table WEB_DOWNLOAD_ITEM...
[2024-06-21 09:26:44] Dumping table WEB_DOWNLOAD_TYPE...
[2024-06-21 09:26:44] Dumping table XUTEMP...
[2024-06-21 09:26:44] Dumping indexes to one separate file : INDEXES_table.sql
[2024-06-21 09:26:44] Dumping RI ATTRMAPPING...
[2024-06-21 09:26:44] Dumping RI AUTOCOPYMAPPING...
[2024-06-21 09:26:44] Dumping RI CONTEXT...
[2024-06-21 09:26:44] Dumping RI CONTEXTMODIFICATION...
[2024-06-21 09:26:44] Dumping RI FILEDATAPARTS...
[2024-06-21 09:26:44] Dumping RI FILES...
[2024-06-21 09:26:44] Dumping RI FOLDER...
[2024-06-21 09:26:44] Dumping RI IMAGEDATAPARTS...
[2024-06-21 09:26:44] Dumping RI LOADMODELSTAT...
[2024-06-21 09:26:44] Dumping RI MAP...
[2024-06-21 09:26:44] Dumping RI MAPITEM...
[2024-06-21 09:26:44] Dumping RI MAPITEMATTRIBUTE...
[2024-06-21 09:26:44] Dumping RI NOMENCLATUREATTRS...
[2024-06-21 09:26:44] Dumping RI OBJECTTYPE...
[2024-06-21 09:26:44] Dumping RI OBJECTTYPE2OBJECTTYPE...
[2024-06-21 09:26:44] Dumping RI PLSQL_PROFILER_DATA...
[2024-06-21 09:26:44] Dumping RI PLSQL_PROFILER_UNITS...
[2024-06-21 09:26:44] Dumping RI PROPERTY...
[2024-06-21 09:26:44] Dumping RI PROPERTY2OBJECTTYPE...
[2024-06-21 09:26:44] Dumping RI STOCHTEST...
[2024-06-21 09:26:44] Dumping RI STOCHTESTCOMPARE...
[2024-06-21 09:26:44] Dumping RI STOCHTESTRUN...
[2024-06-21 09:26:44] Dumping RI TEMPSCREF...
[2024-06-21 09:26:44] Dumping RI TEMP_SIMCONTEXTSTAT2...
[2024-06-21 09:26:44] Dumping RI TEMP_SIMSTAT...
[2024-06-21 09:26:44] Dumping RI VC_ANALYSISTASK...
[2024-06-21 09:26:44] Dumping RI VC_APIACCESSTOKEN...
[2024-06-21 09:26:44] Dumping RI VC_APPLICATIONMATH...
[2024-06-21 09:26:44] Dumping RI VC_BIOMODEL...
[2024-06-21 09:26:44] Dumping RI VC_BIOMODELSIM...
[2024-06-21 09:26:44] Dumping RI VC_BIOMODELSIMCONTEXT...
[2024-06-21 09:26:44] Dumping RI VC_BIOMODELXML...
[2024-06-21 09:26:44] Dumping RI VC_BROWSEDATA...
[2024-06-21 09:26:44] Dumping RI VC_COMPOUNDALIAS...
[2024-06-21 09:26:44] Dumping RI VC_CURVE...
[2024-06-21 09:26:44] Dumping RI VC_DATASYMBOL...
[2024-06-21 09:26:44] Dumping RI VC_DBSPECIES...
[2024-06-21 09:26:44] Dumping RI VC_DEVELOPER...
[2024-06-21 09:26:44] Dumping RI VC_DIAGRAM...
[2024-06-21 09:26:44] Dumping RI VC_ENZYMEALIAS...
[2024-06-21 09:26:44] Dumping RI VC_ENZYMEREACTION...
[2024-06-21 09:26:44] Dumping RI VC_EXTERNALDATA...
[2024-06-21 09:26:44] Dumping RI VC_FILAMENT...
[2024-06-21 09:26:44] Dumping RI VC_GEOMETRICREGION...
[2024-06-21 09:26:44] Dumping RI VC_GEOMETRY...
[2024-06-21 09:26:44] Dumping RI VC_GLOBALMODELPARAM...
[2024-06-21 09:26:44] Dumping RI VC_GROUP...
[2024-06-21 09:26:44] Dumping RI VC_IMAGE...
[2024-06-21 09:26:44] Dumping RI VC_IMAGEDATA...
[2024-06-21 09:26:44] Dumping RI VC_IMAGEREGION...
[2024-06-21 09:26:44] Dumping RI VC_LOGIN...
[2024-06-21 09:26:44] Dumping RI VC_MATH...
[2024-06-21 09:26:44] Dumping RI VC_MATHDESCEXTDATA...
[2024-06-21 09:26:44] Dumping RI VC_MATHGEN...
[2024-06-21 09:26:44] Dumping RI VC_MATHMODEL...
[2024-06-21 09:26:44] Dumping RI VC_MATHMODELSIM...
[2024-06-21 09:26:44] Dumping RI VC_MATHMODELXML...
[2024-06-21 09:26:44] Dumping RI VC_METADATA...
[2024-06-21 09:26:44] Dumping RI VC_MIRIAM...
[2024-06-21 09:26:44] Dumping RI VC_MODEL...
[2024-06-21 09:26:44] Dumping RI VC_MODELSC...
[2024-06-21 09:26:44] Dumping RI VC_MODELSTRUCT...
[2024-06-21 09:26:44] Dumping RI VC_PERMISSION...
[2024-06-21 09:26:44] Dumping RI VC_PROTEINALIAS...
[2024-06-21 09:26:44] Dumping RI VC_PUBLICATIONMODELLINK...
[2024-06-21 09:26:44] Dumping RI VC_REACTIONSPEC...
[2024-06-21 09:26:44] Dumping RI VC_REACTPART...
[2024-06-21 09:26:44] Dumping RI VC_REACTSTEP...
[2024-06-21 09:26:44] Dumping RI VC_RSETEXPORT...
[2024-06-21 09:26:44] Dumping RI VC_RSETMETADATA...
[2024-06-21 09:26:44] Dumping RI VC_SIMCONTEXT...
[2024-06-21 09:26:44] Dumping RI VC_SIMCONTEXTSTAT...
[2024-06-21 09:26:44] Dumping RI VC_SIMMESHSPEC...
[2024-06-21 09:26:44] Dumping RI VC_SIMSTAT...
[2024-06-21 09:26:44] Dumping RI VC_SIMULATION...
[2024-06-21 09:26:44] Dumping RI VC_SIMULATIONJOB...
[2024-06-21 09:26:44] Dumping RI VC_SPECIALUSERS...
[2024-06-21 09:26:44] Dumping RI VC_SPECIES...
[2024-06-21 09:26:44] Dumping RI VC_SPECIESCONTEXTSPEC...
[2024-06-21 09:26:44] Dumping RI VC_STIMULUS...
[2024-06-21 09:26:44] Dumping RI VC_STRUCT...
[2024-06-21 09:26:44] Dumping RI VC_STRUCTMAPPING...
[2024-06-21 09:26:44] Dumping RI VC_SUBVOLUME...
[2024-06-21 09:26:44] Dumping RI VC_SURFACECLASS...
[2024-06-21 09:26:44] Dumping RI VC_SURFACEDESC...
[2024-06-21 09:26:44] Dumping RI VC_TASKDESC...
[2024-06-21 09:26:44] Dumping RI VC_TFTESTCASE...
[2024-06-21 09:26:44] Dumping RI VC_TFTESTCRITERIA...
[2024-06-21 09:26:44] Dumping RI VC_TFTESTRESULT...
[2024-06-21 09:26:44] Dumping RI VC_USERIDENTITY...
[2024-06-21 09:26:44] Dumping RI VC_USERLOG...
[2024-06-21 09:26:44] Dumping RI VC_USERLOGININFO...
[2024-06-21 09:26:44] Dumping RI VC_USERPREF...
[2024-06-21 09:26:44] Dumping RI VC_USERSTAT...
[2024-06-21 09:26:44] Dumping RI WEB_DOWNLOAD_EVENT...
[2024-06-21 09:26:44] Dumping constraints to one separate file : CONSTRAINTS_table.sql
[2024-06-21 09:26:44] Dumping foreign keys to one separate file : FKEYS_table.sql
Running: ora2pg -p -t PACKAGE -o package.sql -b /base/schema/packages -c /base/config/ora2pg.conf
[2024-06-21 09:26:45] Ora2Pg version: 24.3
[2024-06-21 09:26:45] Export type: PACKAGE
[2024-06-21 09:26:45] Geometry export type: INTERNAL
[2024-06-21 09:26:45] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:26:45] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:26:45] NLS_NCHAR = AL32UTF8
[2024-06-21 09:26:45] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:26:45] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:26:45] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:26:46] Retrieving packages information...
[2024-06-21 09:26:46] Found Package: TOAD_PROFILER
[2024-06-21 09:26:46] Add packages definition...
[2024-06-21 09:26:46] Looking global declaration in package toad_profiler...
[2024-06-21 09:26:46] Dumping package toad_profiler...
[2024-06-21 09:26:46] Creating directory package: /base/schema/packages/toad_profiler
[2024-06-21 09:26:46] Parsing function toad_profiler.rollup_unit...
[2024-06-21 09:26:46] Dumping to one file per function: /base/schema/packages/toad_profiler/rollup_unit_package.sql
[2024-06-21 09:26:46] Parsing function toad_profiler.rollup_run...
[2024-06-21 09:26:46] Dumping to one file per function: /base/schema/packages/toad_profiler/rollup_run_package.sql
[2024-06-21 09:26:46] Parsing function toad_profiler.rollup_all_runs...
[2024-06-21 09:26:46] Dumping to one file per function: /base/schema/packages/toad_profiler/rollup_all_runs_package.sql
Running: ora2pg -p -t VIEW -o view.sql -b /base/schema/views -c /base/config/ora2pg.conf
[2024-06-21 09:26:47] Ora2Pg version: 24.3
[2024-06-21 09:26:47] Export type: VIEW
[2024-06-21 09:26:47] Geometry export type: INTERNAL
[2024-06-21 09:26:47] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:26:47] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:26:47] NLS_NCHAR = AL32UTF8
[2024-06-21 09:26:47] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:26:47] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:26:47] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:26:48] Retrieving views information...
[2024-06-21 09:26:48] Collecting 3 tables in DBA_OBJECTS took: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)
[2024-06-21 09:26:49] [1] Scanning PUBLIC_SIMULATIONS...
[2024-06-21 09:26:49] [2] Scanning STAT_TOTAL_MODELS...
[2024-06-21 09:26:49] [3] Scanning STAT_USERS_WITH_SIMULATION...
[2024-06-21 09:26:49] Add views definition...
[2024-06-21 09:26:49] Adding view STAT_USERS_WITH_SIMULATION...
[2024-06-21 09:26:49] Dumping to one file per view : STAT_USERS_WITH_SIMULATION_view.sql
[2024-06-21 09:26:49] Adding view PUBLIC_SIMULATIONS...
[2024-06-21 09:26:49] Dumping to one file per view : PUBLIC_SIMULATIONS_view.sql
[2024-06-21 09:26:49] Adding view STAT_TOTAL_MODELS...
[2024-06-21 09:26:49] Dumping to one file per view : STAT_TOTAL_MODELS_view.sql
Running: ora2pg -p -t GRANT -o grant.sql -b /base/schema/grants -c /base/config/ora2pg.conf
[2024-06-21 09:26:49] Ora2Pg version: 24.3
[2024-06-21 09:26:49] Export type: GRANT
[2024-06-21 09:26:49] Geometry export type: INTERNAL
[2024-06-21 09:26:49] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:26:49] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:26:49] NLS_NCHAR = AL32UTF8
[2024-06-21 09:26:49] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:26:49] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:26:49] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:26:50] Retrieving users/roles/grants information...
[2024-06-21 09:26:56] Add users/roles/grants privileges...
Running: ora2pg -p -t TRIGGER -o trigger.sql -b /base/schema/triggers -c /base/config/ora2pg.conf
[2024-06-21 09:26:56] Ora2Pg version: 24.3
[2024-06-21 09:26:56] Export type: TRIGGER
[2024-06-21 09:26:56] Geometry export type: INTERNAL
[2024-06-21 09:26:56] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:26:56] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:26:56] NLS_NCHAR = AL32UTF8
[2024-06-21 09:26:56] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:26:57] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:26:57] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:26:57] Retrieving triggers information...
[2024-06-21 09:27:00] Add triggers definition...
[2024-06-21 09:27:00] Dumping to one file per trigger : TCRIT_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:00] Dumping trigger TCRIT_LOCK_TRIG defined on table VC_TFTESTCRITERIA...
[2024-06-21 09:27:00] Dumping to one file per trigger : TC_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:00] Dumping trigger TC_LOCK_TRIG defined on table VC_TFTESTCASE...
[2024-06-21 09:27:00] Dumping to one file per trigger : TRSLT_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:00] Dumping trigger TRSLT_LOCK_TRIG defined on table VC_TFTESTRESULT...
[2024-06-21 09:27:00] Dumping to one file per trigger : TS_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:00] Dumping trigger TS_LOCK_TRIG defined on table VC_TFTESTSUITE...
[2024-06-21 09:27:00] Dumping to one file per trigger : UPDATE_LOGIN_trigger.sql
[2024-06-21 09:27:00] Dumping trigger UPDATE_LOGIN defined on table VC_USERLOGININFO...
[2024-06-21 09:27:00] Dumping to one file per trigger : WEB_DOWNLOAD_EVENT_TRG_trigger.sql
[2024-06-21 09:27:00] Dumping trigger WEB_DOWNLOAD_EVENT_TRG defined on table WEB_DOWNLOAD_EVENT...
Running: ora2pg -p -t FUNCTION -o function.sql -b /base/schema/functions -c /base/config/ora2pg.conf
[2024-06-21 09:27:00] Ora2Pg version: 24.3
[2024-06-21 09:27:00] Export type: FUNCTION
[2024-06-21 09:27:00] Geometry export type: INTERNAL
[2024-06-21 09:27:00] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:00] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:00] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:00] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:01] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:01] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:02] Retrieving functions information...
[2024-06-21 09:27:02] Add functions definition...
[2024-06-21 09:27:02] Dumping function COMPAREKINETICS...
[2024-06-21 09:27:02] Dumping to one file per function : COMPAREKINETICS_function.sql
[2024-06-21 09:27:02] Parsing function vcell.comparekinetics...
[2024-06-21 09:27:02] Dumping function COUNTBIO...
[2024-06-21 09:27:02] Dumping to one file per function : COUNTBIO_function.sql
[2024-06-21 09:27:02] Parsing function vcell.countbio...
[2024-06-21 09:27:02] Dumping function COUNTMATH...
[2024-06-21 09:27:02] Dumping to one file per function : COUNTMATH_function.sql
[2024-06-21 09:27:02] Parsing function vcell.countmath...
[2024-06-21 09:27:02] Dumping function COUNTSIM...
[2024-06-21 09:27:02] Dumping to one file per function : COUNTSIM_function.sql
[2024-06-21 09:27:02] Parsing function vcell.countsim...
[2024-06-21 09:27:02] Dumping function COUNTSIMDATA...
[2024-06-21 09:27:02] Dumping to one file per function : COUNTSIMDATA_function.sql
[2024-06-21 09:27:02] Parsing function vcell.countsimdata...
[2024-06-21 09:27:02] Dumping function GETKINETICS...
[2024-06-21 09:27:02] Dumping to one file per function : GETKINETICS_function.sql
[2024-06-21 09:27:02] Parsing function vcell.getkinetics...
[2024-06-21 09:27:02] Dumping function GETMATH...
[2024-06-21 09:27:02] Dumping to one file per function : GETMATH_function.sql
[2024-06-21 09:27:02] Parsing function vcell.getmath...
[2024-06-21 09:27:02] Dumping function GETMATHSIZE...
[2024-06-21 09:27:02] Dumping to one file per function : GETMATHSIZE_function.sql
[2024-06-21 09:27:02] Parsing function vcell.getmathsize...
[2024-06-21 09:27:02] Dumping function GETPHYSICSOPTION...
[2024-06-21 09:27:02] Dumping to one file per function : GETPHYSICSOPTION_function.sql
[2024-06-21 09:27:02] Parsing function vcell.getphysicsoption...
[2024-06-21 09:27:02] Dumping function GETTASKDESCRIPTION...
[2024-06-21 09:27:02] Dumping to one file per function : GETTASKDESCRIPTION_function.sql
[2024-06-21 09:27:02] Parsing function vcell.gettaskdescription...
[2024-06-21 09:27:02] Dumping function GETVALENCETYPE...
[2024-06-21 09:27:02] Dumping to one file per function : GETVALENCETYPE_function.sql
[2024-06-21 09:27:02] Parsing function vcell.getvalencetype...
[2024-06-21 09:27:02] Dumping function POWERFACTOR...
[2024-06-21 09:27:02] Dumping to one file per function : POWERFACTOR_function.sql
[2024-06-21 09:27:02] Parsing function vcell.powerfactor...
[2024-06-21 09:27:02] Translating of 12 functions took: 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU)
[2024-06-21 09:27:02] Total time to translate all functions with 1 process: 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU)
Running: ora2pg -p -t PROCEDURE -o procedure.sql -b /base/schema/procedures -c /base/config/ora2pg.conf
[2024-06-21 09:27:02] Ora2Pg version: 24.3
[2024-06-21 09:27:02] Export type: PROCEDURE
[2024-06-21 09:27:02] Geometry export type: INTERNAL
[2024-06-21 09:27:02] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:02] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:02] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:02] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:03] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:03] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:04] Retrieving procedures information...
[2024-06-21 09:27:04] Add procedures definition...
[2024-06-21 09:27:04] Dumping function COPYNEWMATH_TO_SCMATH...
[2024-06-21 09:27:04] Dumping to one file per function : COPYNEWMATH_TO_SCMATH_procedure.sql
[2024-06-21 09:27:04] Parsing function vcell.copynewmath_to_scmath...
[2024-06-21 09:27:04] Dumping function COPYOLDMATH_TO_SCMATH...
[2024-06-21 09:27:04] Dumping to one file per function : COPYOLDMATH_TO_SCMATH_procedure.sql
[2024-06-21 09:27:04] Parsing function vcell.copyoldmath_to_scmath...
[2024-06-21 09:27:04] Dumping function COPYSCMATH_TO_OLDMATH...
[2024-06-21 09:27:04] Dumping to one file per function : COPYSCMATH_TO_OLDMATH_procedure.sql
[2024-06-21 09:27:04] Parsing function vcell.copyscmath_to_oldmath...
[2024-06-21 09:27:04] Translating of 3 functions took: 0 wallclock secs ( 0.02 usr + 0.01 sys = 0.03 CPU)
[2024-06-21 09:27:04] Total time to translate all functions with 1 process: 0 wallclock secs ( 0.02 usr + 0.01 sys = 0.03 CPU)
Running: ora2pg -p -t TABLESPACE -o tablespace.sql -b /base/schema/tablespaces -c /base/config/ora2pg.conf
[2024-06-21 09:27:04] Ora2Pg version: 24.3
[2024-06-21 09:27:04] Export type: TABLESPACE
[2024-06-21 09:27:04] Geometry export type: INTERNAL
[2024-06-21 09:27:04] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:04] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:04] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:04] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:05] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:05] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:06] Retrieving tablespaces information...
[2024-06-21 09:27:26] Add tablespaces definition...
[2024-06-21 09:27:26] Dumping tablespace alter indexes to one separate file : TBSP_INDEXES_tablespace.sql
Running: ora2pg -p -t PARTITION -o partition.sql -b /base/schema/partitions -c /base/config/ora2pg.conf
[2024-06-21 09:27:27] Ora2Pg version: 24.3
[2024-06-21 09:27:27] Export type: PARTITION
[2024-06-21 09:27:27] Geometry export type: INTERNAL
[2024-06-21 09:27:27] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:27] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:27] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:27] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:27] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:27] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:27] Retrieving partitions information...
[2024-06-21 09:27:44] Collecting 290 indexes in DBA_INDEXES took: 16 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
[2024-06-21 09:27:44] Add partitions definition...
Running: ora2pg -p -t TYPE -o type.sql -b /base/schema/types -c /base/config/ora2pg.conf
[2024-06-21 09:27:45] Ora2Pg version: 24.3
[2024-06-21 09:27:45] Export type: TYPE
[2024-06-21 09:27:45] Geometry export type: INTERNAL
[2024-06-21 09:27:45] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:45] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:45] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:45] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:45] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:45] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:46] Retrieving user defined types information...
[2024-06-21 09:27:46] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:46] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:46] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:46] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:46] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:46] Add custom types definition...
Running: ora2pg -p -t MVIEW -o mview.sql -b /base/schema/mviews -c /base/config/ora2pg.conf
[2024-06-21 09:27:47] Ora2Pg version: 24.3
[2024-06-21 09:27:47] Export type: MVIEW
[2024-06-21 09:27:47] Geometry export type: INTERNAL
[2024-06-21 09:27:47] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:47] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:47] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:47] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:47] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:47] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:47] Retrieving materialized views information...
[2024-06-21 09:27:48] Add materialized views definition...
Running: ora2pg -p -t DBLINK -o dblink.sql -b /base/schema/dblinks -c /base/config/ora2pg.conf
[2024-06-21 09:27:48] Ora2Pg version: 24.3
[2024-06-21 09:27:48] Export type: DBLINK
[2024-06-21 09:27:48] Geometry export type: INTERNAL
[2024-06-21 09:27:48] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:48] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:48] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:48] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:48] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:48] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:49] Retrieving dblinks information...
[2024-06-21 09:27:49] Add dblink definition...
Running: ora2pg -p -t SYNONYM -o synonym.sql -b /base/schema/synonyms -c /base/config/ora2pg.conf
[2024-06-21 09:27:49] Ora2Pg version: 24.3
[2024-06-21 09:27:49] Export type: SYNONYM
[2024-06-21 09:27:49] Geometry export type: INTERNAL
[2024-06-21 09:27:49] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:49] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:49] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:49] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:50] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:50] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:50] Retrieving synonyms information...
[2024-06-21 09:27:50] Add synonyms definition...
Running: ora2pg -p -t DIRECTORY -o directorie.sql -b /base/schema/directories -c /base/config/ora2pg.conf
[2024-06-21 09:27:51] Ora2Pg version: 24.3
[2024-06-21 09:27:51] Export type: DIRECTORY
[2024-06-21 09:27:51] Geometry export type: INTERNAL
[2024-06-21 09:27:51] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:51] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:51] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:51] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:51] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:51] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:52] Retrieving directories information...
[2024-06-21 09:27:52] Add directory definition...
Running: ora2pg -t PACKAGE -o package.sql -b /base/sources/packages -c /base/config/ora2pg.conf
[2024-06-21 09:27:52] Ora2Pg version: 24.3
[2024-06-21 09:27:52] Export type: PACKAGE
[2024-06-21 09:27:52] Geometry export type: INTERNAL
[2024-06-21 09:27:52] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:52] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:52] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:52] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:52] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:53] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:53] Retrieving packages information...
[2024-06-21 09:27:53] Found Package: TOAD_PROFILER
[2024-06-21 09:27:53] Add packages definition...
[2024-06-21 09:27:53] Dumping package TOAD_PROFILER...
Running: ora2pg -t VIEW -o view.sql -b /base/sources/views -c /base/config/ora2pg.conf
[2024-06-21 09:27:54] Ora2Pg version: 24.3
[2024-06-21 09:27:54] Export type: VIEW
[2024-06-21 09:27:54] Geometry export type: INTERNAL
[2024-06-21 09:27:54] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:54] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:54] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:54] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:54] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:54] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:55] Retrieving views information...
[2024-06-21 09:27:55] Collecting 3 tables in DBA_OBJECTS took: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
[2024-06-21 09:27:56] [1] Scanning PUBLIC_SIMULATIONS...
[2024-06-21 09:27:56] [2] Scanning STAT_TOTAL_MODELS...
[2024-06-21 09:27:56] [3] Scanning STAT_USERS_WITH_SIMULATION...
[2024-06-21 09:27:56] Add views definition...
[2024-06-21 09:27:56] Adding view PUBLIC_SIMULATIONS...
[2024-06-21 09:27:56] Dumping to one file per view : PUBLIC_SIMULATIONS_view.sql
[2024-06-21 09:27:56] Adding view STAT_TOTAL_MODELS...
[2024-06-21 09:27:56] Dumping to one file per view : STAT_TOTAL_MODELS_view.sql
[2024-06-21 09:27:56] Adding view STAT_USERS_WITH_SIMULATION...
[2024-06-21 09:27:56] Dumping to one file per view : STAT_USERS_WITH_SIMULATION_view.sql
Running: ora2pg -t TRIGGER -o trigger.sql -b /base/sources/triggers -c /base/config/ora2pg.conf
[2024-06-21 09:27:56] Ora2Pg version: 24.3
[2024-06-21 09:27:56] Export type: TRIGGER
[2024-06-21 09:27:56] Geometry export type: INTERNAL
[2024-06-21 09:27:56] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:56] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:56] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:56] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:56] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:56] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:27:57] Retrieving triggers information...
[2024-06-21 09:27:58] Add triggers definition...
[2024-06-21 09:27:58] Dumping to one file per trigger : TCRIT_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:58] Dumping trigger TCRIT_LOCK_TRIG defined on table VC_TFTESTCRITERIA...
[2024-06-21 09:27:58] Dumping to one file per trigger : TC_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:58] Dumping trigger TC_LOCK_TRIG defined on table VC_TFTESTCASE...
[2024-06-21 09:27:58] Dumping to one file per trigger : TRSLT_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:58] Dumping trigger TRSLT_LOCK_TRIG defined on table VC_TFTESTRESULT...
[2024-06-21 09:27:58] Dumping to one file per trigger : TS_LOCK_TRIG_trigger.sql
[2024-06-21 09:27:58] Dumping trigger TS_LOCK_TRIG defined on table VC_TFTESTSUITE...
[2024-06-21 09:27:58] Dumping to one file per trigger : UPDATE_LOGIN_trigger.sql
[2024-06-21 09:27:58] Dumping trigger UPDATE_LOGIN defined on table VC_USERLOGININFO...
[2024-06-21 09:27:58] Dumping to one file per trigger : WEB_DOWNLOAD_EVENT_TRG_trigger.sql
[2024-06-21 09:27:58] Dumping trigger WEB_DOWNLOAD_EVENT_TRG defined on table WEB_DOWNLOAD_EVENT...
Running: ora2pg -t FUNCTION -o function.sql -b /base/sources/functions -c /base/config/ora2pg.conf
[2024-06-21 09:27:59] Ora2Pg version: 24.3
[2024-06-21 09:27:59] Export type: FUNCTION
[2024-06-21 09:27:59] Geometry export type: INTERNAL
[2024-06-21 09:27:59] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:27:59] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:27:59] NLS_NCHAR = AL32UTF8
[2024-06-21 09:27:59] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:27:59] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:27:59] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:28:00] Retrieving functions information...
[2024-06-21 09:28:00] Add functions definition...
[2024-06-21 09:28:00] Dumping function COMPAREKINETICS...
[2024-06-21 09:28:00] Dumping to one file per function : COMPAREKINETICS_function.sql
[2024-06-21 09:28:00] Dumping function COUNTBIO...
[2024-06-21 09:28:00] Dumping to one file per function : COUNTBIO_function.sql
[2024-06-21 09:28:00] Dumping function COUNTMATH...
[2024-06-21 09:28:00] Dumping to one file per function : COUNTMATH_function.sql
[2024-06-21 09:28:00] Dumping function COUNTSIM...
[2024-06-21 09:28:00] Dumping to one file per function : COUNTSIM_function.sql
[2024-06-21 09:28:00] Dumping function COUNTSIMDATA...
[2024-06-21 09:28:00] Dumping to one file per function : COUNTSIMDATA_function.sql
[2024-06-21 09:28:00] Dumping function GETKINETICS...
[2024-06-21 09:28:00] Dumping to one file per function : GETKINETICS_function.sql
[2024-06-21 09:28:00] Dumping function GETMATH...
[2024-06-21 09:28:00] Dumping to one file per function : GETMATH_function.sql
[2024-06-21 09:28:00] Dumping function GETMATHSIZE...
[2024-06-21 09:28:00] Dumping to one file per function : GETMATHSIZE_function.sql
[2024-06-21 09:28:00] Dumping function GETPHYSICSOPTION...
[2024-06-21 09:28:00] Dumping to one file per function : GETPHYSICSOPTION_function.sql
[2024-06-21 09:28:00] Dumping function GETTASKDESCRIPTION...
[2024-06-21 09:28:00] Dumping to one file per function : GETTASKDESCRIPTION_function.sql
[2024-06-21 09:28:00] Dumping function GETVALENCETYPE...
[2024-06-21 09:28:00] Dumping to one file per function : GETVALENCETYPE_function.sql
[2024-06-21 09:28:00] Dumping function POWERFACTOR...
[2024-06-21 09:28:00] Dumping to one file per function : POWERFACTOR_function.sql
[2024-06-21 09:28:00] Translating of 12 functions took: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
[2024-06-21 09:28:00] Total time to translate all functions with 1 process: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
Running: ora2pg -t PROCEDURE -o procedure.sql -b /base/sources/procedures -c /base/config/ora2pg.conf
[2024-06-21 09:28:00] Ora2Pg version: 24.3
[2024-06-21 09:28:00] Export type: PROCEDURE
[2024-06-21 09:28:00] Geometry export type: INTERNAL
[2024-06-21 09:28:00] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:28:00] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:28:00] NLS_NCHAR = AL32UTF8
[2024-06-21 09:28:00] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:28:01] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:28:01] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:28:01] Retrieving procedures information...
[2024-06-21 09:28:01] Add procedures definition...
[2024-06-21 09:28:01] Dumping function COPYNEWMATH_TO_SCMATH...
[2024-06-21 09:28:01] Dumping to one file per function : COPYNEWMATH_TO_SCMATH_procedure.sql
[2024-06-21 09:28:01] Dumping function COPYOLDMATH_TO_SCMATH...
[2024-06-21 09:28:01] Dumping to one file per function : COPYOLDMATH_TO_SCMATH_procedure.sql
[2024-06-21 09:28:01] Dumping function COPYSCMATH_TO_OLDMATH...
[2024-06-21 09:28:01] Dumping to one file per function : COPYSCMATH_TO_OLDMATH_procedure.sql
[2024-06-21 09:28:01] Translating of 3 functions took: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)
[2024-06-21 09:28:01] Total time to translate all functions with 1 process: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)
Running: ora2pg -t PARTITION -o partition.sql -b /base/sources/partitions -c /base/config/ora2pg.conf
[2024-06-21 09:28:02] Ora2Pg version: 24.3
[2024-06-21 09:28:02] Export type: PARTITION
[2024-06-21 09:28:02] Geometry export type: INTERNAL
[2024-06-21 09:28:02] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:28:02] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:28:02] NLS_NCHAR = AL32UTF8
[2024-06-21 09:28:02] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:28:02] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:28:02] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:28:02] Retrieving partitions information...
[2024-06-21 09:28:19] Collecting 290 indexes in DBA_INDEXES took: 16 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU)
[2024-06-21 09:28:19] Add partitions definition...
Running: ora2pg -t TYPE -o type.sql -b /base/sources/types -c /base/config/ora2pg.conf
[2024-06-21 09:28:20] Ora2Pg version: 24.3
[2024-06-21 09:28:20] Export type: TYPE
[2024-06-21 09:28:20] Geometry export type: INTERNAL
[2024-06-21 09:28:20] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:28:20] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:28:20] NLS_NCHAR = AL32UTF8
[2024-06-21 09:28:20] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:28:20] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:28:20] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:28:21] Retrieving user defined types information...
[2024-06-21 09:28:21] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:28:21] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:28:21] NLS_NCHAR = AL32UTF8
[2024-06-21 09:28:21] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:28:21] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:28:21] Add custom types definition...
Running: ora2pg -t MVIEW -o mview.sql -b /base/sources/mviews -c /base/config/ora2pg.conf
[2024-06-21 09:28:21] Ora2Pg version: 24.3
[2024-06-21 09:28:21] Export type: MVIEW
[2024-06-21 09:28:21] Geometry export type: INTERNAL
[2024-06-21 09:28:21] ORACLE_HOME = /usr/lib/oracle/12.2/client64
[2024-06-21 09:28:21] NLS_LANG = AMERICAN_AMERICA.AL32UTF8
[2024-06-21 09:28:21] NLS_NCHAR = AL32UTF8
[2024-06-21 09:28:21] Trying to connect to database: dbi:Oracle:host=vcell-oracle.cam.uchc.edu;service_name=ORCLPDB1;port=1521
[2024-06-21 09:28:22] Isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
[2024-06-21 09:28:22] Force Oracle to compile schema VCELL before code extraction
[2024-06-21 09:28:22] Retrieving materialized views information...
[2024-06-21 09:28:22] Add materialized views definition...
To extract data use the following command:
ora2pg -t COPY -o data.sql -b /base/data -c /base/config/ora2pg.conf