Search:

Type: Posts; User: muzammil786

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,759

    Re: type-4 driver with jdbc

    SQL> select * from global_name;

    GLOBAL_NAME
    ---------------------------------------------
    ORCL.REGRESS.RDBMS.DEV.US.ORACLE.COM

    how to change name global_name to orcl please give answe..
  2. Replies
    3
    Views
    1,759

    Re: type-4 driver with jdbc

    import java.sql.*;
    public class SelectTest

    {
    public static void main(String [] args) throws Exception
    {
    try
    {

    //register driver and establish the connection
  3. Replies
    3
    Views
    1,759

    type-4 driver with jdbc

    1773


    i have problem in this exception i code exception error
    with type -4
Results 1 to 3 of 3