orastory.wordpress.com
Epoch | OraStory
https://orastory.wordpress.com/2015/06/26/epoch
Dominic Brooks on Oracle Performance, Tuning, Data Quality and Sensible Design … (Now with added Sets Appeal). SQL Plan Baseline Manual Evolution. SQL Plan Management Choices →. June 26, 2015. Note to self because it’s just one of those date/timezone-related topics which just doesn’t seem to stick…. Epoch/Unix time – See https:/ en.wikipedia.org/wiki/Unix time. Firstly when converting from Oracle date or timestamp – we need to work from UTC not local time. Assuming that this timestamp is in milliseconds:.
juanjosemtz.blogspot.com
Juan Jose Martinez: Transparent Data Encryption Parte 1 de 2
http://juanjosemtz.blogspot.com/2009/03/transparent-data-encryption-parte-1-de.html
Stephen Hawking alguna vez dijo -The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge- Asi que este Blog esta creado para compratir mis experiencias en el campo de Tecnologías de Información para las áreas de Base de Datos Oracle, Administración del Desempeño y Planeación de la Capacidad. Viernes, 6 de marzo de 2009. Transparent Data Encryption Parte 1 de 2. 9632; Columnas con índices que no sean del tipo B-tree. 9632; Tipos de datos LONG, BLOB, CLOB. Para este artículo anali...
weidongzhou.wordpress.com
My Big Data World | Page 2
https://weidongzhou.wordpress.com/page/2
My Big Data World. Newer posts →. Disabling Firewall after Turning off Firewall. October 4, 2016. Many applications requires to disable firewall on Linux. The most common used commands are as follows:. Stop the ipchains service. Stop the iptables service. Stop the ipchains service after reboot. Stop the iptables service after reboot. Another popular one is to set SELINUX=disabled. File to disable some extra security restrictions. On a Red Hat Linux VM and connect it to an Oracle Big Data Appliance. Root@...
aprakash.wordpress.com
Silent Upgrade Oracle GoldenGate 12.1.2.0.0 to 12.1.2.1.2 | Anand's Blog
https://aprakash.wordpress.com/2015/04/21/silent-upgrade-oracle-goldengate-12-1-2-0-0-to-12-1-2-1-2
My experiences and views on Oracle Database. Silent Upgrade Oracle GoldenGate 12.1.2.0.0 to 12.1.2.1.2. April 21, 2015. April 21, 2015. Today I worked on silent upgrade of Oracle GoldenGate from 12.1.2.0.0 to 12.1.2.1.2, so thought to blog it which might help some of you. These are the steps I performed. Current GoldenGate Home – /oracle/app/product/ogg12.1.2. 1 Gather the details of GoldenGate Processes before stopping them. 2 Backup the existing binaries and associated files needed for your environment.
tonguc.wordpress.com
My Favorite Links | Extract(Read) > Transform(Test&Apply) > Load(Learn) Blog
https://tonguc.wordpress.com/my-favorite-links
Extract(Read) Transform(Test&Apply) Load(Learn) Blog. Oracle body building – oracle-l. Http:/ www.freelists.org/archives/oracle-l/feed.rss. Ixora by Steve Adams(Unix and Oracle form a powerful combination.). Http:/ www.ixora.com.au. Do you really want to be an Oracle-(wo)man? Http:/ asktom.oracle.com. Morgan Daniel’s Oracle SQL and PL/SQL Library. Http:/ www.morganslibrary.org/library.html. Joe Fuda’s Oracle SQL Snippets/Tutorials. Http:/ www.sqlsnippets.com/. Cary Millsap’s Oracle blog. Http:/ afatkulin...
leonotes.wordpress.com
LEO Notes | 第2页
https://leonotes.wordpress.com/page/2
Get partition definition using function. 一月 13, 2017. 获取所有RANGE分区的表分区的定义,脚本运行环境为Oracle 11.2.0.4,Oracle 10g去掉INTERVAL字段。 Insert log data into clob using plsql. 一月 13, 2017. 今天开发的一个同事想用PLSQL插入一些数据到CLOB字段,字符串较长,报错PLS-00172: string literal too long。 Orace Text Index-part4-contains query. 一月 10, 2017. 例如我想查询Blue Smith,Oracle Text index就无法返回Smith Blue这种记录。 对于这种时候,我们可能希望全文索引能返回给我们Smith Blue或者Blue A Smith。 SQL commit; 提交完成。 SQL execute ctx ddl.sync index('IDX1 T LEXER'); PL/SQL 过程已成功完成。 SQL select id, create dat...
leonotes.wordpress.com
Oracle Text Index-part3 | LEO Notes
https://leonotes.wordpress.com/2016/12/30/oracle-text-index-part3
Orace Text Index-part4-contains query →. 十二月 30, 2016. 包含smith的记录ID为8,9,11,12,从DR$IDX1 T LEXER$I中获得到的TOKEN起始为8-12,TOKEN COUNT有4行,下面的输出记录了这些信息。 SQL COL TOKEN TEXT FOR A10 SQL COL TOKEN LASR FOR A10 SQL select token text,TOKEN TYPE,TOKEN FIRST,TOKEN LAST,TOKEN COUNT from DR$IDX1 T LEXER$I WHERE TOKEN TEXT = 'SMITH'; TOKEN TEXT TOKEN TYPE TOKEN FIRST TOKEN LAST TOKEN COUNT - - - - - - - - - - - - - - - - - - - - - - - - - - - SMITH 0 8 12 4. Orace Text Index-part4-contains query →. Address never made public).