Warning: oci_connect(): ORA-12514: TNS:listener does not currently know of service requested in connect descriptor in /var/www/old.avr.org.ua/html/siteclass.php on line 70

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 72

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 73

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 76

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 77

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 80

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 81

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 248

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 249

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 278

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 279

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 1283

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 1284

Warning: oci_fetch_array() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 1285

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 6659

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 6660

Warning: oci_fetch_array() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 6661
Beta version 0.1

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 4437

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 4438

Warning: oci_fetch_array() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 4439

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 3034

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 3035

Warning: oci_fetch_array() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 3038

    Notice: Undefined index: ID in /var/www/old.avr.org.ua/html/siteclass.php on line 4447

    Notice: Undefined index: DEPTH in /var/www/old.avr.org.ua/html/siteclass.php on line 4447

    Notice: Undefined index: NAME_SK in /var/www/old.avr.org.ua/html/siteclass.php on line 4447
  •   [0]

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 2100

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 2101

Warning: oci_fetch_array() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 2104
 

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 4483

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 4484
 

Warning: oci_parse() expects parameter 1 to be resource, boolean given in /var/www/old.avr.org.ua/html/siteclass.php on line 4334

Warning: oci_execute() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 4336
select count(1) RC from ( select t_res.AUTHORS,t_id.id,t_id.zag,t_id.DATES,t_id.SORT_DATES,ROW_NUMBER() OVER(ORDER BY 1) RN from (select doc.id ID, LISTAGG(pers.name, ' , ') WITHIN GROUP(ORDER BY DOC.ID) AUTHORS FROM GALSLIB.WPU_VDA_APERS_TBL_L pers_tb, GALSLIB.WPU_VDA_APERS_L pers, GALSLIB.WPU_VARH_DK_SPR_L DOC WHERE pers.ID = pers_tb.ID_DA_L AND DOC.ID = pers_tb.ID_DK_SPR_L group by doc.id) t_res, (SELECT /*+ LEADING(TB) */ doc.id ID, doc.ek23_zagolovok , decode(doc.ek23_date, null,EK23_NDATE ,to_char(doc.ek23_date,'DD.MM.YYYY') ) DATES, doc.ek23_zagolovok ZAG , doc.SORT_DATES FROM GALSLIB.WPU_VDA_ARUBR_TBL_L TB, GALSLIB.WPU_VDA_ARUBR_L RUB, GALSLIB.WPU_VARH_DK_SPR_L DOC, GALSLIB.WPU_VDA_ARUBR_L RUB2 WHERE RUB.ID = TB.ID_ARUBR_L AND doc.id = TB.ID_DK_SPR_L and RUB.LINEAGE like rub2.LINEAGE || '%' and rub2.ID = 178 group by DOC.ID, doc.ek23_date, doc.ek23_zagolovok,EK23_NDATE,doc.SORT_DATES) t_id where t_id.id = t_res.ID(+) )
Warning: oci_fetch_array() expects parameter 1 to be resource, null given in /var/www/old.avr.org.ua/html/siteclass.php on line 4339
Результатів не знайдено