Good point.
Another way to do it is to create a class for the sample table
public class Sample {
private int field1;
private string field2;
some getter and setter
}
* Create an array, list of the type Sample
* iterate through your object with a while loop and
while (object.hasnext() )...
Greg, you do all the work in the command prompt in windows or unix/linux
c:>sqlplus/nolog
sqlplus> connect sys as sysdba
password: <enter password >
sqlplus> {do your work here}
Is there a view to find out what jobs are scheduled in an Oracle database?
And how do I turn off a job(s)? I think there is a DBMS package but I forgot which one it is
Thanks
if my oracle server has a private IP address and so does my oracle client, how do I set up those two computer so that the client can see the server? what is the easiest way to achieve this?
This is only a test environment and has no sensitive data
I totally agree with Dave that it's best to use the same version. I do not think that a backup from 9i will work with 9i
Here is my question, if we are to re-create a database on 9i, re-use the controlfile and datafiles from the 8i database, what will happen? We can change the compatibility in...
I was asked at work for the difference between an Oracle8i database and an Oracle9i database
I am not sure how to answer this question, any suggestions?
I am sorry I didn't understand where DBA studio comes from? How do I find it?
I also would love to know more about statpacks so please post anything that you find helpful
thanks
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.