13
Importar dmp en Oracle 10g
Paso a paso de como importar un dmp en oracle 10g en Linux:
This blog is a continuation of a series about the SQL optimization process in the Batch Optimizer and the Tuning Lab modules of Quest SQL Optimizer for Oracle. It sheds some insight on why the SQL optimization process can take hours to run and what you can do to shorten the process.
Oracle 10g RAC with SLES9 x64 hosted on ESXi 3 Host – Part 2
Network and hostname configuration of the nodes
Once you have converted the the first virtual machine that you have installed, you have a mirrored copy of it.
This means that the hostnames of the two machines will be identical and this has to be fixed.
Each Node must have at least 2 network adapters: one for the public and one for the private interconnect. In addition , the interface names associated with the network adapters for each network must be the same on all nodes.
Dando vueltas el mes pasado por los lados de SourceForge encontré esta aplicación y no había tenido tiempo de probarla hasta el día de hoy. Para mi satisfacción resultó ser muy interesante. Es una aplicación desarrollada en Java que genera el diagrama Entidad-Relación de una base de datos y otras cositas, como sus desarrolladores la llaman, un navegador gráfico de esquemas de metadatos de una base de datos. Puede acceder a cualquier motor de base de datos desde que se cuente con su correspondiente driver JDBC.
Example of how to dynamically generate sql statement to PIVOT data in SQL Server 2005 and above.
You can put this code into stored procedure and use it instead of a view.
I’m not aware of any alternative to that approach as you can’t call stored procedure from the view and you can’t dynamically define return table columns for table-valued functions.
Um servidor de relatório pode armazenar em cache uma cópia de um relatório processado e devolvê-la quando um usuário abrir o relatório. Para o usuário, a única evidência disponível indicativa de que o relatório é uma cópia armazenada em cache são os dados de data e hora de processamento do relatório. Se a data ou a hora não for atual e o relatório não for um instantâneo, ele terá sido recuperado do cache.
Continuando el post de ordenación natural añado un enlace al sitio oficial de PostgreSQL en el que un comentarista indica la forma de ordenar de forma natural las secuencias de caracteres que incluyen números. Y por si alguna vez desapareciese dicho comentario, copio las funciones aquí abajo.
A commit yesterday (by Alvaro Herrera, based on a patch by Euler Taveira de Oliveira) allows setting per-table autovacuum parameters directly from the CREATE/ALTER TABLE statement. For example, it is now possible to write:
How can you predefine a named range for an SQL Server Reporting Services report exported to Excel? In particular, the named range must have a specific name, along with referring to a set of cells with specific columns for all rows rendered for the given table control. I am running SQL Server 2005 SP3 with Microsoft Excel 2003.
This bulletin summary lists security bulletins released for February 2009.
With the release of the bulletins for February 2009, this bulletin summary replaces the bulletin advance notification originally issued February 5, 2009. For more information about the bulletin advance notification service, see Microsoft Security Bulletin Advance Notification.
10-12 March, 2009 – Transamérica Expo Center, São Paulo
Welcome to the largest gathering of Oracle customers, partners, developers, and technology enthusiasts in Latin America.
This year’s conference offers dynamic opportunities for learning and connecting not only with industry experts, but with your peers as well. Explore our Web site to get all the latest news.
11
Triggers en MySQL 5
Los Triggers son simplemente procedimientos guardados en la base de datos que se ejecutan antes (BEFORE) y/o después (AFTER) de algún(os) eventos (INSERT, DELETE, UPDATE) sobre la tabla que fue asociada al trigger.
Tienen dos palabras claves, OLD y NEW que simbolizan los valores anteriores o nuevos de la columna.
With SQL Server 2005, Microsoft had introduced the feature of plan guides – these allow us to have a much better control over the query plans and thus have more predictability and better performance for some of those queries that are tough to tune either because they are canned queries in a vendor application or the data distribution could be heavily skewed for the indexed columns leading to un-predictable results. In a way, these allow us to simply influence the plan for the optimizer and either use a fixed query plan or force a plan by the usage of hints without changing the query in the code. Other RDBMS like Oracle also have had such features – in Oracle, it is called a stored outline or optimizer plan stability
Menat Technologies anuncia el lanzamiento del DreamCoder for Oracle 2009 versión 4.0. Esta nueva versión incluye soporte a múltiples conexiones a la base de datos, un nuevo navegador de objetos que facilita la interacción con la base de datos y más de 100 mejoras . El nuevo DreamCoder for Oracle 2009 se encuentra disponible en tres versiones DBA, Enterprise y Free.
A continuación se detallan las nuevas funcionalidades incluidas en esta versión:
En Debian Etch se encuentra el paquete firebird2-super-server pero la versión de firebird que contiene corresponde a la rama 1.5.x y no a la 2.0.x.
Para instalar la versión de firebird correspondiente a la rama 2.0.x debemos instalar el paquete firebird2.0-super que se encuentra en el repositorio de backports http://packages.debian.org/etch-backports/firebird2.0-super.
Está disponible el setup de GXportal 4.5 para la plataforma Java-DB2-Linux.
Es un nuevo setup de la 4.5 para poder instalar sobre Linux y que usa DB2 para la base de datos.
a continuación detallos los pasos que he realizado para migrar la base de datos de un servidor Team Foundation Server 2008 de SQL Server 2005 a SQL Server 2008. En este caso y a modo de demo, he realizado la migración en la máquina virtual de demo que se puede descargar gratis de Microsoft.
Aprovechando que los días 9 y 10 de febrero estaré en la Universidad de Albacete, impartiendo dos sesiones en el Master de Tecnologías Web, impartiré la charla Report Builder, ¡Que los informes de los haga el usuario! para el grupo de usuarios CLMNET.
Microsoft Security Bulletin Advance Notification issued: February 5, 2009
Microsoft Security Bulletins to be issued: February 10, 2009
This is an advance notification of security bulletins that Microsoft is intending to release on February 10, 2009.
A continuacion les muestro unos ejemplos de la funcion decode en Oracle.
Buscar en DbRunas
Descargar versiones libres recomendadas actualizadas
Revistas
Manuales
Recursos
Archivo diario de noticias
Archivo por mes y año
Comentarios recientes
- berto on Tutorial Hibernate y JavaServer Faces (JSF)
- Elvis on Accediendo a MySQL con node.js
- instalacion de red on Script para comprobar si las bases de datos están configuradas espejadas en SQL 2005/2008
- alfred on Mysql Recover Data using ibdata1, ib_logfile0 and ib_logfile1
- instalacion redes informaticas madrid on TIP: El buffer pool en DB2
- Mexicali82 on Instalando Nagios en OpenSuse 11.3
- jeiber murcia garcia on Generador de reportes multiplataforma
Ayudas Oracle
- Borrar una fila de una tabla anidada
- Consultar un campo de un objeto oracle
- oracle
- Requiero modificarla orientación de un reporteen Report Builder 10.1.2.0.2 de horizontal a vertical.
- Bloqueo tablas temporales
Ayudas PostgreSQL
- SQL mirando cantidades
- Extraer base de dato
- ¿Cómo instalar postgresql?
- Como instalo Postgresql manualmente en Ubuntu 9.10
- Problema com la hora
Ayudas MySQL
- consulta en Access que no me funciona en Mysql
- Consulta en Access que no funciona en Mysql
- ¿Tablas de access en mySQL? ¿Es posible?
- No me funciona Mysql
- donde encuentro el config.php.ini
Ayudas SQL Server
- ERROR AL CREAR UN DSN (ODBC)
- Cambiar tipo de dato de bit a nvarchar(255)
- Importar una tabla de intro otra tabla
- SQL SERVER 2008
- Instalar sql server 2005 en centos
Ayudas DB2
Ayudas SQL
- Error extraño
- Inicio sql
- Anidar nodos en pl sql
- Consulta SQL y correspondencia campos de 2 tablas
- Consulta
Feeds Planeta PostgreSQL-es
- DBLink con parametros en PostgreSQL
- Creando 30.000 tablas con PostgreSQL
- Nuevas versiones de PostgreSQL disponibles
- Los niveles de aislamiento en PostgreSQL (no son 4)
- Alternativas EAV con XML (en PostgreSQL 8.3)
Feeds Planet PostgreSQL
- Redirecting planetpostgresql.org to planet.postgresql.org -- please update your bookmarks
- 2010 retrospective
- Waiting for 9.1 – Unlogged tables
- Version Control Visualization and End Point in Open Source
- PostgreSQL Weekly News January 2nd 2011
Feeds Planeta PostgreSLQ Brazil
- Calculando previsão de vendas com PHP e PostgreSQL
- Vale a pena manter a especialização em Postgresql?
- Manipulando Triggers no PostgreSQL
- Debian, Sysctl e postgresql
- PostgreSQL: O que são tablespaces?
Feeds Planet MySQL
- Last chance to vote for MySQL+ community awards 2011, VOTE NOW !
- Log Buffer #256, A Carnival of the Vanities for DBAs
- Error injection tests for InnoDB would be nice
- Speaking at Percona Live MySQL Conference & Expo 2012
- Xtrabackup 1.6.4 for Solaris 10 and 11