Displaying 18 results from an estimated 18 matches similar to: "Oracle 8.1.7 client"
2006 Jul 06
2
Running Windows Oracle App into linux
Hi!
I'm trying to run a Windows Application that uses a Windows Oracle
Client version. The GUI works ok, but when I login, the program gives
me 'OCI.DLL: module not found'.
Looking for something into winnedbg I noticed it calls OCI.DLL and
loads ok, then start to load some libs, like SQLORA8.DLL, and so on..
until a DLL that it can't find and can't say me the name.
Any hints?
2006 Oct 18
6
Win32 release coming?
Hi there
what''s the status of the 0.13.4 release on Windows? I want to wrap up
a project in the next 2 weeks and I''d wait for the new release if
it''s coming in that timeframe. Otherwise I''d stay with the current
windows version.
thanks
Jens-Christian Fischer
2009 Dec 21
1
Borland Database Engine (BDE)
I've installed Wine 1.1.35 on a fresh Ubunti 9.10 and attempted to install the BDE.
The BDE Administrator runs normally (BDEADMIN.EXE) but I'm unable to make any connections to our Firebird server - attempts to open the connection give me error "Vendor initialization failed" and "Cannot load an IDAPI service library. File GDS32.DLL".
I've put this file into the
2004 Sep 19
2
Setting time on ADSI phones from Asterisk
Hi,
Would anyone know of a way to set the time automatically on an ADSI
capable phone from *?
The phone in question is a Aastra 480e.
While I am at it, does anyone have any helpful docs on the ADSI script
programming? I have managed to do basic functions by modifying the
asterisk.adsi file using stuff gleaned from the app_adsiprog.c file,
but docs would be really helpful at this point.
Tia,
2004 Aug 11
5
problem with delphi bde app
Hi,
I'm trying to run some old delphi application, which uses BDE to connect
to an access mdb file.
The application displays an error, that it couldn't open the database.
I can run BDEADMIN and I see that database aliases are configured propoerly.
I did some winedebugg'ing and noticed following mesassages
....
...
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:gdi:GDI_GetObjPtr
2007 Jul 29
7
Running Prognos 5 in WINE
Hello,
I am trying to run a program named "Prognos" (Version 5) for medical purposes
by a Company named "MedPrevent"
(http://www.medprevent.de/produkte-prognos_de.php).
As installation crashed, I installed on Windows and then copied the installed
files to Linux where I wanted to run the app via wine.
The startup dialogs show up but then there is an error message that
the
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
Dear All,
I am trying to compile R-3.0 on Cray xe6 (HLRS) HERMIT, no success so far.
Here is my experience:
I use this to configure and make R:
CC="cc" \
CXX="CC" \
F77="ftn" \
FC="ftn" \
CPPFLAGS="-I$PREFIX/include" \
LDFLAGS="-L$PREFIX/lib${LIBDIRSUFFIX}" \
./configure --prefix=$PREFIX \
--exec-prefix=$PREFIX \
--bindir=$PREFIX/bin \
2009 Apr 29
3
Re: Wine memory problem
Hi,
I understand from this thread that is unavoidable that wine reserve big portion of VM (~3.6 GB).
I am using wine on a VPS with Centos 5.2.
My problem is that my VPS is charging my by all VM (among other resources) used by my server.
In my case running a more or less simple windows application is taking more than 18 GB of VM.
This is the top list (part of it)::
PID USER PR NI
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
2003 Nov 18
2
Problems installing lattice
Dear all,
I am not able to install the lattice package. After finishing the
installation, I got the following error massage:
-------------------snip---------------------------
Delete downloaded files (y/N)? y
Warning message:
argument `lib' is missing: using /usr/local/lib/R/site-library in:
install.packages("lattice")
> library(lattice)
Error in loadNamespace(i, c(lib.loc,
2007 May 11
2
Problem compiling Samba 3.0.24 with OpenLDAP 2.3.35
I'm trying to install Samba with LDAP support but there are some errors
during the compilation.
I've used the same script a few weaks ago. The only differences are the
versions of Samba and OpenLDAP.
That's my error message:
checking for LDAP support... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
2006 Mar 31
1
Oracle 8 to 9 strange performance issue
Hello,
Got Ruby 1.8.2, RAILS 1.0, Windows2kx and Ruby-OCI8.mswin (1.1.3)
I try a migration test drive for one legacy DB from an original Ora
win32 8.1.7 server to a better hardware running Win32 Oracle 9.2.
The two DB have 99,999% identical datas.
My rails app run on a independant serveur (W2003) using an Oracle
Client 8.1.7. I''ve the same results using IIS/FastCgi or script/server
2005 Dec 05
1
Lack of 'LEFT JOIN' in Oracle 8, any patch for theta style (+)
Dears,
Oracle 8 don''t support ANSI syntax with :
SELECT e.emp_id,
e.fname,
e.lname,
j.jobdesc
FROM employe e
LEFT JOIN jobs j ON e.job_id = j.job_id
but only
SELECT e.emp_id,
e.fname,
e.lname,
j.jobdesc
FROM employe e,
jobs j
WHERE j.job_id (+) = e.job_id
JOIN syntax came with 9i.
Anyone patched Rails
2004 Jan 20
1
Roracle pre-compile error?
Hi,
trying ROracle failed? I'm using Oracle.8.1.7 which is on another machine.
With Tora i get access to the database what i wish to get with R-Project, too.
What does the message mean?
"Oracle pre-compiler proc not in /opt/oracle/OraHome1/bin/proc
you may not be able to compile ROracle"
I'm using linux sue9 and R.1.8.1.
many thanks for any help!
[snip]
2002 Aug 20
0
RODBC/Solaris/Oracle - No Data
Hi,
Version info:
R: 1.5.1
RODBC: 0.8.3
Oracle: 8.1.7
unixODBC: 2.2.2
Easysoft ODBC driver: 1.0.0.6
SunOS/Solaris: 5.7
I'm trying to get RODBC working with Oracle on Solaris. I've installed unixODBC and the Easysoft ODBC driver. There are no problems connecting to the DB and executing queries using unixODBC's isql interactive client. Using R and RODBC however, I can open a connection
2007 Jul 21
3
NFS filesystem recommendations please (and problems with XFS)
Hello all,
I am implementing a new mail server into our environment consisting of
three machines - two Dell Opterons that will act as load balanced
Postfix servers, and a 1.5TB RAID10 NFS server. All three machines are
running CentOS 4.5.
Since the NFS is going to be used for only mail, I was kicking around
the idea to use XFS. I have CentOS installed on an ext3 partition, and
with the
2011 Dec 23
3
if statement problem
Hello,
I want to do fisher test for the rows in data file which has value less than
5 otherwise chi square test .The p values from both test should be stored in
one resulted file. but there is some problem with bold if statement. I don't
know how
implement this line properly.
x = cbind(obs1,obs2,exp1,exp2)
a = matrix(c(0,0,0,0), ncol=2, byrow =TRUE) #matrix with initialized
values
2009 Feb 16
1
Conncetion Problem on XP client against Samba 3.2.8 on AIX 5.3.9
Hi everyone,
we have a funny problem connection from an XP machine to a 3.2.8 server. The level 10 log is copied in. Please look at the end of the log entries. Has anybody seen that kind of message?!
Regards
Volker
---
[2009/02/16 13:15:08, 3] smbd/sec_ctx.c:set_sec_ctx(324)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/02/16 13:15:08, 5] auth/token_util.c:debug_nt_user_token(466)