Yes, provided you have a pure Java JDBC drivers (type 4) of the target
database.
I have a SQL Server example that you can easily replicate for Sybase in
book (look for "JDBC Call-Out to non-Oracle database" in chapter 4).
http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html
Kuassi
> Hi,
>
> Is it possible to make JDBC connection to a Sybase DB from whithin an
> Oracle 9i java stored procedure.
>
> Thanks