Generic Oracle DB Mngr
- From: "0rac1..e" <bentalcy@xxxxxxxxx>
- Date: 18 Jan 2006 19:21:25 -0800
Can anyone point me (share code) to a Java wrapper (aka DB-Mngr, aka
data access object) that supports a call to Oracle SPs.
Something that would basicly implement:
Interface DatabaseMgnr
{
//supports select
ResultSet ExecSP(String pKgAndprocName, Collection parameters);
//supports update\insert\delete
void ExecSP(pKgAndprocName, Collection parameters);
}
.
- Follow-Ups:
- Re: Generic Oracle DB Mngr
- From: joeNOSPAM@xxxxxxx
- Re: Generic Oracle DB Mngr
- From: Arto Viitanen
- Re: Generic Oracle DB Mngr
- Prev by Date: JBoss: Find failed org.jboss.util.NestedSQLException: Transaction is not active:
- Next by Date: Re: Generic Oracle DB Mngr
- Previous by thread: JBoss: Find failed org.jboss.util.NestedSQLException: Transaction is not active:
- Next by thread: Re: Generic Oracle DB Mngr
- Index(es):