Warning: ociplogon() [function.ociplogon]: _oci_open_server: ORA-12519: TNS:no appropriate service handler found in /srv/www/news.battery.ru/html/include/system/open_conn.php on line 15
Пароль посетителя был введён некорректно.-

Ошибка SYS-0001
Пароль посетителя был введён некорректно.

Подробности:




Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



select seq_main.nextval from dual 

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/news.battery.ru/html/include/system/open_conn.php:15) in /srv/www/news.battery.ru/html/include/header.php on line 27

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/news.battery.ru/html/include/system/open_conn.php:15) in /srv/www/news.battery.ru/html/include/header.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/news.battery.ru/html/include/system/open_conn.php:15) in /srv/www/news.battery.ru/html/include/header.php on line 32
Медицина: забота о здоровье и профилактика заболеваний, новые лекарства и методы, алкоголизм, курение, наркомания, рак, СПИД
Аккумулятор новостей Получайте новости почтой!
тема


Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



	select 
		a.news_id,
		pkg_time.FN_TOUNIXTIME(a.news_posted) as news_posted,
		DECODE(news_region,
	                 null,news_header,
			   news_region||': '||news_header) as NEWS_HEADER,
		a.news_source_url,
		a.news_source,
		a.news_mark	 
	from news a
	where a.news_id=52125 
	  and a.news_publish=1
	  and a.news_posted<=PKG_TIME.FN_FROMUNIXTIME(1265716679)  

Записи не найдены
 

Ничего не найдено

 
News.Battery.Ru - Аккумулятор Новостей
Источник: news.battery.ru


все новости

все новости

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



select c.theme_id from themes c where c.theme_url='health' 

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



		SELECT table2.* from( 
			SELECT table1.*,rownum as rn FROM(
				
		select 
			a.news_id,
			pkg_time.FN_TOUNIXTIME(a.news_posted) as news_posted,
			DECODE(news_region,
                   null,news_header,
				   news_region||': '||news_header) as NEWS_HEADER,
			a.news_source_url,
			a.news_source,
			a.news_mark					
		from news a,rl_news_theme b
		where a.news_id=b.news_id
		  and b.theme_id=
		  and a.news_publish=1 
		  and b.rl_type=1
		   and a.news_posted  between pkg_time.fn_fromunixtime(1265111879) and pkg_time.fn_fromunixtime(1265716679) 
		  order by  a.news_posted desc,
		            a.news_id desc
		  
			)table1
		)table2	
		where table2.rn<=35				
		 
	 

> предыдущие заголовки

ТОП по темам:

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



select theme_name,theme_id,theme_url from themes order by theme_order 



Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



select theme_name,theme_id from themes where theme_url='health' 
Досье в разделе ""

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



		SELECT table2.* from( 
			SELECT table1.*,rownum as rn FROM(
				
		select /*+ RULE */
		  distinct
	 	  b.dsr_id,a.dossier_name,
		  max(c.news_posted) as ltime
		from 
		  rl_news_dsr b,
		  news c,
          rl_dsr_theme d,
          dossiers a
   	where b.news_id=c.news_id
   	  and b.dsr_id=d.dsr_id 
   	  and d.theme_id=
   	  and c.news_posted<=pkg_time.fn_fromunixtime(1265716679)
   	  and c.news_publish=1
      and b.dsr_id=a.dossier_id
	  group by b.dsr_id,a.dossier_name
	  order by ltime desc
	
			)table1
		)table2	
		where table2.rn<=15				
		 order by table2.dossier_name 
	 
> самое интересное в разделе

Все темы

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



select theme_name,theme_url from themes order by theme_order 

Подписка
> Подписаться
> Изменить настройки
> Получить пароль

Яndex

www.yandex.ru

февраль 2010

вс.

пн.

вт.

ср.

чт.

пт.

сб.

123456
789
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
«»
наша кнопка:
наша кнопка
ПАУЭР Интернэшнл
 

Вопросы? Комментарии? Предложения?
Пишите news@battery.ru


Свидетельство
о регистрации СМИ
Эл № 77-2692

 
Rambler's Top100 Service

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 19

Warning: ociexecute(): supplied argument is not a valid OCI8-Statement resource in /srv/www/news.battery.ru/html/include/sql_util.php on line 21
Ошибка
Неизвестная ошибка.

Подробности:



select seq_main.nextval from dual