I want to retrieve data from Oracle Data Base which has SID, Port, Host Name, User ID, Password, Data Base Name, but i don’t know the format to get the data from table.
Could you give me code how to get data from table, for example let just say SID = _SID , Table= _Table, Column = _Column. Thank You.
I want to retrieve data from Oracle Data Base which has SID, Port, Host
Share
Use JDBC API to connect and execute the SQL statements. Take a look at JDBC Oracle FAQ.