Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够通过在其参数中传递 sql 语句而不是过程来使用 oracleProc。
stmt <- paste("开始 proc(:1,:2,:3);End;")
oracleProc(con,stmt,df)