Comment on Cómo Imprimir Informes Personalizados en formato PDF desde Código...
Muchas gracias por el feedback!!!! Saludos!!!
View ArticleComment on Cómo Mostrar Imágenes de Fondo en Diferentes Regiones en Oracle...
Muchas Gracias!!! Saludos :)
View ArticleBlog Post: Installation of CTXSYS and Oracle text in Oracle Database 11g
Recently there was a requirement to import two prod schema’s on one of the test servers. So we created an empty database manually and imported the schema’s on the target server. The schema failed while...
View ArticleWiki Page: Extending the Logical volume and File systems (root and /u01) on...
Written by Syed Jaffer Hussain OVERVIEW While managing an Oracle Exadata Database Machine environment, it is equally important for a Database Machine Administrator (DMA) to manage and maintain the...
View ArticleBlog Post: Application Express 5.1 Early Adopter diponible para pruebas!!!
Hola a todos no quería dejar pasar esto, si aún no pediste un espacio de trabajo para probar las nuevas características de lo que se vendrá en Oracle Application Express 5.1, no esperes más y pídelo...
View ArticleBlog Post: Nueva Región “Interactive Grid” en Oracle APEX 5.1 Early Adopter
En este nuevo artículo quiero mostrarte una nueva región que tendremos disponible en la versión de Apex 5.1, se llama “Interactive Grid”, es decir Grilla Interactiva, sería como una combinación del...
View ArticleBlog Post: Application Express 5.1 Early Adopter
As you might have heard, the first early adopter release of APEX 5.1 is out. You can sign up for your own workspace at https://apexea.oracle.com/ to try it out. The major new feature of APEX 5.1 is the...
View ArticleBlog Post: Oracle 12c: Implemented TDE? Cloning a PDB? you need to perform...
With Oracle 12c multitenant architecture, we need to maintain TDE encryption keys in both root (CDB$ROOT) and pluggable database (PDB) level. If we clone a PDB (which is encrypted with TDE) to another...
View ArticleBlog Post: Application Express and Enterprise Manager
For those who do not know (yet), Oracle Application Express (APEX) is Oracle’s database-centric Rapid Application Development (RAD) tool, used to fast-develop web applications with SQL and PL/SQL. All...
View ArticleForum Post: Inserting a text field that has the date and time from staging...
Hi I am trying to create a sql script that inserts data from a staging table to the main table and in the staging table I have a column called datetime that is a varchar field. I am inserting all...
View ArticleForum Post: RE: Inserting a text field that has the date and time from...
capjlp, 1 - you should always identify the full version of Oracle in use 2 - you should list the Oracle error being received. In your post your data does not match your format string. Your data is not...
View ArticleForum Post: RE: Inserting a text field that has the date and time from...
Hello I tried just inserting the data without the to_timestamp data however got the same error. I wonder if I should change the datatype of this column to just date however I do need the time included....
View ArticleBlog Post: Oracle JSON Support
Hi, Oracle12 allows you to store JSON document information right in the database. It supports this with a new JSON datatype…more on that in a minute. I recently discovered that there is a cool way to...
View ArticleForum Post: RE: Inserting a text field that has the date and time from...
Before you go down the line of using a varchar to store dates and times, please don't! The DATE data type stores the date and time with the seconds included. The TIMESTAMP goes down to fractions of a...
View ArticleForum Post: RE: ORA-12638: Credential retrieval failed
This could fail for a couple of reasons: - The Oracle server is not configured to support Windows authentication - The credentials you use to login to your local machine are not sufficient to allow you...
View ArticleWiki Page: Scripting Languages
This section contains articles on integrating Oracle with popular scripting languages.
View ArticleWiki Page: Using Oracle Database with PHP
Written by Deepak Vohra PHP is the most commonly used scripting language on the web. Several companies including IBM, Amazon, Google, eBay, Zynga, Yahoo, Intel, Zend and Oracle use PHP. PHP is used...
View ArticleWiki Page: Configuring GDS with Replication Friendly – 12c
Introduction We have seen series of Global data services, now this article is purely for Data Guard friendly global data services or we can say replication friendly services. We are aware of the...
View ArticleBlog Post: “It Doesn’t Work”
“Since you got here by not thinking, it seems reasonable to expect that, in order to get out, you must start thinking.” — Norton Juster, The Phantom Tollbooth The Devil is in the details, however, in...
View ArticleBlog Post: Purge Oracle Enterprise manager 12c – logfiles
Always its recommended to purge/move unwanted files from the system. Similarly we need to purge the logfiles for Oracle enterprise manager 12c cloud control. If we didn’t purge these logs it will keep...
View Article