Displaying 9 results from an estimated 9 matches for "drivermanager".
2012 Oct 04
1
Intermittent connectivity issues for JDBC / Oracle
...cript:
#!/usr/bin/Rscript --no-restore --no-save --no-init-file
library("RJDBC")
drv<-JDBC("oracle.jdbc.OracleDriver","/home/oracle/lib/ojdbc6.jar", "'")
dbCheck = function(url, user='', pwd='') {
j = .jcall("java/sql/DriverManager", "Ljava/sql/Connection;",
"getConnection", url, user, pwd, check=FALSE)
x = .jgetEx()
.jcheck()
x
}
dbCheck("jdbc:oracle:thin:@192.168.3.10:1521:psrndpt1","myuser","mypass")
When I run the file - sometimes it works, returni...
2007 Jun 14
0
connecting to db2 via RJDBC
....ibm.db2.jcc.DB2Driver","someClassPath.jar","'")
conn <- dbConnect(driverClass,"serverName")
etc etc
}
I get this error
> data <-getData()
Exception in thread "main" java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:545)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
Error in .local(drv, ...) : Unable to connect JDBC to serverName
Can anyone help me?
Thank you
Zava
--------------------------------------------------------
This is not an offer (or...
2009 Feb 09
0
classpath Issue
...still I
am getting the ''Class Not Found'' exception. Can someone point what I am
doing wrong?
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
...
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:545)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
...
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups &quo...
2009 Aug 04
0
RODBC package to connect to Oracle database Linux
...n trying to connect to an Oracle
database
through R (2.8.1) under Linux (Ubuntu 9.04).
> channel<-odbcConnect("magnus",uid="luisr",pwd="juanayzakarias")
Warning messages:
1: In odbcDriverConnect(st, ...) :
[RODBC] ERROR: state IM002, code 0, message
[unixODBC][DriverManager]Data source name not found, and no default
driver specified
2: In odbcDriverConnect(st, ...) : ODBC connection failed
I connect to the Oracle database in the following way:
$ sqlplus username/password at myIPaddress/databaseName
Doing some googling I found a mail thread with the following code:...
2005 Nov 16
0
Fix for Fw: [unixODBC-support] FedoraCore4 and unixODBC __post_internal_error undefined symbol at runtime
...r/lib/libodbccr.so.1.0.0)
>>
>>
>> libodbc.so.1.0.0 is not exporting it either.
>>
>> [user@host tmp]$ nm -oD /usr/lib/libodbc.so.1.0.0|grep
>> post_internal_error
>>
>> I am at a loss trying to figure out where to go from here. __info.c in
>> DriverManager has the function according to the source tarball for
>> unixODBC-2.2.11. The makefiles are a little over my head to figure
>> out though. Anyone know how I can force libodbc.so.1.0.0 to export
>> the __post_internal_error function?
>
>
>
> Get the 2.2.12 snapsh...
2008 Dec 03
0
Unhandled Page Fault ....Help Me...{unixODBC is Crashing in Wine}
>2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)
Are you running as root? If so, this may be the cause of your problem.
If you are running as Oracle, why did you install the ODBC as root?
>
>I request to fix this issue where exactly the problem could be.
I think you want someone to fix this fo...
2008 Dec 06
1
Re: Unhandled Page Fault ....Help Me...{unixODBC is Crashing in
...ODBC provides the driver manager and odbc connectivity.
ODBC connection is perfect.Am running my windows executable from linux
using wine-1.1.7.
> In other words, someone else had this problem and the only
> method to fix it was to use the client, not the unixODBC system.
unixODBC is the DriverManager.My application uses oracle client to communicate with oracle database server.
2013 Aug 21
11
Confusion with puppetdb (storeconfig) and query database
Hello,
I have configured puppet and puppetdb (storeconfig) with postgresql and the
service run and the collecting are good for example:
I can make query with the next command and responds ok .
[.........................]
[root@master]# curl -X GET -H ''Accept: application/json''
http://127.0.0.1:8080/v2/facts --data-urlencode ''query=["=", "name",
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]