similar to: como consultar en oracle

Displaying 6 results from an estimated 6 matches similar to: "como consultar en oracle"

2013 May 28
2
Regresiones
para dibujar la línea del modelo linear con abline ** *Carlos Guadián Orta* Mi Twitter es @carlosguadian <http://twitter.com/carlosguadian> Mi blog es K-Government <http://www.k-government.com> Mi perfil profesional en LinkedIn <http://es.linkedin.com/in/carlosguadian> Trabajo en Autoritas Consulting <http://www.autoritas.es> Coordino #oGov <http://www.ogov.eu>
2008 Feb 28
1
Asterisk monitor() zap channel problem
im trying to use monitor() aplication with "b" option, to start the recordigin just once the conversation has actuallly begun. It works fine with a sip extensi?n, but when i use a zap channel, it records all the channel bridging, including the ringing sounds... could you please help me with this issue? ill keep reporting thanks. -------------- next part -------------- An HTML
2011 Jun 13
1
Lost performance between Samba 3.0.24 and 3.5.8 with high number of concurrent connections
Hi, We are trying upgrade our roaming profile sever from Debian Etch to Debian Squeeze. That's means a upgrade from Samba 3.0.24 to Samba 3.5.8. Our production environment has above 600 concurrent users without problem. After upgrade to Samba 3.5.8, server can't manage above 200 users. With 'smbclient', the output is: Error [user] session setup failed: Call timed out: server did
2006 Jul 14
1
error with Dates in SQL Server
An application that run without flaw last week has been reported to crash with an error that says that a conversion from char to datetime has given a date outside range. This very application runs OK today in production (fortunately :-), and the difference in both SQL Servers is just that the one where the exception has started to appear has Spanish conventions. I can''t give
2016 Jan 27
3
Bootstrap data frame
Hola buenas En principio a mí no me parece una mala aproximación. Tal vez se podría intentar adaptar el problema a un modelo de supervivencia, pero tendría que pensarlo. ( https://vimeo.com/142732615 ) De todas maneras, creo que coges días al azar para calcular to "proxy". Aunque yo personalmente cogería días consecutivos porque probablemente el consumo en muchos productos no sea
2006 Jul 17
18
Inserting datetime value into SQL Server
I have a SQL Server column named StartTime of (SQL Server) type datetime If I attempt to set the attribute using public def StartTime=(time) write_attribute(:StartTime, "{ts ''1899-12-30 #{time.hour}:#{time.min}:#{time.sec}''}") end it''s inserting a NULL value. Anyone else able to successfully insert a date time value into a SQL Server table using