If you want to take a copy of one table and make a copy of it in another schema (under another username), you can use the SQL*Plus COPY command, or a simple <code>"create table foo as select * from ...
xFunction is a Java library that allows you to access a DLL (or, I think, any dynamic library for an OS) as a Java object.<BR><BR>I'm evaluating it now, but it seems to be what I need. I have the ...