
VALENTINNIKOTIN.COM
ValentinNikotin | Oracle NotesOracle Notes (by Valentin Nikotin)
http://www.valentinnikotin.com/
Oracle Notes (by Valentin Nikotin)
http://www.valentinnikotin.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
2 seconds
16x16
32x32
Valentin Nikotin
ul. Very S●●●●●●●●●●19 kv. 366
Ko●●no
Saint●●●●●sburg , 196653
RUSSIAN FEDERATION
View this contact
Valentin Nikotin
ul. Very S●●●●●●●●●●19 kv. 366
Ko●●no
Saint●●●●●sburg , 196653
RUSSIAN FEDERATION
View this contact
Valentin Nikotin
ul. Very S●●●●●●●●●●19 kv. 366
Ko●●no
Saint●●●●●sburg , 196653
RUSSIAN FEDERATION
View this contact
13
YEARS
8
MONTHS
21
DAYS
WILD WEST DOMAINS, LLC
WHOIS : whois.wildwestdomains.com
REFERRED : http://www.wildwestdomains.com
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
16
SITE IP
192.0.78.24
LOAD TIME
1.953 sec
SCORE
6.2
ValentinNikotin | Oracle Notes | valentinnikotin.com Reviews
https://valentinnikotin.com
Oracle Notes (by Valentin Nikotin)
spexp | ValentinNikotin
http://valentinnikotin.com/spexp
SPEXP tool is minimalistic export script which runs from SQL*Plus. You can download it from here. This script doesn’t create any objects in database and can be used even in nomount mode to export v$ views. 1 export/import view dba users. 2 export/import query results with various datatypes. 3 export part of table, set name for to table and export file. 4 export with hint (can be useful for export of v$ views with bad plans). 5 export gv$session using short alias, export only certain columns. Enter your e...
CBO | ValentinNikotin
http://valentinnikotin.com/category/cbo
January 31, 2012. It seems that CBO can work with the line comment inside sql hints. Let’s see. I create a table with 3 indexes:. Drop table ttt purge; create table ttt ( a number not null, b number not null, c number not null ); insert into ttt select 1,1,1 from dual connect by level = 10000; commit; create index iiia on ttt(a); create index iiib on ttt(b); create index iiic on ttt(c);. And then I’m able to switch access paths by commenting:. It also works fine with the line hint itself:. Follow “...
February | 2012 | ValentinNikotin
http://valentinnikotin.com/2012/02
Some words on result cache dependencies tracking in 11.2. February 7, 2012. First, every result of a function or query for which result cache is enabled has its own dependencies. Second, all dependencies are tracked while the function/query is being executed. Third, the PL/SQL function result cache and the SQL result cache internals are the same. This has several consequences. 1 One function may have different dependencies for different input arguments. Let’s look at the following example:. I create a si...
April | 2013 | ValentinNikotin
http://valentinnikotin.com/2013/04
April 20, 2013. Enjoy spexp tool https:/ valentinnikotin.com/spexp/. Some words on result cache dependencies tracking in 11.2. Follow Blog via Email. Enter your email address to follow this blog and receive notifications of new posts by email. Join 56 other followers. Timur Akhmadeev's blog. Blog at WordPress.com. Blog at WordPress.com. Follow “ValentinNikotin”. Get every new post delivered to your Inbox. Join 56 other followers. Build a website with WordPress.com.
January | 2012 | ValentinNikotin
http://valentinnikotin.com/2012/01
January 31, 2012. It seems that CBO can work with the line comment inside sql hints. Let’s see. I create a table with 3 indexes:. Drop table ttt purge; create table ttt ( a number not null, b number not null, c number not null ); insert into ttt select 1,1,1 from dual connect by level = 10000; commit; create index iiia on ttt(a); create index iiib on ttt(b); create index iiic on ttt(c);. And then I’m able to switch access paths by commenting:. It also works fine with the line hint itself:. Follow “...
TOTAL PAGES IN THIS WEBSITE
11
XT&R blackboard: Пакет для выполнения команд операционной системы в Oracle с таймаутом, пакет для экспорта исходных кодов функций, процедур, пакетов и тд и работы с SVN, GIT etc
http://www.xt-r.com/2010/11/oracle-svn-git-etc.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. Пакет для выполнения команд операционной системы в Oracle с таймаутом, пакет для экспорта исходных кодов функций, процедур, пакетов и тд и работы с SVN, GIT etc. Ярлыки: execute operating system commands with timeout. Функционала пока маловато, т.к. мало времени и был бы рад, если кто-нибудь присоединился к работе над пакетом, но тем не менее прошу любить и жаловать :). Функция xt shell.shell exec(pCommand in varchar2,timeout i...
XT&R blackboard: О производительности обработки исключений
http://www.xt-r.com/2012/05/blog-post.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. О производительности обработки исключений. Эта заметка посвящена известному факту о низкой производительности обработки исключений. Да, действительно, обработка исключений достаточно медленна, однако, не стоит сразу же пытаться избегать их везде, где только можно, да еще и любыми способами. Например, часто вижу как их пытаются избегать даже в случаях поиска по первичному ключу c минимальной вероятностью получения no data found.
XT&R blackboard: Анализ PL/SQL кода в Oracle 11g (Перевод "Zoom In on Your Code" By Steven Feuerstein)
http://www.xt-r.com/2012/04/plsql-oracle-11g-zoom-in-on-your-code.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. Анализ PL/SQL кода в Oracle 11g (Перевод "Zoom In on Your Code" By Steven Feuerstein). Используйте PL/Scope для анализа вашего PL/SQL кода. Благодаря PL/Scope разработчики могут значительно лучше и легче выполнять анализ кода. Некоторые полезные приемы его использования и будут рассмотрены в данной статье. ALTER SESSION SET plscope settings='IDENTIFIERS:ALL'. Select name ,type ,plscope settings from USER PLSQL OBJECT SETTINGS.
XT&R blackboard: Английская версия блога - orasql.org
http://www.xt-r.com/2012/10/orasqlorg.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. Английская версия блога - orasql.org. Я недавно открыл версию своего блога на английском и кое-что оттуда не успел запостить сюда, поэтому исправляюсь и вкратце резюмирую свои два поста:. Очень удобно создать отдельный сервис и включить на нем трассировку: теперь чтобы оттрассировать приложение или обращения с дблинка достаточно подключиться к на нужный сервис. Код доступен по ссылке. 2 Rollback вместо commit'a на дблинке. Just ano...
XT&R blackboard: “Abridged” call stack в трассировке "dump sort statistics"(event 10032)
http://www.xt-r.com/2012/10/abridged-call-stack-dump-sort.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. 8220;Abridged” call stack в трассировке "dump sort statistics"(event 10032). Пару месяцев назад я обнаружил, что в трассировке сортировки в 11.2.0.3. Появился short call stack. И даже уже советовал на форуме как более простой oradebug short stack. Включаем трассировку с 10-м уровнем:. Alter session set events '10032 trace name context forever, level 10';. Кусок из трейс файла:. Spread The Love, Share Our Article. Список и описание ...
XT&R blackboard: Удивительная оптимизация получения distinct values из индекса, а также TopN для каждого
http://www.xt-r.com/2012/09/distinct-values-topn.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. Удивительная оптимизация получения distinct values из индекса, а также TopN для каждого. Несколько дней назад на форуме задали, как изначально показалось, старый, скучный, вдоль и поперек изъезженный вопрос. Есть лента новостей. Все новости разделены на 10 категорий(Политика, спорт, авто, недвижимость и тд). Надо 1 запросом для каждой категории выбрать 4 новости. Но обо всем по порядку:. 1 Получение distinct значений из индекса.
XT&R blackboard: Пара простых примеров по вчерашней дискуссии после семинара
http://www.xt-r.com/2013/05/blog-post.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. Пара простых примеров по вчерашней дискуссии после семинара. 1 Пример, показывающий короткие clob'ы с "enable storage in row" будут передаваться точно так же как и обычные:. SQL create table xt clob(c clob) lob(c) store as securefile(enable storage in row); Table created. SQL insert into xt clob select lpad('x',100) from dual connect by level. Olda and :new.b! Spread The Love, Share Our Article. Nvl, coalesce и concatenation. Creat...
Links
http://www.sql-tutorial.ru/en/links.html
SQL Problems and solutions. Summarizing data using ROLLUP. Common table expressions (CTE) page 3. Aggregate function to aggregate function. CROSS APPLY / OUTER APPLY page 3. CASE statement page 2. Data type conversion and CAST function page 2. Books and articles on SQL and databases. Valentin Nikotin's blog: Oracle SQL and PL/SQL. Cooler-online.com (cooler-online.ru). Cooler - online computer tech dedicated project with ten years history. The popular scientific Internet-magazine. Feel the future!
XT&R blackboard: Включение parallel для index range scan и создания констрейнтов
http://www.xt-r.com/2012/09/parallel-index-range-scan.html
Just another Oracle developer Саян Малакшинов. Russian Oracle User Group. Включение parallel для index range scan и создания констрейнтов. Create constraint in parallel. Сегодня нужно было ускорить большую разовую выгрузку(вообще был "insert/* append*/ select", но это не суть важно в данном контексте): большая не секционированная таблица, достаточно хорошая селективность по индексу( 1.2%), больше 95% времени идет на lookup в таблицу из индекса. Один только индекс размером 44ГБ. Alter table t1 add constra...
TOTAL LINKS TO THIS WEBSITE
16
Le Petit Monde de Valentine
Envoyer à un ami. Le Petit Monde de Valentine. Mes Pullip et moi . Mes plantes d'intérieur . Mes plantes grasses et moi . Ma passion : les Pullip . Un peu de lecture . Le Petit Monde de Valentine. Une plongée dans mon petit monde, entre Famille Couture Pullip ( ma nouvelle passion) Ma maladie Littérature! Créer un blog avec CanalBlog. À 12:41 - Commentaires [3]. Et puis j'ai lu et acheté tous les Guillaume Musso . Je suis une fan! À 15:03 - Commentaires [0]. Bon vent et bonnes vacances à tous . Cheonsang...
Blog de valentinneymo81 - Blog de valentinneymo81 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. IL faut vivre le moment present . Pour pouvoir changer notre futur . Mise à jour :. Abonne-toi à mon blog! On the beach . Putain c'était bien ce ptit week-end. Vivement le mois d'aout. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.170) si quelqu'un porte plainte. Ou poster avec :. Posté le mardi 26 mai 2009 12:52.
Valentinni.com is for Sale! @ DomainMarket.com
Search Premium Domain Names. What's in a Domain Name? Building your online presence starts with a top quality domain name from DomainMarket.com. At DomainMarket.com you'll find thousands of the very best .Com domain names waiting to be developed into first rate brands. We have been in business over 10 years and have sold more of our premium domains than any competitors. At DomainMarket.com we offer simple, safe and secure transactions for premium domain names. Your branding efforts will be much m...A pre...
Valentin Nicolau Valentin Nicolau - Site oficial
22 iunie 1960 - 13 ianuarie 2015. BASMANIA. Cartea întâi: RĂSPÂNTIA GÂNDURILOR. STELIAN TĂNASE OPREȘTE DE LA DIFUZARE FILMUL ZI CĂ-ȚI PLACE! CRED, DECI CUNOSC. CARTEA INCOMPATIBILĂ CU TELEVIZIUNEA. Cine seamănă cu mine? Sâmbătă 1 februarie, Buzău. LUNI 13.01.2014 / ORA 20.30 / TVR2 / ZI CĂ-ȚI PLACE! Pemiera filmului ZI CĂ-ȚI PLACE! Numirea Directorului General interimar al TVR. Valentin Nicolau 2008 - 2015.
valentinnikolaevich.deviantart.com
valentinnikolaevich (Obukhova Maria) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 5 Months. This deviant's full pageview. Last Visit: 2 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? You must be lo...
ValentinNikotin | Oracle Notes
April 20, 2013. Enjoy spexp tool http:/ valentinnikotin.com/spexp/. Some words on result cache dependencies tracking in 11.2. February 7, 2012. First, every result of a function or query for which result cache is enabled has its own dependencies. Second, all dependencies are tracked while the function/query is being executed. Third, the PL/SQL function result cache and the SQL result cache internals are the same. This has several consequences. I create 2 tables and populate them with one row:. SQL create...
Blog de Valentinnnnnn69 - Bloog - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Ce blog n'a pas encore d'articles. Poster sur mon blog.
Blog de valentinno2212 - Blog de valentinno - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Alejandro (The Fame Monster). Création : 07/03/2009 à 11:22. Mise à jour : 28/09/2013 à 07:32. 8202; . Ce blog n'a pas encore d'articles. Abonne-toi à mon blog! Poster sur mon blog.
Blog de valentinno85 - chez bibi - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Ta pas besoin de savoir! Mise à jour :. Je l'aime plus que tous elle et. Abonne-toi à mon blog! La caisse a joss. Et oui joss quan on commence a filmer les voitures des autres , il faut savoir que la tienne i passera un momen ou un autre! Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le dimanche 30 mars 2008 13:20. Et oui les vacances sans l'aperro se n'est pas des vacances!
Blog de valentinnod - Blog de valentinnod - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Lim nique lui sa mére. Ajouter cette vidéo à mon blog. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Ou poster avec :.
valentinnoo's blog - valentino - Skyrock.com
CeLiBaTaIrE (encore) mdr lé fille je vous attends! 11/10/2007 at 10:58 AM. 02/07/2008 at 8:52 AM. Subscribe to my blog! Non je dis non, dieu n'as pas à être entouré sans cesse de ses disciples! Hypocrites en plus les disciples (a en juger à leur sourrire suspects). Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.4) if someone makes a complaint. Please enter the sequence of characters in the field below.