SQL Server Integration Services
- Read more about SQL Server Integration Services
- Log in to post comments

Ibexa se asocia con Raptor para lanzar Ibexa CDP
Oslo, Noruega.- 14 de julio de 2022.- Ibexa, el proveedor de la plataforma de experiencia digital (DXP) dedicada a B2B, anunció hoy que ha llegado a un acuerdo con Raptor Services para licenciar su plataforma de datos de clientes (CDP). Ambas organizaciones son propiedad de QNTM Group y esta es una colaboración de gran importancia para las dos empresas hermanas.
Microsoft SQL Server
- Read more about Microsoft SQL Server
- Log in to post comments
Microsoft SQL Server es el sistema gestor de base de datos relacional clásico de Microsoft, y una de las bases de datos más vendidas del mercado.
La base de datos funciona en modo de servidor, sólo , proporcionando servicios de acceso y manipulación de datos y estructuras, que se pueden utilizar desde aplicaciones o herramientas cliente como SQL Server Management Studio, SQLCmd..
The Oracle listener
- Read more about The Oracle listener
- 2 comments
- Log in to post comments
In order to access to the same database where are you working outside the database server you must activate the service called listener, it has to be listening.
It can happens that the database is properly raised and can not connect from other servers, which are also set correctly (correct TNSNAMES, etc.)..
In these cases could be that the listener has a problem, or simply has not been initiated.
To Check the status, start or stop it is very simple. Just open a command line session (console terminal, etc..) with the user that has installed the database, and run the lsnrctl command with the following parameters:
-
Check your state:
> lsnrctl status -
Stop the listener:
> lsnrctl stop -
Start the listener:
> lsnrctl start
Keep in mind that when you stop the listener, the connections that are already in the database won't be closed, so a short stop is not very traumatic, only connections trying to enter while the listener is stopped are rejected, should not affect anyone who already has an opened session.
