Warning: ociplogon() [function.ociplogon]: _oci_open_server: ORA-12541: TNS:no listener 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=43567 
	  and a.news_publish=1
	  and a.news_posted<=PKG_TIME.FN_FROMUNIXTIME(1369132574)  

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

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

 
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='science' 

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(1368527774) and pkg_time.fn_fromunixtime(1369132574) 
		  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='science' 
Досье в разделе ""

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(1369132574)
   	  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

май 2013

вс.

пн.

вт.

ср.

чт.

пт.

сб.

1234
567891011
12131415161718
192021
22
23
24
25
26
27
28
29
30
31
«»
наша кнопка:
наша кнопка
ПАУЭР Интернэшнл
 

Вопросы? Комментарии? Предложения?
Пишите 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