search for: dbf

Displaying 20 results from an estimated 292 matches for "dbf".

Did you mean: db
2004 Feb 20
1
ocfs hung
having a problem with ocfs. device /dev/sdd mounted on 2 nodes, node 0 and node 1 tried to create file /u01/oracle/prod/proddata/temp01.dbf from node 1 (ALTER TABLESPACE TEMP ADD TEMPFILE...) caused oracle server process to hang in a "D" state apparently trying to create the file. the file has not been created yet. If I type "ls" from node 2 in directory /u01/oracle/prod it lists the contents of the directory -- h...
2004 Oct 01
3
Reading multiple files into R
I want to read data from a number of files into R. Reading individual files one by one requires writing enormous amount of code that will look something like the following. **************** maptools:::dbf.read("wb-01vc.dbf")->dist1 maptools:::dbf.read("wb-02vc.dbf")->dist2 maptools:::dbf.read("wb-03vc.dbf")->dist3 maptools:::dbf.read("wb-04vc.dbf")->dist4 maptools:::dbf.read("wb-05vc.dbf")->dist5 maptools:::dbf.read("wb-06vc.dbf&q...
2004 Aug 18
0
[Bug 1618] New: rsync transfer messages
...hings that concern me; 1.) The message below that says "Server is very old version of rsync, upgrade recommended". We just upgraded to 2.6.2 2.) The error condition "local_version=24 remote_version=28", what does this mean? $ rsync -aczvvv --rsh=remsh /rsync/shipping/*.dbf orau1m@agflog25:/bucket/agf> opening connection using remsh agflog25 -l orau1m rsync --server - vvvlogDtprcz . /bucket/agfsap19/inbound Server is very old version of rsync, upgrade recommended. local_version=24...
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all, I am basically a GIS user and am new to R. I am trying to write a data frame to a dbf file. *n.simulations <- 999 binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound, n.simulations, alpha.level, plot) cluster <- binomial$most.likely.cluster$location.IDs.included df <- data.frame(ID=seq(1,n.simulations,by=1), simloglkhd=binomial$simulated.log.lkhd) write...
2007 Jun 22
2
One file open or locked way too many times. How to fix?
...g. Rebooting the W2k server or restarting samba fixes the problem for awhile. Never the same amount of time. Sometime it lasts days or weeks, other times only a few hours. <snip> smbd 4803 root 256uw REG 8,2 182 5128393 /usr/local/samba/fo/Goldmine/SyncLock.DBF smbd 4803 root 257uw REG 8,2 182 5128393 /usr/local/samba/fo/Goldmine/SyncLock.DBF smbd 4803 root 258uw REG 8,2 182 5128393 /usr/local/samba/fo/Goldmine/SyncLock.DBF smbd 4803 root 259uw REG 8,2 182 5128393...
2011 May 16
1
reading multiple .dbf files
Hello.. I am currently working on running random forest to make predictions. For that I have a bunch of .dbf files from shapefiiles. Earlier I was running random forest on those dbf files individually but now I have >1,000 such files and procesisng one by one is not an option. I started by trying to read multiple dbf files as: >setwd (..) >a=list.files() > for (x in a)(u=read.dbf(x)) but...
2005 Aug 19
1
Summary: Unexpected result of read.dbf
Hi there, This is summary and patch for a bug in read.dbf, demonstrating in Message-Id: <20050818150446.697835cb.stanimura-ngs at umin.ac.jp>. After consulting Rjpwiki, a cyber-community of R user in Japan, the cause was found, and the patch of solution was proposed. Overflowing occurs when we use read.dbf for reading a dbf file having a field o...
2002 May 10
2
RODBC for importing dbf
Hi I know that it is very easy to import data from a dbf file to R, by saving the data as csv, for instance. However, I have several hundreds of files to do that. So, I thought of using RODBC to read the dbf files and save it as data.frame. However, I cannot even start (this is my first time using such package): > library(RODBC) > bdades <- odb...
2006 Mar 21
3
Rsync 4TB datafiles...?
...e to a new oracle database..I have about 40 drives that contains this 4 TB data. I would like to do rsync from a directory level by using --files-from=FILE option. But the problem is what will happen if the network connection fails the whole rsync will fail right. rsync -a srchost:/ / --files-from=dbf-list and dbf-list would contain this: p02/oradata/OSID/redo01.log p03/oradata/OSID/redo02.log p04/oradata/OSID/redo03.log p01/oradata/OSID/system01.dbf p04/oradata/OSID/undotbs01.dbf p03/oradata/OSID/sysaux01.dbf p03/oradata/OSID/users01.dbf p03/oradata/OSID/example01.dbf p03/oradata/OS...
2003 Feb 13
5
ESRI shape file import and time-space models
Dear R user, I am running R under Windows 2000. I am looking for a routine for importing - shape files (ESRI) into R - dbase files (FOXPRO) into R and I am looking for time-space models for description and prediction of Bernoulli-, Binomial- and Poissonvaraibles. Thank's a lot for a reply. Sincerely yours, Ekkehardt Altpeter Swiss Federal Office of Public
2006 Jan 15
2
rsync of file list
Hi All, I would to rsync data spread of many files from remote site. Each file may exist in total different location - the path for each file may be different. My question is: Can I do it one single rsync command, giving a file containing list of paths as parameter, or do I need to run rsync for each file. I did not find any option doing it in the man page. I tried to play with
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2004 Sep 01
2
ocfs doesn't free space?
...e than 4GB available. $ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. SQL> connect / as sysdba; Connected. SQL> create tablespace data_dp datafile '/db/DPS/tablespaces/dp/data01.dbf' size 999m autoextend on segment space management auto; create tablespace data_dp * ERROR at line 1: ORA-01119: error in creating database file '/db/DPS/tablespaces/dp/data01.dbf' ORA-27044: unable to write the header block of file Linux Error: 28: No space left on device Addit...
2006 Apr 01
4
-newbie | RODBC import query
...[R] for a bunch of things - while I'm getting a pretty good a handling [R] for script programming, and statistical analysis, I'm struggling with 'pulling data into [R]'. For reasons beyond my control, a number of the files I get sent to 'work with' are in Dbase format (*.dbf). For another host of reasons, I need to be able to read directly into [R] from these files (no using intermediate .CVS or delimited ASCII files). OK, so after a bit of reading, seems I need to use RODBC (I'm using [R] 2.2.1 for Windows, at the moment). But, I can't seem to figure out...
2010 Jan 13
1
column width in .dbf files using write.dbf ... to be continued
Dear UseRs, I did not have any answer to my previous message ("Is there a way to define "manually" columns width when using write.dbf function from the library foreign ?"), so I tried to modify write.dbf function to do what I want. Here is my modified version : write.dbfMODIF <- function (dataframe, file, factor2char = TRUE, max_nchar = 254, width = d) { allowed_classes <- c("logical", "integer&quo...
2011 Aug 29
1
Problem exporting table with many columns to dbf
Hello, I'm newbie in R and I have a problem exporting a table with many columns to a dbf file. I found an error when I open the result DBF file on other software and also importing it on R again. Here a example snippet of the problem (on a GNU/Linux OS): http://pastebin.com/0SMJqqwb Is it a bug? Thank you, Nacho V [[alternative HTML version deleted]]
2005 Apr 17
2
Quorum error
Had a problem starting Oracle after expanding an EMC Metalun. We get the following errors: >WARNING: OemInit2: Opened file(/oradata/dbf/quorum.dbf 8), tid = main:1024 file = oem.c, line = 491 {Sun Apr 17 10:33:41 2005 } >ERROR: ReadOthersDskInfo(): ReadFile(/oradata/dbf/quorum.dbf) failed(5) - (0) bytes read, tid = main:1024 file = oem.c, line = 1396 {Sun Apr 17 10:33:41 2005 } >ERROR: UpdateDskNodeInfo(): WriteFile(/o...
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
...48 2009-05-31 03:27 control03.ctl -rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:26 redo01.rdo -rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:27 redo02.rdo -rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:26 redo03.rdo -rw-r----- 1 oracle oinstall 473964544 2009-05-31 03:27 sysaux01.dbf -rw-r----- 1 oracle oinstall 159391744 2009-05-31 03:27 sysaux02.dbf -rw-r----- 1 oracle oinstall 602939392 2009-05-31 03:27 system01.dbf -rw-r----- 1 oracle oinstall 214966272 2009-05-31 03:27 system02.dbf -rw-r----- 1 oracle oinstall 125837312 2009-05-31 03:26 temp01.dbf -rw-r----- 1 oracle oinst...
2012 Oct 02
2
Efficient Way to gather data from various files
...hould always try to avoid loops and use vectors. I am wondering if there exists a more "R friendly" way to do this than to use for loops. I have a dataset that has a list of "ID"s. Let's call this dataset "Master" Each of these "ID"s has an associated DBF file. The DBF files each have the same title, and they are each located in a directory path that includes, as one of the folder names, the "ID". These DBF files have 2 columns of interest. One is the "run number" the other is the "statistic." I'm interested in...
2006 Nov 03
2
Installing a package - and making it work?
...ip' Content type 'application/zip' length 42335 bytes opened URL downloaded 41Kb package 'shapefiles' successfully unpacked and MD5 sums checked The downloaded packages are in C:\TEMP\RtmpMz5Pqb\downloaded_packages updating HTML package descriptions > dbf <- read.dbf("test.dbf") Error: could not find function "read.dbf" > Note thet the last line contains an error. Is the package installed or not? How do I get access to use the functionality it offers?? :-? Martin Hvidberg [[alternative HTML version deleted]...