search for: tmp_r

Displaying 1 result from an estimated 1 matches for "tmp_r".

Did you mean: tmp__
2009 Feb 09
0
ROracle - ORA-02005: implicit (-1) length not valid for this bind or define datatype
...- dbConnect(ora, user = "uuuuu", password = "pppp" , dbname = "dddd") > > dafra01 <- data.frame(N1=rep(c(10),10),C1=rep(c("11"),10),N2=rep(c(12),10),stringsAsFactors=FALSE) > > ps <- oraPrepareStatement(con=con, statement="insert into tmp_r (N1,C1,N2) values(:1,:2,:3)", bind= c("numeric","character","numeric")) > > oraDescribePreparedStatement(ps) <OraPreparedStatement:(24060,0,0)> Statement: insert into tmp_r (N1,C1,N2) values(:1,:2,:3) Has completed? no Affected rows: -1 Rows fetc...