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?
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 =...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.