similar to: how to import a dump .sql file in a rake task

Displaying 20 results from an estimated 100 matches similar to: "how to import a dump .sql file in a rake task"

2001 Aug 31
1
RODBC SQLSave
I am having the following problem with RODBC I connect to an oracle 8i (8.1.7) database using RODBC as follows; dbConn <- odbcConnect("mydatabase","myuserid","mypassword",case="oracle") Then I extract some data, actually a whole table; orgdata <- sqlQuery(dbConn, "select * from organism", na.strings = "NA") Then I try to save it
2015 Aug 11
3
C6.7 evolution to cyrus imap(s) fails
Hi I have been using evolution/cyrus/exim for 10 years - until yesterday! I upgraded to C6.7 and now there is no way I can find of connecting from evo to the cyrus imap(s) server [root at maui:~]$ ps -ef|grep imap cyrus 27768 1 0 15:21 ? 00:00:00 /usr/lib/cyrus-imapd/cyrus-master -d cyrus 27775 27768 0 15:21 ? 00:00:00 imapd -s cyrus 27779 27768 0 15:21 ?
2009 Feb 08
8
How to upload data using huge .sql file
Hi, I am using Ruby - 1.8.6 and Rails- 1.2.6. When I trying to upload data using the .sql file through my code I got "Mysql::Error: Lost connection to MySQL server during query: rollback;" File size is 6 MB. The code I have used is like: numberOfRecord = ActiveRecord::Base.connection.update(File.open(fileName).read) Please let me know how I upload data using huge .sql file. If
2018 Aug 16
1
Thanks for help with validspamobject
Hi, Thanks for all your help. The problem with an error involving validspamobject() has been resolved, as a new version of spdep (0.7-7) was just released and it seems to have stopped using the deprecated function. Ron B. [[alternative HTML version deleted]]
2015 Aug 11
1
C6.7 evolution to cyrus imap(s) fails
------------ Original Message ------------ > Date: Tuesday, August 11, 2015 20:24:36 +0200 > From: Alexander Dalloz <ad+lists at uni-x.org> > > Am 11.08.2015 um 17:56 schrieb Dr J Austin: >> Hi >> >> I have been using evolution/cyrus/exim for 10 years - until >> yesterday! >> >> I upgraded to C6.7 and now there is no way I can find of
2005 Jul 07
8
Mass mail performance
How does Action Mailer perform when sending out say 3,000 emails? I know the answer will have a lot to do with the hardware, but in general, is Action Mailer up to the task of completing an operation like this in reasonable time?
2018 Mar 14
1
Problem with reading data from an UTF-16 database
Dear all, We have a problem with reading some characters correctly from an UTF-16 encoded database. The code below givens the correct characters on Ubuntu with the_driver = {ODBC Driver 13 for SQL Server}. On Windows (with the_driver = {SQL Server}), special characters like '?' and '?' are returned as '?'. I've added the sessionInfo() output from both machines. Any
2014 Jul 02
1
parLapply on sqlQuery (from package RODBC)
R Version : 2.14.1 x64 Running on Windows 7 Connecting to a database on a remote Microsoft SQL Server 2012 The short form of my problem is the following. I have an unordered vectors of names, say: names<-c("A", "B", "A", "C","C") each of which have an id in a table in my db. I need to convert the names to their corresponding ids. I
2019 Dec 04
2
Can't see a specific mail in thunderbird but with mobile mail client
Hi, did not notice that you have imap_zlib enabled for protocol imap, can you disable that temporarily and re-record the rawlog. Sami > On 4 Dec 2019, at 11.22, J. Echter via dovecot <dovecot at dovecot.org> wrote: > > Hi, > > i did but it seems to contain garbage to me. > > here's the .in file: > > 1575450806.299222 2 COMPRESS DEFLATE >
2009 Jul 30
0
RODBC and Oracle
I just joined and though I did quickly read the posting guide it is quite possible not going to be a perfect posting. For one I tried to figure out how to reply to an existing message on the topic. I gave up but figured I keep at least the same subject. In a gist I get an empty data frame after issuing the following select query from R 2.9.1 to Oracle 10.2.0.1 64bit via RODBC 1.3 and Oracle 11g
2015 Aug 11
0
C6.7 evolution to cyrus imap(s) fails
Am 11.08.2015 um 17:56 schrieb Dr J Austin: > Hi > > I have been using evolution/cyrus/exim for 10 years - until yesterday! > > I upgraded to C6.7 and now there is no way I can find of connecting > from evo to the cyrus imap(s) server > > [root at maui:~]$ ps -ef|grep imap > cyrus 27768 1 0 15:21 ? 00:00:00 > /usr/lib/cyrus-imapd/cyrus-master -d >
2008 Feb 16
2
NoMethodError... but its not a method!
Hi everyone, I am putting together an application in which each part of it was tested individually. Now that it is put together, I''m having problems... The one giving me problems is my "ImportController" which parses a CSV during post and puts it into my database. I have two separate CSV upload actions (one is for a bill called "bes" and the other from the provider
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
On Tue, 11 Aug 2015, Alexander Dalloz wrote: > Am 11.08.2015 um 17:56 schrieb Dr J Austin: >> Hi >> >> I have been using evolution/cyrus/exim for 10 years - until yesterday! >> >> I upgraded to C6.7 and now there is no way I can find of connecting >> from evo to the cyrus imap(s) server >> >> [root at maui:~]$ ps -ef|grep imap >> cyrus
2006 Jul 03
0
Slow bulk insert query
As part of my application I calculate/generate a fair chunk of data, and I then stick the reults into the database (mysql). This takes the form of a single "INSERT INTO foo(...) VALUES(...) " statement that is approx ~500k The dats itself consists of pairs of integers. If I dump the query string to disk and paste it into the query browser and run it then execution is <1 second. If
2013 Nov 04
0
[LLVMdev] hackers lab discussion item
I'm really interested to discuss the problem of running LLVM multiple times on the same function in order to guide later tries. In looking at things briefly earlier, it seemed that this was safe to do as long as you didn't let asm printer get called on the result. I.e. you could throw early results away with impunity. It seems that by precompiling a function to get some information
2019 Dec 04
0
Can't see a specific mail in thunderbird but with mobile mail client
On 04 Dec 2019, at 02:36, Sami Ketola <sami.ketola at dovecot.fi> wrote: > did not notice that you have imap_zlib enabled for protocol imap, can you disable that temporarily and re-record the rawlog. Is it possible that is the source of the issue? It seems like when I tried to test that it did not work with a lot of clients, but I might be thinking of something else. -- A Clean House
2007 Apr 26
1
Success! Xen 3.0.4 on MacBook Pro with Gentoo dom0 and ArchLinux domU
In case anyone else is trying to get Xen working on a MacBook Pro, I thought I would drop this note out here. The configuration is as follows... Hardware Overview (from System Profiler under OSX): Machine Model: MacBookPro2,2 Processor Name: Intel Core 2 Duo Process Speed: 2.16 GHz Number Of Processors: 1 Total Number of Cores:2 L2 Cache (per CPU): 4 MB
2007 Nov 19
1
testing wireless security
I have been playing around with 3 ath based FreeBSD boxes and seem to have got everything going via WPA and a common PSK for 802.11x auth. However, I want to have a bit more certainty about things working properly. What tools do people recommend for sniffing and checking a wireless network ? In terms of IDS, is there any way to see if people are trying to bruteforce the network ? I see
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex, The changes to the rakefiles are causing me some problems building on OS X. I am getting the following: rake aborted! undefined method `+'' for nil:NilClass /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 I will now go test on Windows Sean
2008 Mar 13
5
how to install ruby on rail without gem
any one kind enough to tell me how to install ruby on rail without using Gem. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe