Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chrislee8

    records missing when dealing with resultset and string array

    thanks first it is working even I only add the 11-15 part to the elements. So I am more concern about the size of the data passing, i don't know in which part it is extracting or parsing the data wrong. the record.setFetchSize isn't changing anything. but is it the right way to use setFetchSize?
  2. chrislee8

    records missing when dealing with resultset and string array

    here is the code that has error: public synchronized String[][] getAllProjectB(String office) { Vector rows = new Vector(); command = String.valueOf("select * from project"); try { con = dc.getConnect(); stmt =...
  3. chrislee8

    how to connect to oracle remotely over the 'net

    How can I connect to a oracle Db over the 'net. in the client tnsnames I will have host as the ip address of where the oracle is: 24.29.151.129 port as 1521 as default. but in the server tnslistner file, the host is the servername "dellserver", so two host name won't match, that is...
  4. chrislee8

    sqlplus problem on oracle 9i DB

    I had problem using sqlplus with tns service not resolve problem. I did a search, only 1 tnsnames.ora file in oracle installation directory: c:\oracle\ora90\network\admin here is that file: # TNSNAMES.ORA Network Configuration File: C:\oracle\ora90\network\admin\tnsnames.ora # Generated by...
  5. chrislee8

    Beginner with Oracle 9i

    I feel the same way too, I am totally lost on how to start the database, create database. I feel that Oracle is very poor organizing the documentation too, why don't they provide step by step how to start instruction? just my feeling.

Part and Inventory Search

Back
Top